Python Mapper for MongoDB models
- Schema validation for documents.
- Type validation for document fields.
- 100% compatible with Pymongo API.
- Implements Mapper design pattern, separating schema and type validation from storage logic.
$ pip install momapper
Check it out in the doc.
Free software: MIT license.
This package was created with Cookiecutter and the wboxx1/cookiecutter-pypackage project template.