File: control

package info (click to toggle)
deepdiff 6.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,472 kB
  • sloc: python: 11,503; makefile: 161; sh: 9
file content (40 lines) | stat: -rw-r--r-- 1,405 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
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-clevercsv,
               python3-clevercsv <!nocheck>,
               python3-click <!nocheck>,
               python3-jsonpickle,
               python3-mock <!nocheck>,
               python3-numpy,
               python3-ordered-set,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-toml <!nocheck>,
               python3-yaml <!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: python3-clevercsv,
         python3-jsonpickle,
         python3-numpy,
         python3-ordered-set,
         python3-setuptools,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs: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.