Metadata-Version: 2.4
Name: robotframework-httpx
Version: 0.4.8
Summary: Robot Framework keyword library wrapper around httpx
Home-page: https://github.com/
Author: Bulkan
Author-email: bulkan@gmail.com
Maintainer: Carl-Fredrik Sundstrom
Maintainer-email: carl.f.sundstrom@gmail.com
License: MIT
Keywords: robotframework testing test automation http client httpx rest api
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
License-File: LICENSE.md
Requires-Dist: robotframework>=3.2.2
Requires-Dist: httpx[http2]>=0.18.2
Requires-Dist: requests
Provides-Extra: ntlm
Requires-Dist: httpx_ntlm; extra == "ntlm"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: flask==2.*; extra == "test"
Requires-Dist: six; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: Werkzeug==2.*; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Robot Framework keyword library wrapper around the HTTP client library httpx.
