Metadata-Version: 2.4
Name: kumo-api
Version: 0.23.0
Summary: RESTful datamodels for Kumo AI
Author-email: "Kumo.AI" <hello@kumo.ai>
Project-URL: homepage, https://kumo.ai
Project-URL: documentation, https://kumo.ai/docs
Keywords: deep-learning,graph-neural-networks,cloud-data-warehouse
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: protobuf
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: numpy; extra == "test"
Requires-Dist: pandas; extra == "test"
Requires-Dist: pyarrow; extra == "test"

# kumo-api

The `kumo-api` library defines a RESTful API resource schema and specification
for HTTP-compatible clients to interact with Kumo AI's cloud services. Resource
schemas are defined as Pydantic dataclasses.

While it is possible to interface with Kumo directly using these datamodels,
users are recommended to install the Python SDK (via `pip install kumoai`)
for a smoother experience.
