Metadata-Version: 2.4
Name: dc43-service-clients
Version: 0.41.0.0
Summary: Client contracts and helper implementations for DC43 services
Author: Andy Petrella
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: open-data-contract-standard<4.0.0,>=3.0.2
Requires-Dist: attrs>=20.0
Requires-Dist: pytest>=7.0
Provides-Extra: test
Requires-Dist: httpx>=0.24; extra == "test"
Provides-Extra: http
Requires-Dist: httpx>=0.24; extra == "http"
Provides-Extra: lineage
Requires-Dist: openlineage-python>=1.39.0; extra == "lineage"

# dc43-service-clients

This package contains the shared service client contracts and default local implementations
used by dc43 integrations and backends. Install it independently when you need to author new
integrations or build your own service backends.
