Skip to content

fmarco/restiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple experiment with Werkzeug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages