Easy restful web services with tornado and mongodb on python 3.
Write some models with mongoengine, create a new pyrocumulus RestApplication instance and that’s it. You’re done. You’ve got a free restful API for your mongoengine documents.
Features¶
- Automatic restful API with optional CORS and jsonp support.
- Easy tornado application testing with pyrocumulus.testing.TornadoApplicationTestCase
- Little improvements on static files and templates.