Source: python-mockupdb
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-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pymongo (>= 3),
Standards-Version: 4.4.0
Homepage: https://github.com/ajdavis/mongo-mockup-db
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mockupdb
Vcs-Git: https://salsa.debian.org/python-team/modules/python-mockupdb.git
Testsuite: autopkgtest-pkg-python

Package: python3-mockupdb
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: MongoDB Wire Protocol server library - Python 3.x
 Mock server for testing MongoDB clients and creating MongoDB Wire Protocol
 servers.
 .
 This package contains the Python 3.x module.
