Source: betamax Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Daniele Tricoli , Ian Cordasco Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-doc, python3-mock, python3-pytest, python3-requests, python3-setuptools, python3-sphinx, Standards-Version: 4.5.0 Homepage: https://github.com/sigmavirus24/betamax Vcs-Git: https://salsa.debian.org/python-team/packages/betamax.git Vcs-Browser: https://salsa.debian.org/python-team/packages/betamax Package: python3-betamax Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-requests 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.