Source: deepdiff
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-jsonpickle,
               python3-numpy,
               python3-setuptools,
               python3-ordered-set,
               python3-clevercsv,
               python3-click <!nocheck>,
               python3-pytest <!nocheck>,
               python3-yaml <!nocheck>,
               python3-mock <!nocheck>,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/deepdiff
Vcs-Git: https://salsa.debian.org/python-team/packages/deepdiff.git
Homepage: https://github.com/seperman/deepdiff
Rules-Requires-Root: no

Package: python3-deepdiff
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
         python3-jsonpickle,
         python3-numpy,
         python3-setuptools,
         python3-ordered-set,
         python3-clevercsv,
Description: Deep Difference and search of any Python object/data
 Deep Difference of dictionaries, iterables, strings and other objects. It will
 recursively look for all the changes.
 .
 This package contains the python3 module.
