Metadata-Version: |
2.3 |
Name: |
hypothesis-openapi |
Version: |
0.2.1 |
Summary: |
Hypothesis plugin for generating valid Open API documents |
Author-Email: |
Dmitry Dygalo <dmitry[at]dygalo.dev> |
Maintainer-Email: |
Dmitry Dygalo <dmitry[at]dygalo.dev> |
Project-Url: |
Changelog, https://github.com/Stranger6667/hypothesis-openapi/blob/main/CHANGELOG.md |
Project-Url: |
Bug Tracker, https://github.com/Stranger6667/hypothesis-openapi |
Project-Url: |
Funding, https://github.com/sponsors/Stranger6667 |
Project-Url: |
Source Code, https://github.com/Stranger6667/hypothesis-openapi |
Keywords: |
hypothesis,openapi,testing |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Environment :: Console |
Classifier: |
Framework :: Hypothesis |
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.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.10 |
Requires-Dist: |
hypothesis (<7.0,>=6.84.3) |
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: |
jsonschema (>=4.21.0); extra == "dev" |
Requires-Dist: |
pytest-codspeed (==2.2.1); extra == "dev" |
Requires-Dist: |
pytest-xdist (<3.0,>=2.5); extra == "dev" |
Requires-Dist: |
pytest (<8,>=6.2.0); extra == "dev" |
Requires-Dist: |
referencing (>=0.35); extra == "dev" |
Requires-Dist: |
coverage (>=7); extra == "tests" |
Requires-Dist: |
jsonschema (>=4.21.0); extra == "tests" |
Requires-Dist: |
pytest-xdist (<3.0,>=2.5); extra == "tests" |
Requires-Dist: |
pytest (<8,>=6.2.0); extra == "tests" |
Requires-Dist: |
referencing (>=0.35); 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 |