Platzky is engine which aims to provide simple and easy way to create and run web applications in python.
- Install platzky with your favorite dependency management tool (
pip install platzkyorpoetry add platzky). - Copy
config-template.ymlto your project directory and fill it with your data. - Run
flask --app "platzky.platzky:create_app(config_path='PATH_TO_YOUR_CONFIG_FILE')
For examples check e2e tests in tests/e2e directory and Makefile.