1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: python-mongoengine
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: HÃ¥vard F. Aasen <havard.f.aasen@pfft.no>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-blinker,
python3-coverage,
python3-gridfs,
python3-pillow,
python3-pymongo (>= 4.10.1-2),
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://mongoengine.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mongoengine.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mongoengine
Testsuite: autopkgtest-pkg-python
Package: python3-mongoengine
Architecture: all
Depends:
python3-gridfs,
python3-pymongo (>= 4.10.1-2),
${misc:Depends},
${python3:Depends},
Suggests:
python-mongoengine-doc,
python3-blinker,
python3-dateutil,
python3-pil,
Description: Python 3 Document-Object Mapper for working with MongoDB
MongoEngine is a Document-Object Mapper (think ORM, but for document
databases) for working with MongoDB from Python. It uses a simple declarative
API, similar to the Django ORM.
.
This is the Python 3 package.
Package: python-mongoengine-doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Section: doc
Multi-Arch: foreign
Description: Python Document-Object Mapper for working with MongoDB (documentation)
MongoEngine is a Document-Object Mapper (think ORM, but for document
databases) for working with MongoDB from Python. It uses a simple declarative
API, similar to the Django ORM.
.
This package contains the HTML documentation.
|