Metadata-Version: |
2.3 |
Name: |
harfile |
Version: |
0.3.0 |
Summary: |
Writer for HTTP Archive (HAR) files |
Author-Email: |
Dmitry Dygalo <dmitry[at]dygalo.dev> |
Maintainer-Email: |
Dmitry Dygalo <dmitry[at]dygalo.dev> |
Project-Url: |
Changelog, https://github.com/schemathesis/harfile/blob/main/CHANGELOG.md |
Project-Url: |
Bug Tracker, https://github.com/schemathesis/harfile |
Project-Url: |
Funding, https://github.com/sponsors/Stranger6667 |
Project-Url: |
Source Code, https://github.com/schemathesis/harfile |
Keywords: |
har,http,testing |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
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 :: Implementation :: CPython |
Classifier: |
Topic :: Software Development :: Testing |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pytest-codspeed (==2.2.1); extra == "bench" |
Requires-Dist: |
coverage-enable-subprocess; extra == "cov" |
Requires-Dist: |
coverage[toml] (>=7); extra == "cov" |
Requires-Dist: |
coverage-enable-subprocess; extra == "dev" |
Requires-Dist: |
coverage (>=7); extra == "dev" |
Requires-Dist: |
coverage[toml] (>=7); extra == "dev" |
Requires-Dist: |
hypothesis-jsonschema (>=0.23.1); extra == "dev" |
Requires-Dist: |
hypothesis (>=6); extra == "dev" |
Requires-Dist: |
jsonschema (>=4.18.0); extra == "dev" |
Requires-Dist: |
pytest-codspeed (==2.2.1); extra == "dev" |
Requires-Dist: |
pytest (<8,>=6.2.0); extra == "dev" |
Requires-Dist: |
coverage (>=7); extra == "tests" |
Requires-Dist: |
hypothesis-jsonschema (>=0.23.1); extra == "tests" |
Requires-Dist: |
hypothesis (>=6); extra == "tests" |
Requires-Dist: |
jsonschema (>=4.18.0); extra == "tests" |
Requires-Dist: |
pytest (<8,>=6.2.0); extra == "tests" |
Provides-Extra: |
bench |
Provides-Extra: |
cov |
Provides-Extra: |
dev |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |