Last updated:
0 purchases
pythonghtemplate 1.0.0
# Python Template Repo
—
Template Python Repo for getting started with a Python Library with GitHub.
## Benefits
GitHub Action Templates
Auto deploy to PyPi
Issue and Pull Request Templates
Auto Configured install and test requires
## To Use
Clone the repo
Rename the [python_GH_template](python_gh_template) directory to the name of your project.
Make sure the names updates in [setup.py](setup.py), [lint workflow](.github/workflows/lint.yml).
Install package locally pip install -e .
Add your project requirements to [requirements.txt](requirements.txt).
If you have any development requirements add them to [requirements-dev.txt](requirements-dev.txt).
Add tests (or delete if you want)
Change the [License](LICENSE) if desired.
Edit the assignees in [Issue Templates](.github/ISSUE_TEMPLATE), [Pull Request Template](.github/PULL_REQUEST_TEMPLATE) and [Dependabot Config](.github/dependabot.yml).
Edit [setup.py](setup.py) to have relevant links and information.
Add PYPI_USERNAME and PYPI_PASSWORD into the secrets section.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.