File: control

package info (click to toggle)
vcr.py 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 860 kB
  • ctags: 670
  • sloc: python: 4,608; makefile: 181; sh: 3
file content (114 lines) | stat: -rw-r--r-- 3,186 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Source: vcr.py
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 pandoc,
 python-all,
 python-contextlib2,
 python-httplib2,
 python-mock,
 python-pytest,
 python-pytest-httpbin,
 python-pytest-localserver,
 python-pytest-tornado,
 python-requests,
 python-setuptools,
 python-six (>= 1.5),
 python-sphinx (>= 1.3),
 python-sphinx-rtd-theme,
 python-tornado,
 python-urllib3,
 python-wrapt,
 python-yaml,
 python3-all,
 python3-contextlib2,
 python3-httplib2,
 python3-mock,
 python3-pytest,
 python3-pytest-httpbin,
 python3-pytest-localserver,
 python3-pytest-tornado,
 python3-requests,
 python3-setuptools,
 python3-six (>= 1.5),
 python3-tornado,
 python3-urllib3,
 python3-wrapt,
 python3-yaml
Standards-Version: 3.9.8
Homepage: https://github.com/kevin1024/vcrpy/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/vcr.py.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/vcr.py.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-vcr
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: record and replay HTML interactions (Python library)
 vcr.py records all interactions that take place through the HTML libraries
 it supports and writes them to flat files, called cassettes (YAML format by
 default). These cassettes could be replayed then for fast, deterministic
 and accurate HTML testing.
 .
 vcr.py supports the following Python HTTP libraries:
  - urllib2 (stdlib)
  - urllib3
  - http.client (Python3 stdlib)
  - Requests
  - httplib2
  - Boto (interface to Amazon Web Services)
  - Tornado's HTTP client
 .
 This package contains the modules for Python 2.

Package: python3-vcr
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: record and replay HTML interactions (Python3 library)
 vcr.py records all interactions that take place through the HTML libraries
 it supports and writes them to flat files, called cassettes (YAML format by
 default). These cassettes could be replayed then for fast, deterministic
 and accurate HTML testing.
 .
 vcr.py supports the following Python HTTP libraries:
  - urllib2 (stdlib)
  - urllib3
  - http.client (Python3 stdlib)
  - Requests
  - httplib2
  - Boto (interface to Amazon Web Services)
  - Tornado's HTTP client
 .
 This package contains the modules for Python 3.

Package: python-vcr-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Description: record and replay HTML interactions (Documentation)
 vcr.py records all interactions that take place through the HTML libraries
 it supports and writes them to flat files, called cassettes (YAML format by
 default). These cassettes could be replayed then for fast, deterministic
 and accurate HTML testing.
 .
 vcr.py supports the following Python HTTP libraries:
  - urllib2 (stdlib)
  - urllib3
  - http.client (Python3 stdlib)
  - Requests
  - httplib2
  - Boto (interface to Amazon Web Services)
  - Tornado's HTTP client
 .
 This package contains the documentation.