File: control

package info (click to toggle)
betamax 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 668 kB
  • sloc: python: 2,661; makefile: 125; sh: 13
file content (55 lines) | stat: -rw-r--r-- 1,908 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
Source: betamax
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@debian.org>,
 Ian Cordasco <graffatcolmingov@gmail.com>
Build-Depends:
 debhelper-compat (= 12),
 dh-python (>= 2.20160609),
 python3-all,
 python3-doc,
 python3-mock,
 python3-pytest,
 python3-requests (>= 2.0),
 python3-setuptools,
 python3-sphinx (>= 1.4),
Standards-Version: 4.4.0
Homepage: https://github.com/sigmavirus24/betamax
Vcs-Git: https://salsa.debian.org/python-team/modules/betamax.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/betamax

Package: python3-betamax
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-requests (>= 2.0)
Description: VCR imitation designed only for python-requests - Python 3.X
 Betamax records HTTP interactions and replay them allowing fast, deterministic
 and accurate tests and it's designed to be used with python-requests. If
 you are not using python-requests, you should checkout vcr.py.
 .
 Betamax comes with integrations for py.test and unittest and supports
 third party packages that provide extra request matchers and cassette
 serializers.
 .
 This package contains the Python 3 version of the library.

Package: python-betamax-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: VCR imitation designed only for python-requests - Documentation
 Betamax records HTTP interactions and replay them allowing fast, deterministic
 and accurate tests and it's designed to be used with python-requests. If
 you are not using python-requests, you should checkout vcr.py.
 .
 Betamax comes with integrations for py.test and unittest and supports
 third party packages that provide extra request matchers and cassette
 serializers.
 .
 This package contains documentation and examples.