Skip to content

GersonRS/python-project-blueprint-simple

Repository files navigation

Blueprint/Boilerplate For Python Projects Simple

Quick Start

To use this repository as starter for your project you can run configure_project.sh script, which sets up all variables and file names. This way you can avoid configuring and renaming things yourself:

./configure_project.sh MODULE="coolproject"

Running

Using Python Interpreter

~ $ make run

Testing

Test are ran every time you build dev or prod image. You can also run tests using:

~ $ make test

Cleaning

Clean Pytest and coverage cache/files:

~ $ make clean

About

Blueprint/Boilerplate For Python Projects simple

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published