Metadata-Version: 2.1
Name: engineai.sdk
Version: 0.94.4
Summary: EngineAI's Platform SDK
License: MIT
Author: Pedro Rodrigues
Author-email: pedro@dystematic.com
Maintainer: Pedro Cunha
Maintainer-email: cunha@engineai.com
Requires-Python: >=3.8.1,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beartype (>=0.17,<1)
Requires-Dist: brotli (>=1,<2)
Requires-Dist: click (>=8,<9)
Requires-Dist: environs (>=9,<12)
Requires-Dist: inquirer (>=3,<4)
Requires-Dist: networkx (>=3,<4)
Requires-Dist: numpy (>=1,<2)
Requires-Dist: orjson (>3.9.15)
Requires-Dist: pandas (>=1,<3)
Requires-Dist: pyjwt (>=2,<3)
Requires-Dist: requests (>=2,<3)
Requires-Dist: rich (>=13,<14)
Requires-Dist: typing-extensions (>=4,<5)
Project-URL: Documentation, https://docs.engineai.com/
Description-Content-Type: text/markdown

# EngineAI SDK

We’ve built the EngineAI Platform SDK as a powerful Python library for developing data-driven applications. Designed with both technical and non-technical users in mind, the SDK offers ease of use, an extensive catalog of widgets, and flexible layouts.

### Requirements

- Python 3.8 or higher

### Installation

To install the SDK, run the following command:

```bash
pip install engineai.sdk
```

### Create your First Dashboard

To create your dashboard, you need to run the following command:

```bash
engineai dashboard init
```

Then, to publish your dashboard, run the following command:

```bash
engineai dashboard publish
```

You will be redirected to you first Dashboard. You can now start adding more widgets 
to your dashboard.

### Documentation

To find all the documentation for the EngineAI Platform SDK, go [here](https://docs.engineai.com).

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

