[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#657701: ITP: python-mongokit -- structured schema and validation layer on top of the pymongo driver



Package: wnpp
Severity: wishlist
Owner: Clint Byrum <clint@ubuntu.com>

* Package name    : python-mongokit
  Version         : 0.7.2
  Upstream Author :   Nicolas Clairon (Namlook) <n.namlook **at** gmail.com>
* URL             : http://namlook.github.com/mongokit/
* License         : BSD
  Programming Lang: Python
  Description     : structured schema and validation layer on top of the pymongo driver

 MongoDB is a schema-less document oriented database. It has a lot of
 drivers for many langages (python, ruby, perl, java, php...).
 .
 MongoKit is a python module that brings structured schema and validation
 layer on top of the pymongo driver. It has been written to be as simple
 and light as possible with the KISS and DRY principles in mind.
 .
 Features
 .
 * schema validation (wich use simple python type for the declaration)
 * schema less feature
 * doted notation
 * nested and complex schema declaration
 * untyped field support
 * required fields validation
 * default values
 * custom validators
 * cross database document reference
 * random query support (which returns a random document from the database)
 * inheritance and polymorphisme support
 * versionized document support (in beta stage)
 * partial auth support (it brings a simple User model)
 * operator for validation (currently : OR, NOT and IS)
 * simple web framework integration
 * import/export to json
 * i18n support
 * GridFS support
 * document migration support



Reply to: