File: control

package info (click to toggle)
klepto 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: python: 6,206; makefile: 28; sh: 9
file content (62 lines) | stat: -rw-r--r-- 2,264 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: klepto
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-dill (>= 0.4.0),
               python3-h5py <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pox (>= 0.3.6),
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-notfound-page <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sqlalchemy <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/uqfoundation/klepto
Vcs-Git: https://salsa.debian.org/python-team/packages/klepto.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/klepto
Rules-Requires-Root: no
Description: Persistent caching to memory, disk or database
 klepto extends Python's lru_cache to utilise different keymaps and
 alternate caching algorithms.  This package also has archiving
 capabilities for longer-term storage.  It uses a simple
 dictionary-style interface for all caches and archives, and all
 caches can be applied to any Python function as a decorator.
 .
 klepto is intended to be used for distributed and parallel computing,
 where the keymaps serialize the stored objects, and the caches and
 archives are intended to be read/write accessible from different
 threads and processes.
 .
 klepto is part of pathos, a Python framework for heterogeneous computing.

Package: python3-klepto
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Suggests: python3-cloudpickle,
          python3-h5py,
          python3-jsonpickle,
          python3-pandas,
          python3-sqlalchemy
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: python-klepto-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Recommends: python3-klepto
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 This package contains the klepto documentation in HTML format.
Build-Profiles: <!nodoc>