Web Framework WSGI-compatible.
This is a very simple web framework WSGI compatible. Written for fun and self education.
Checkout the examples to learn how to develop your app.
pip install gunicorn
gunicorn examples.books:app
Checkout the tests to learn how to test your app.
pip install -r test-requirements.txt
python -m pytest tests --cov=pine