/restiny

Simple experiment with Werkzeug

Primary LanguagePythonMIT LicenseMIT

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:

  1. See code in example.py

  2. Add app.run(is_debug=True, reloading=True) instruction to run your example

Tests

  1. Install pytest and pytest-mock

  2. pytest -vv