2023-03-09 12:08:59 +01:00
|
|
|
# ${REPO_NAME}
|
|
|
|
|
2023-06-24 20:33:30 +02:00
|
|
|
**${REPO_DESCRIPTION}**
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
| [📑 Documentation][1] | [🧑💻 Source Code][2] | [🐛 Bug Tracker][3] |
|
|
|
|
|-----------------------|------------------------|---------------------|
|
|
|
|
|
|
|
|
---
|
2023-03-09 12:08:59 +01:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
`pip install ${REPO_NAME}`
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
Python Version ..., OS ...
|
2023-06-24 20:33:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
[1]: https://${REPO_OWNER_LOWER}.github.io/${REPO_NAME_LOWER}
|
|
|
|
[2]: https://github.com/${REPO_OWNER_LOWER}/${REPO_NAME_LOWER}
|
|
|
|
[3]: https://github.com/${REPO_OWNER_LOWER}/${REPO_NAME_LOWER}/issues
|