28 lines
509 B
Markdown
28 lines
509 B
Markdown
# ${REPO_NAME}
|
|
|
|
**${REPO_DESCRIPTION}**
|
|
|
|
---
|
|
|
|
| [📑 Documentation][1] | [🧑💻 Source Code][2] | [🐛 Bug Tracker][3] |
|
|
|-----------------------|------------------------|---------------------|
|
|
|
|
---
|
|
|
|
## Usage
|
|
|
|
...
|
|
|
|
## Installation
|
|
|
|
`pip install ${REPO_NAME}`
|
|
|
|
## Dependencies
|
|
|
|
Python Version ..., OS ...
|
|
|
|
|
|
[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
|