Skip to content

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

Notifications You must be signed in to change notification settings

addamit/py-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages