Metadata-Version: 2.4
Name: kumoai
Version: 2.20.0.dev202604121834
Summary: AI on the Modern Data Stack
Author-email: "Kumo.AI" <hello@kumo.ai>
License-Expression: MIT
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: Programming Language :: Python
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: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: pyarrow<19.0.0,>=8.0.0; python_version < "3.14"
Requires-Dist: pyarrow>=22.0.0; python_version >= "3.14"
Requires-Dist: requests>=2.28.2
Requires-Dist: urllib3
Requires-Dist: plotly
Requires-Dist: typing_extensions>=4.5.0
Requires-Dist: kumo-api<1.0.0,>=0.79.0
Requires-Dist: tqdm>=4.66.0
Requires-Dist: aiohttp>=3.10.0
Requires-Dist: pydantic>=1.10.21
Requires-Dist: rich>=9.0.0
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-book-theme; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: mermaid-py; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: requests-mock; extra == "test"
Provides-Extra: sqlite
Requires-Dist: adbc_driver_sqlite; extra == "sqlite"
Provides-Extra: snowflake
Requires-Dist: numpy<2.0; extra == "snowflake"
Requires-Dist: snowflake-connector-python; extra == "snowflake"
Requires-Dist: pyyaml; extra == "snowflake"
Requires-Dist: mermaid-py; extra == "snowflake"
Provides-Extra: sagemaker
Requires-Dist: boto3<2.0,>=1.30.0; extra == "sagemaker"
Provides-Extra: test-sagemaker
Requires-Dist: sagemaker<3.0; extra == "test-sagemaker"
Dynamic: license-file
Dynamic: requires-dist

<p align="center">
  <img height="180" src="https://kumo-sdk-public.s3.us-west-2.amazonaws.com/kumo-logo-pink.svg" />
</p>

______________________________________________________________________

The Kumo SDK implements a pythonic interface for users to programmatically
interact with the Kumo machine learning platform
([documentation](https://kumo-ai.github.io/kumo-sdk/docs/#)).

## Installation

The Kumo SDK is available for Python 3.10 to Python 3.13. To install, simply run

```
pip install kumoai
```
