MongoRest Installation

MongoRest is on PyPI so all you need to do is:

$ pip install mongorest

Requirements

MongoRest depends on the following requirements:

  • Cerberus >= 0.9.0
  • PyMongo >= 3.0.0
  • Six >= 1.10.0
  • Werkzeug >= 0.10.0