Like a bootstrap for a web application ? Check Flask Bootstrap...
- Dev friendly: a Makefile will allow to quickly setup everything with
make init
, and also to run tests, see coverage and display your environment vars - Configuration through environement variables in a
.env
file (only for PYTHONPATH in this bootstrap) - Automated testing and deployment: connected to Travis and Codecov. You will find the usual suspects here:
flake8
for conventionspytest
for testingcoverage
for test coverage
- Out-of-the-box CLI thanks to
docopt
- Loaded with bonuses, available through an utils package to take care of logging, env vars, loading of csv and yaml, running commands
A few helpers are included in this repo, more for illustration than anything else, a bit for (my) conveniency also...
A few tests come along with them, only to make the scaffolder more readable, and to give you some practical examples.
It's up to you to raise the coverage ratio, or not. And to trash what you will not use.
Head to githup issues and submit one ! Be sure to have a look at the CONTRIBUTING.md guide before
Check out INSTALL.md for more details
All notable changes to this project are documented in CHANGELOG.md.
Check out CONTRIBUTING.md for more details
As well as our CODE_OF_CONDUCT.md, where we pledge to making participation in our project and our community a harassment-free experience for everyone