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 platzky
orpoetry add platzky
). - Copy
config-template.yml
to 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.