This commit is contained in:
Waylon Walker 2023-04-27 08:51:14 -05:00
commit de5030a381
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
20 changed files with 1660 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# {{ package_title }}
[![PyPI - Version](https://img.shields.io/pypi/v/{{ package_name }}.svg)](https://pypi.org/project/{{ package_name }})
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/{{ package_name }}.svg)](https://pypi.org/project/{{ package_name }})
---
**Table of Contents**
- [Installation](#installation)
- [License](#license)
## Installation
```console
pip install {{ package_name }}
```
## License
`{{ package_name }}` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.