https://github.com/pycraftdeveloper/python-template
This is a template repository for quick Python repository setups!
https://github.com/pycraftdeveloper/python-template
python template
Last synced: 14 days ago
JSON representation
This is a template repository for quick Python repository setups!
- Host: GitHub
- URL: https://github.com/pycraftdeveloper/python-template
- Owner: PycraftDeveloper
- License: mit
- Created: 2024-02-23T17:42:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T19:37:46.000Z (about 1 year ago)
- Last Synced: 2024-05-16T07:10:49.526Z (about 1 year ago)
- Topics: python, template
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-template
This is a template repository for quick python repository setups!Note: To use this with the additional workflow, you need to create a `PYPI_API_TOKEN` enviorment variable under: `Secrets and variables` > `actions` > `Repository secrets`
and give it an API key associated to your PYPI account. Then when a new release is made, the project will be shared to PYPI, using the projects README as the description.Note: If using repository automation, setup the `setup.py` file with the appropriate package details!