Metadata-Version: 2.4
Name: marmot-sdk
Version: 0.1.0
Summary: Python SDK for Marmot — read the catalog and self-document automation, agents, and pipelines.
Project-URL: Homepage, https://marmot.run
Project-URL: Repository, https://github.com/marmotdata/marmot
Project-URL: Issues, https://github.com/marmotdata/marmot/issues
Author: Marmot
License: Apache-2.0
Keywords: agents,catalog,data,lineage,marmot,metadata
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: pyyaml>=6.0
Requires-Dist: typing-extensions>=4.9; python_version < '3.12'
Provides-Extra: dev
Requires-Dist: openapi-python-client>=0.21; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
