33 lines
664 B
Markdown
33 lines
664 B
Markdown
<div align="center">
|
|
# ${REPO_NAME_SNAKE}
|
|
|
|
**${REPO_NAME_SNAKE}** is a...
|
|
|
|
Python project!<br/>
|
|
|
|
[Installation](#installation) •
|
|
[Examples](#examples) •
|
|
[Contributing](#contributing) •
|
|
[License](#license)
|
|
</div>
|
|
|
|
## Installation
|
|
|
|
Install and run ${REPO_NAME_SNAKE} using the below commands or their equivalents for your environment.
|
|
|
|
```bash
|
|
pip3 install -U ${REPO_HTTPS_URL}
|
|
${REPO_NAME_SNAKE}
|
|
```
|
|
|
|
## Examples
|
|
|
|
TBD
|
|
|
|
## Contributing
|
|
|
|
If you would like to contribute to this project, feel free to submit a pull request or open an issue on GitHub.
|
|
|
|
## License
|
|
|
|
This project is licensed under the current AGPL 3.0+ License. See the `LICENSE` file for details.
|