File: control

package info (click to toggle)
python-requests-cache 0.4.13-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 348 kB
  • sloc: python: 1,359; makefile: 141
file content (35 lines) | stat: -rw-r--r-- 1,654 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
Source: python-requests-cache
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, python3, dh-python, python-sphinx, python-requests, python3-requests, python-pymongo, python3-pymongo, python-redis, python3-redis, python3-setuptools, python3-distutils
Standards-Version: 4.1.4
Homepage: https://github.com/reclosedev/requests-cache
Vcs-Git: https://salsa.debian.org/python-team/modules/python-requests-cache.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-requests-cache

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

Package: python3-requests-cache
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-requests (>= 1.1.0)
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.
 .
 This package contains the Python 3 version of requests-cache.

Package: python-requests-cache-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
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.