Simple experiment with Werkzeug. NOT READY FOR PRODUCTION USE (currently WIP and for study/play purposes)!
What is this? A mini pure rest framework.
Why? To play with Werkzeug, WSGI stack and related stuffs! Or: curiosity, fun.
How to run:
-
See code in
example.py
-
Add
app.run(is_debug=True, reloading=True)
instruction to run your example
Tests
-
Install pytest and pytest-mock
-
pytest -vv