Metadata-Version: |
2.4 |
Name: |
httpr |
Version: |
0.1.12 |
Summary: |
Fast HTTP client for Python |
Author: |
thomasht86 |
License: |
MIT License |
Keywords: |
python,request |
Classifier: |
Programming Language :: Rust |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.9 |
Requires-Dist: |
certifi; extra == "dev" |
Requires-Dist: |
pytest (>=8.1.1); extra == "dev" |
Requires-Dist: |
pytest-asyncio (>=0.25.3); extra == "dev" |
Requires-Dist: |
typing-extensions; python_full_version < "3.12" and extra == "dev" |
Requires-Dist: |
mypy (>=1.14.1); extra == "dev" |
Requires-Dist: |
ruff (>=0.9.2); extra == "dev" |
Requires-Dist: |
maturin; extra == "dev" |
Requires-Dist: |
trustme; extra == "dev" |
Requires-Dist: |
mkdocs-material[imaging]; extra == "docs" |
Requires-Dist: |
httpr[dev]; extra == "scratch" |
Requires-Dist: |
matplotlib; extra == "scratch" |
Requires-Dist: |
pandas; extra == "scratch" |
Requires-Dist: |
jupyter; extra == "scratch" |
Requires-Dist: |
ipykernel; extra == "scratch" |
Requires-Dist: |
httpx; extra == "scratch" |
Requires-Dist: |
gunicorn; extra == "scratch" |
Requires-Dist: |
uvicorn; extra == "scratch" |
Requires-Dist: |
trustme; extra == "scratch" |
Requires-Dist: |
starlette; extra == "scratch" |
Requires-Dist: |
fastapi; extra == "scratch" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
scratch |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |
License-File: |
LICENSE |