diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/hatchet_sdk-0.47.0.dist-info/METADATA')
-rw-r--r-- | .venv/lib/python3.12/site-packages/hatchet_sdk-0.47.0.dist-info/METADATA | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/hatchet_sdk-0.47.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/hatchet_sdk-0.47.0.dist-info/METADATA new file mode 100644 index 00000000..6c965d7a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/hatchet_sdk-0.47.0.dist-info/METADATA @@ -0,0 +1,41 @@ +Metadata-Version: 2.1 +Name: hatchet-sdk +Version: 0.47.0 +Summary: +Author: Alexander Belanger +Author-email: alexander@hatchet.run +Requires-Python: >=3.10,<4.0 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Provides-Extra: otel +Requires-Dist: aiohttp (>=3.10.5,<4.0.0) +Requires-Dist: aiohttp-retry (>=2.8.3,<3.0.0) +Requires-Dist: aiostream (>=0.5.2,<0.6.0) +Requires-Dist: cel-python (>=0.2.0,<0.3.0) +Requires-Dist: grpcio (>=1.64.1,!=1.68.*) ; python_version < "3.13" +Requires-Dist: grpcio (>=1.69.0) ; python_version >= "3.13" +Requires-Dist: grpcio-tools (>=1.64.1,!=1.68.*) ; python_version < "3.13" +Requires-Dist: grpcio-tools (>=1.69.0) ; python_version >= "3.13" +Requires-Dist: nest-asyncio (>=1.6.0,<2.0.0) +Requires-Dist: opentelemetry-api (>=1.28.0,<2.0.0) ; extra == "otel" +Requires-Dist: opentelemetry-distro (>=0.49b0) ; extra == "otel" +Requires-Dist: opentelemetry-exporter-otlp (>=1.28.0,<2.0.0) ; extra == "otel" +Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.28.0,<2.0.0) ; extra == "otel" +Requires-Dist: opentelemetry-instrumentation (>=0.49b0) ; extra == "otel" +Requires-Dist: opentelemetry-sdk (>=1.28.0,<2.0.0) ; extra == "otel" +Requires-Dist: prometheus-client (>=0.21.1,<0.22.0) +Requires-Dist: protobuf (>=5.29.1,<6.0.0) +Requires-Dist: pydantic (>=2.6.3,<3.0.0) +Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0) +Requires-Dist: python-dotenv (>=1.0.0,<2.0.0) +Requires-Dist: pyyaml (>=6.0.1,<7.0.0) +Requires-Dist: tenacity (>=8.4.1) +Requires-Dist: urllib3 (>=1.26.20) +Description-Content-Type: text/markdown + +# Hatchet Python SDK + +This is the [Hatchet](https://hatchet.run) Python SDK. For usage, see the [docs](https://docs.hatchet.run). + |