File: control

package info (click to toggle)
cachy 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 320 kB
  • sloc: python: 1,308; sh: 6; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,066 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
Source: cachy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@yaerobi.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-fakeredis,
 python3-flexmock,
 python3-memcache,
 python3-msgpack,
 python3-pytest,
 python3-pytest-mock,
 python3-redis,
 python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/sdispater/cachy
Vcs-Browser: https://salsa.debian.org/python-team/packages/cachy
Vcs-Git: https://salsa.debian.org/python-team/packages/cachy.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-cachy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Provide a simple yet effective caching library (Python 3)
 Cachy provides a simple yet effective caching library. Cachy has the
 following advantages: simple but powerful API, thread-safety, decorator
 syntax and support for memcached, redis, database, file, dict stores.
 .
 This package installs the library for Python 3.