Metadata-Version: 2.2
Name: networktest
Version: 2.0.1
Summary: Tools for testing applications that make network requests.
Author-email: Matt Wisniewski <mattw@jwplayer.com>
License: Apache License 2.0
Project-URL: homepage, https://github.com/jwplayer/networktest
Keywords: network,test,functional,unit,integration,api,http,request
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pytest
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-flake8; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: requests; extra == "tests"
