Common helper libraries for Python Apps
- Free software: MIT license
- Documentation: https://apphelpers.readthedocs.io.
- TODO
sudo apt-get install postgresql
sudo -u postgres createuser -d $USERNAME -P
createdb mydb
pip install 'piccolo[postgres]'This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.