Template for a new Python project.
Find a file Use this template
2023-07-31 15:57:05 -07:00
${REPO_NAME_SNAKE} Add async pieces. 2023-07-31 15:57:05 -07:00
.flake8 Add async pieces. 2023-07-31 15:57:05 -07:00
.gitignore Add async pieces. 2023-07-31 15:57:05 -07:00
.pre-commit-config.yaml Add async pieces. 2023-07-31 15:57:05 -07:00
LICENSE Initial commit 2023-07-31 14:40:41 -07:00
pre-commit.sh Add async pieces. 2023-07-31 15:57:05 -07:00
pyproject.toml Add async pieces. 2023-07-31 15:57:05 -07:00
README.md Add async pieces. 2023-07-31 15:57:05 -07:00
template Add async pieces. 2023-07-31 15:57:05 -07:00

# ${REPO_NAME_SNAKE}

${REPO_NAME_SNAKE} is a...

Python project!

InstallationExamplesContributingLicense

Installation

Install and run ${REPO_NAME_SNAKE} using the below commands or their equivalents for your environment.

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.