vcr.py 2.0.1-4 source package in Ubuntu

Changelog

vcr.py (2.0.1-4) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Rename d/tests/control.autodep8 to d/tests/control.
  * Use debhelper-compat instead of debian/compat.

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.

 -- Andrey Rahmatullin <email address hidden>  Wed, 21 Aug 2019 23:22:01 +0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_2.0.1-4.dsc 2.5 KiB 8d9c8c98a842452f635d5bbc47a1871a63aacbff7c59a679d70ac6cced0ee803
vcr.py_2.0.1.orig.tar.gz 320.6 KiB 7931f2d79c6ca3f6b58e20fdcbe1d4da4e55fa9a7cf2860fe4483fd234faae3f
vcr.py_2.0.1-4.debian.tar.xz 5.4 KiB 061f8b48035562c695c984af542e16d484ea1d35617f239da4d58c06e639a901

Available diffs

No changes file available.

Binary packages built by this source

python-vcr-doc: No summary available for python-vcr-doc in ubuntu eoan.

No description available for python-vcr-doc in ubuntu eoan.

python3-vcr: 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.