Cookiecutter template for a simple pip installable Python package with Github actions enabled.
-
Pytest: Comes pre-configured with Pytest for easy and effective testing.
-
Formatting: Formatting using
black
,flake8
, andmypy
instaled aspre-commit
hooks -
GitHub Actions: CI/CD pipelines are set up using GitHub Actions to automate testing and deployment workflows.
-
Pip Installable: Easily install your Python package using pip for seamless integration.
$ cookiecutter gh:agemcipe/cookiecutter-simple-python