/py-starter-kit

Python starter project template for micro services that use Flask. Inspired by npm.

Primary LanguageHTML

py-starter-kit

Create a new environment

make mkenv

Create a Flask microservice project template with directory structure and default configurations

make init

Start running the service in the virtual env

make run

Run code Linters

make lint

Run test cases

make tests

Want to add a new python package ?

Simply add it to the list of packages in setup.py and run make run again
This will install all the dependencies in the virtual environment and start the application