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 (>= 12),
 dh-python (>= 2.20160609),
 python-all,
 python-mock,
 python-pytest,
 python-requests (>= 2.0),
 python-setuptools,
 python3-all,
 python3-doc,
 python3-mock,
 python3-pytest,
 python3-requests (>= 2.0),
 python3-setuptools,
 python3-sphinx (>= 1.4),
Standards-Version: 4.3.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: python-betamax
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 python-requests (>= 2.0)
Description: VCR imitation designed only for python-requests - Python 2.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.

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.
