Metadata-Version: 2.5
Name: smooai-fetch
Version: 3.4.0
Summary: A resilient HTTP fetch client with retries, timeouts, rate limiting, and circuit breaking.
Project-URL: Homepage, https://github.com/SmooAI/fetch
Project-URL: Repository, https://github.com/SmooAI/fetch
Project-URL: Issues, https://github.com/SmooAI/fetch/issues
Author-email: SmooAI <brent@smooai.com>
License: MIT
Keywords: circuit-breaker,fetch,http,retry,smooai
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: otel
Requires-Dist: opentelemetry-api>=1.20.0; extra == 'otel'
