File: control

package info (click to toggle)
python-requests-cache 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,544 kB
  • sloc: python: 4,747; makefile: 12; javascript: 8
file content (54 lines) | stat: -rw-r--r-- 2,006 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
Source: python-requests-cache
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-appdirs <!nocheck>,
               python3-attr <!nocheck>,
               python3-cattr <!nocheck>,
               python3-distutils,
               python3-itsdangerous <!nocheck>,
               python3-poetry-core,
               python3-pymongo,
               python3-pytest <!nocheck>,
               python3-redis,
               python3-requests,
               python3-requests-mock <!nocheck>,
               python3-responses <!nocheck>,
               python3-setuptools,
               python3-sphinx,
               python3-timeout-decorator <!nocheck>,
               python3-ujson <!nocheck>,
               python3-url-normalize <!nocheck>,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/requests-cache/requests-cache
Vcs-Git: https://salsa.debian.org/python-team/packages/python-requests-cache.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-requests-cache

Package: python3-requests-cache
Architecture: all
Depends: python3-cattr,
         python3-requests (>= 1.1.0),
         python3-url-normalize,
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-requests-cache-doc,
          python3-pymongo,
          python3-redis,
Description: persistent cache for requests library (Python 3)
 Requests-cache is a transparent persistent cache for requests library.

Package: python-requests-cache-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: persistent cache for requests library (doc)
 Requests-cache is a transparent persistent cache for requests library.
 .
 This package contains the documentation for requests-cache.