File: control

package info (click to toggle)
python-cachetools 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 260
  • sloc: python: 1,503; makefile: 128; sh: 10
file content (52 lines) | stat: -rw-r--r-- 1,645 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
Source: python-cachetools
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>
Build-Depends:
    debhelper (>= 9),
    dh-python,
    python-all,
    python3-all,
    python-setuptools,
    python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/tkem/cachetools/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cachetools.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cachetools.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2

Package: python-cachetools
Architecture: all
Depends:
    ${python:Depends},
    ${misc:Depends},
Description: extensible memoizing collections and decorators for Python
 This Python module provides various memoizing collections and decorators,
 including a variant of the Python 3 Standard Library functools.lru_cache()
 function decorator.
 .
 The supported cache algorithms are:
 .
  * Least recently used (LRU)
  * Least frequently used (LFU)
  * Random replacement (RR)
  * Per-item time-to-live (TTL)

Package: python3-cachetools
Architecture: all
Depends:
    ${python3:Depends},
    ${misc:Depends},
Description: extensible memoizing collections and decorators for Python 3
 This Python 3 module provides various memoizing collections and decorators,
 including a variant of the Python 3 Standard Library functools.lru_cache()
 function decorator.
 .
 The supported cache algorithms are:
 .
  * Least recently used (LRU)
  * Least frequently used (LFU)
  * Random replacement (RR)
  * Per-item time-to-live (TTL)