Metadata-Version: 2.1
Name: badook-tests
Version: 0.4.0rc0
Summary: badook data testing framework for Python
Home-page: https://github.com/badook-ai/badook-tests-python
License: Apache-2.0
Author: badook Engineering
Author-email: engineering@badook.ai
Requires-Python: >=3.9.0,<3.10.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: Pysher (>=1.0.6,<2.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: cloudpickle (>=1.6,<3.0)
Requires-Dist: emoji (>=1.4.2,<2.0.0)
Requires-Dist: halo (>=0.0.31,<0.0.32)
Requires-Dist: ipython (>=7.27,<9.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: shortuuid (>=1.0.1,<2.0.0)
Requires-Dist: websocket-client (==0.57.0)
Project-URL: Repository, https://github.com/badook-ai/badook-tests-python
Description-Content-Type: text/markdown

# badook tests python SDK

## Setup

### Prerequisites

Current version supports Python 3.9 only

### Installation
To install badook from pip use:

```
python -m pip install badook-tests
```

## Running the example localy

To run using a local server first set the local address correctly in the `config\badook.yaml` file under the `data_cluster_url` entry.
Next run the example using the following command:

```{python}
python examples/test_dsl_example.py
```

