Metadata-Version: 2.4
Name: fork-vcrpy
Version: 7.0.1
Summary: don't use this
Home-page: https://github.com/kevin1024/vcrpy
Author: Kevin McCarthy
Author-email: me@kevinmccarthy.org
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: PyYAML
Requires-Dist: wrapt
Requires-Dist: yarl
Requires-Dist: urllib3<2; python_version < "3.10"
Requires-Dist: urllib3<2; platform_python_implementation == "PyPy"
Requires-Dist: urllib3; platform_python_implementation != "PyPy" and python_version >= "3.10"
Provides-Extra: tests
Requires-Dist: aiohttp; extra == "tests"
Requires-Dist: boto3; extra == "tests"
Requires-Dist: httplib2; extra == "tests"
Requires-Dist: httpx; extra == "tests"
Requires-Dist: pytest-aiohttp; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-httpbin; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: requests>=2.22.0; extra == "tests"
Requires-Dist: tornado; extra == "tests"
Requires-Dist: urllib3; extra == "tests"
Requires-Dist: Werkzeug==2.0.3; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
