File: control

package info (click to toggle)
deepdiff 3.3.0-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 396 kB
  • sloc: python: 3,932; makefile: 158
file content (27 lines) | stat: -rw-r--r-- 820 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
Source: deepdiff
Section: python
Priority: optional
Maintainer: Michael Banck <mbanck@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-jsonpickle,
               python3-mock,
               python3-numpy,
               python3-setuptools
Standards-Version: 4.1.3
X-Python3-Version: >= 3.6
Homepage: https://github.com/seperman/deepdiff
Testsuite: autopkgtest-pkg-python

Package: python3-deepdiff
Architecture: all
Section: python
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
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.