1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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).
|