Python ORM-like layer on top of pymongo Maintained by:mail@derzinn.de Port Added: 13 Feb 2010 20:20:19 Also Listed In:python License: not specified in port
MongoKit is a python module that brings structured schema and validation layer
on top of the great pymongo driver. It has be written to be simpler and
lighter as possible with the KISS and DRY principles in mind.
WWW: http://namlook.github.com/mongokit/
- update to 0.8.1
while here:
- trim Makefile header
- limit python version to 2.x only
- tab -> space change in pkg-descr:WWW
PR: 171778
Submitted by: William Grzybowski <william88 at gmail dot com>
Approved by: maintainer timeout (almost 1 month)
Feature safe: yes
MongoKit is a python module that brings structured schema and validation layer
on top of the great pymongo driver. It has be written to be simpler and
lighter as possible with the KISS and DRY principles in mind.
WWW: http://bitbucket.org/namlook/mongokit/wiki/Home
PR: ports/143919
Submitted by: Mirko Zinn <mail at derzinn.de>