File: control

package info (click to toggle)
python-motor 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,640 kB
  • sloc: python: 9,916; makefile: 74
file content (44 lines) | stat: -rw-r--r-- 1,512 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
Source: python-motor
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://github.com/mongodb/motor
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-motor
Vcs-Git: https://salsa.debian.org/python-team/modules/python-motor.git
Testsuite: autopkgtest-pkg-python

Package: python-motor
Architecture: all
Depends: python-concurrent.futures,
         python-gridfs (>= 3.4),
         python-pymongo (>= 3.6),
         ${misc:Depends},
         ${python:Depends},
Suggests: python-tornado,
Description: full-featured, non-blocking MongoDB driver - Python 2.x
 Motor presents a callback- or Future-based API for non-blocking access to
 MongoDB from Tornado or asyncio.
 .
 This package contains the Python 2.x module.

Package: python3-motor
Architecture: all
Depends: python3-gridfs (>= 3.4),
         python3-pymongo (>= 3.6),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python3-aiohttp,
          python3-tornado,
Description: full-featured, non-blocking MongoDB driver - Python 3.x
 Motor presents a callback- or Future-based API for non-blocking access to
 MongoDB from Tornado or asyncio.
 .
 This package contains the Python 3.x module.