File: control

package info (click to toggle)
zict 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 304 kB
  • sloc: python: 3,074; sh: 8; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,014 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
Source: zict
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Diane Trout <diane@ghic.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/mrocklin/zict/
Vcs-Git: https://salsa.debian.org/python-team/packages/zict.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/zict

Package: python3-zict
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Mutable mapping tools for Python 3
 The dictionary / mutable mapping interface is powerful and
 multi-faceted.
 .
  * stores data in different locations such as in-memory, on disk, in
    archive files, etc..
  * manage old data with different policies like LRU, random eviction,
    etc..
  * might encode or transform data as it arrives or departs the
    dictionary through compression, encoding, etc..
 .
 This contains the Python 3 version