Metadata-Version: 2.4
Name: kumoai
Version: 1.4.1
Summary: AI on the Modern Data Stack
Project-URL: homepage, https://kumo.ai
Project-URL: documentation, https://kumo.ai/docs
Author-email: "Kumo.AI" <hello@kumo.ai>
Keywords: cloud-data-warehouse,deep-learning,graph-neural-networks
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: aiohttp>=3.10.0
Requires-Dist: kumo-api==0.8.0
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: requests>=2.28.2
Requires-Dist: tqdm>=4.66.0
Requires-Dist: typing-extensions>=4.5.0
Requires-Dist: urllib3
Provides-Extra: doc
Requires-Dist: graphviz; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
Requires-Dist: sphinx-book-theme; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx==6.0.0; extra == 'doc'
Provides-Extra: test
Requires-Dist: numpy==1.23.5; extra == 'test'
Requires-Dist: pandas==1.5.2; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Requires-Dist: requests-mock; extra == 'test'
Description-Content-Type: text/markdown

<p align="center">
  <img height="180" src="https://s3.us-west-1.amazonaws.com/data.kumo.ai/img/kumo_pink_md.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.8 to Python 3.12. To install, simply run

```
pip install kumoai
```
