🐍 An awesome python package by the name Cookiecutter Pypackage Instance
pip install cookiecutter-pypackage-instance
In order to locally set up the project please follow the instructions below:
# Set up the GitHub repository
git init
git config --local user.name Vasilis Sioros
git config --local user.email [email protected]
git add .
git commit -m "feat: initial commit"
git remote add origin https://github.com/billsioros/cookiecutter-pypackage-instance
# Create a virtual environment using poetry and install the required dependencies
poetry shell
poetry install
# Install pre-commit hooks
pre-commit install --install-hooks
pre-commit autoupdate
The project's documentation can be found here.
Feel free to Buy me a coffee! ☕.
If you would like to contribute to the project, please go through the Contributing Guidelines first.
This project was generated with billsioros/cookiecutter-pypackage
cookiecutter template.