Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-vcrpy-5.0.0-2.mga10 RPM for noarch

From Mageia Cauldron for i686 / media / core / release

Name: python3-vcrpy Distribution: Mageia
Version: 5.0.0 Vendor: Mageia.Org
Release: 2.mga10 Build date: Sun Mar 2 20:15:18 2025
Group: Development/Python Build host: localhost
Size: 304539 Source RPM: python-vcrpy-5.0.0-2.mga10.src.rpm
Packager: wally <wally>
Url: https://pypi.io/project/vcrpy
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
Simplify and speed up testing HTTP by recording all HTTP interactions and
saving them to "cassette" files, which are yaml files containing the contents
of your requests and responses.  Then when you run your tests again, they all
just hit the text files instead of the internet.  This speeds up your tests and
lets you work offline.

If the server you are testing against ever changes its API, all you need to do
is delete your existing cassette files, and run your tests again.  All of the
mocked responses will be updated with the new API.

Provides

Requires

License

MIT

Changelog

* Sun Mar 02 2025 wally <wally> 5.0.0-2.mga10
  + Revision: 2158894
  - rebuild for python3.13
* Tue Feb 27 2024 papoteur <papoteur> 5.0.0-1.mga10
  + Revision: 2044590
  - rebuild for python 3.12
  - new version 5.0.0

Files

/usr/lib/python3.13/site-packages/vcr
/usr/lib/python3.13/site-packages/vcr/__init__.py
/usr/lib/python3.13/site-packages/vcr/__pycache__
/usr/lib/python3.13/site-packages/vcr/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/cassette.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/cassette.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/errors.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/errors.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/filters.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/filters.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/matchers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/matchers.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/migration.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/migration.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/patch.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/patch.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/record_mode.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/record_mode.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/request.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/request.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/serialize.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/serialize.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/unittest.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/unittest.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/util.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/__pycache__/util.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/cassette.py
/usr/lib/python3.13/site-packages/vcr/config.py
/usr/lib/python3.13/site-packages/vcr/errors.py
/usr/lib/python3.13/site-packages/vcr/filters.py
/usr/lib/python3.13/site-packages/vcr/matchers.py
/usr/lib/python3.13/site-packages/vcr/migration.py
/usr/lib/python3.13/site-packages/vcr/patch.py
/usr/lib/python3.13/site-packages/vcr/persisters
/usr/lib/python3.13/site-packages/vcr/persisters/__init__.py
/usr/lib/python3.13/site-packages/vcr/persisters/__pycache__
/usr/lib/python3.13/site-packages/vcr/persisters/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/persisters/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/persisters/__pycache__/filesystem.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/persisters/__pycache__/filesystem.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/persisters/filesystem.py
/usr/lib/python3.13/site-packages/vcr/record_mode.py
/usr/lib/python3.13/site-packages/vcr/request.py
/usr/lib/python3.13/site-packages/vcr/serialize.py
/usr/lib/python3.13/site-packages/vcr/serializers
/usr/lib/python3.13/site-packages/vcr/serializers/__init__.py
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/jsonserializer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/jsonserializer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/yamlserializer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/__pycache__/yamlserializer.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/serializers/compat.py
/usr/lib/python3.13/site-packages/vcr/serializers/jsonserializer.py
/usr/lib/python3.13/site-packages/vcr/serializers/yamlserializer.py
/usr/lib/python3.13/site-packages/vcr/stubs
/usr/lib/python3.13/site-packages/vcr/stubs/__init__.py
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/aiohttp_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/aiohttp_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/boto3_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/boto3_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/boto_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/boto_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/httplib2_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/httplib2_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/httpx_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/httpx_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/requests_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/requests_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/tornado_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/tornado_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/urllib3_stubs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/__pycache__/urllib3_stubs.cpython-313.pyc
/usr/lib/python3.13/site-packages/vcr/stubs/aiohttp_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/boto3_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/boto_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/compat.py
/usr/lib/python3.13/site-packages/vcr/stubs/httplib2_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/httpx_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/requests_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/tornado_stubs.py
/usr/lib/python3.13/site-packages/vcr/stubs/urllib3_stubs.py
/usr/lib/python3.13/site-packages/vcr/unittest.py
/usr/lib/python3.13/site-packages/vcr/util.py
/usr/lib/python3.13/site-packages/vcrpy-5.0.0.dist-info
/usr/lib/python3.13/site-packages/vcrpy-5.0.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/vcrpy-5.0.0.dist-info/LICENSE.txt
/usr/lib/python3.13/site-packages/vcrpy-5.0.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/vcrpy-5.0.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/vcrpy-5.0.0.dist-info/top_level.txt
/usr/share/doc/python3-vcrpy
/usr/share/doc/python3-vcrpy/README.rst
/usr/share/licenses/python3-vcrpy
/usr/share/licenses/python3-vcrpy/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 20 04:43:18 2025