File: control

package info (click to toggle)
python-mongoengine 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 776 kB
  • sloc: python: 6,259; makefile: 76
file content (78 lines) | stat: -rw-r--r-- 2,124 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: python-mongoengine
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-blinker,
 python-coverage,
 python-dateutil,
 python-gridfs,
 python-nose,
 python-pillow,
 python-pymongo,
 python-rednose,
 python-setuptools,
 python-sphinx,
 python3-all,
 python3-blinker,
 python3-coverage,
 python3-dateutil,
 python3-gridfs,
 python3-nose,
 python3-pillow,
 python3-pymongo,
 python3-rednose,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 3.9.7
Homepage: http://mongoengine.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-mongoengine.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mongoengine

Package: python-mongoengine
Architecture: all
Depends:
 python-gridfs,
 python-pymongo (>= 1.1),
 ${misc:Depends},
 ${python:Depends},
Provides:
 ${python:Provides},
Description: Python 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 2 package.

Package: python3-mongoengine
Architecture: all
Depends:
 python3-gridfs,
 python3-pymongo (>= 2.7),
 ${misc:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
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:
 ${misc:Depends},
Section: doc
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.