Metadata-Version: 2.1
Name: data-watch-sdk
Version: 0.0.1b0
Summary: Data Watch Python SDK
Home-page: https://alpha.dev
Author: Algora Labs
Author-email: hello@algoralabs.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyYaml (==6.0)
Requires-Dist: aiocache (==0.11.1)
Requires-Dist: aiohttp (==3.8.1)
Requires-Dist: asyncio (==3.4.3)
Requires-Dist: cachetools (==5.2.0)
Requires-Dist: duckdb (==0.7.1)
Requires-Dist: fastparquet (==0.8.1)
Requires-Dist: msgpack (==1.0.4)
Requires-Dist: pandas (==1.3.5)
Requires-Dist: pydantic (==1.9.1)
Requires-Dist: pydash (==5.1.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: scipy (==1.8.0)
Requires-Dist: ujson (==5.4.0)

# Data Watch


## SDK

The [data-watch](https://pypi.org/project/data-watch/) allows users to programmatically access our APIs and data.

### Installation

Set the following environment variables for your username and password for [Algora Labs](https://app.algoralabs.com/).

```text
ALGORA_USER=<username>
ALGORA_PWD=<password>
```

## Help

If you need any help or have feedback, please email us at [support@algoralabs.com](mailto:support@algoralabs.com).


