Source: python-ming
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org> 
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-six, python3-six, python-formencode, python3-formencode, python-tz, python3-tz, python-mock, python3-mock, python-nose, python3-nose, python-webob, python3-webob, python-webtest, python3-webtest, python-gridfs, python3-gridfs, python-pymongo, python3-pymongo
Standards-Version: 4.1.5
Homepage: https://github.com/TurboGears/Ming
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-ming.git;a=summary
Vcs-Git: http://git.kali.org/packages/python-ming.git
Testsuite: autopkgtest-pkg-python

Package: python-ming
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Database mapping layer for MongoDB on Python (Python 2)
 This package contains a MongoDB ODM ( Object Document Mapper, like an ORM
 but for Document based databases), that builds on top of pymongo by extending
 it with:
    - Declarative Models
    - Schema Validation and Conversion
    - Lazy Schema Evolution
    - Unit of Work
    - Identity Map
    - One-To-Many, Many-To-One and Many-To-Many Relations
    - Pure InMemory MongoDB Implementation
 .
 Ming is the official MongoDB support layer of TurboGears web framework.
 .
 This package installs the library for Python 2.

Package: python3-ming
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Database mapping layer for MongoDB on Python (Python 3)
 This package contains a MongoDB ODM ( Object Document Mapper, like an ORM
 but for Document based databases), that builds on top of pymongo by extending
 it with:
    - Declarative Models
    - Schema Validation and Conversion
    - Lazy Schema Evolution
    - Unit of Work
    - Identity Map
    - One-To-Many, Many-To-One and Many-To-Many Relations
    - Pure InMemory MongoDB Implementation
 .
 Ming is the official MongoDB support layer of TurboGears web framework.
 .
 This package installs the library for Python 3.
