Metadata-Version: 2.1
Name: restpite
Version: 0.1.4
Summary: Python DSL for easily testing REST services
Home-page: UNKNOWN
Author: Simon Kerr
Author-email: jackofspaces@gmail.com
License: MIT
Project-URL: Documentation, https://restpite.readthedocs.io/
Project-URL: Changelog, https://restpite.readthedocs.io/en/latest/changelog.html
Project-URL: Tracker, https://github.com/symonk/restpite/issues
Keywords: testing,api,rest
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: httpx (==0.17.1)
Requires-Dist: h2 (==4.0.0)
Requires-Dist: marshmallow-dataclass (==8.4.1)
Provides-Extra: testing
Requires-Dist: pytest (==6.2.3) ; extra == 'testing'
Requires-Dist: pytest-mock (==3.5.1) ; extra == 'testing'
Requires-Dist: pytest-cov (==2.11.1) ; extra == 'testing'
Requires-Dist: codecov (==2.1.11) ; extra == 'testing'
Requires-Dist: respx (==0.16.3) ; extra == 'testing'

UNKNOWN


