Metadata-Version: 2.1
Name: dubo
Version: 0.2.13
Summary: Analytics made simple
License: MIT
Author: Andrew Duberstein
Author-email: ajduberstein@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: altair (>=5.0.1,<6.0.0)
Requires-Dist: attrs (>=21.3.0)
Requires-Dist: httpx (>=0.20.0,<0.25.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pydeck (>=0.8.0,<0.9.0)
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: sqlglot (>=18.15.0,<19.0.0)
Description-Content-Type: text/markdown

dubo
====

The Dubo SDK lets you interact with databases and data documentation via natural language. Use it with internal tools like Slackbots, within your company's ChatGPT plugin, or in your product directly.

To get started, check out the [documentation](https://docs.dubo.gg).

## Developing for the Dubo SDK

### Generating the API Client

An api client can be generated to access the dubo API, it is located in the `/dubo/api_client` folder:

```shell
just generate-api-client
```

More info can be found in the README file inside the `api-client-generator` folder.

### Generating Documentation

```shell
just generate-doc
```

