Metadata-Version: 2.4
Name: kywy
Version: 0.33.0b3
Summary: Python client for Kawa - https://docs.kawa.ai
Author-email: Kawa Analytics <emmmanuel@kawa.ai>, Kawa Analytics <max@kawa.ai>
Maintainer-email: Kawa Analytics <max@kawa.ai>, Kawa Analytics <emmmanuel@kawa.ai>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28
Requires-Dist: numpy>=1.25.0
Requires-Dist: pandas>=2.2.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: psutil>=5.9.4
Requires-Dist: pyarrow>=16.1.0
Requires-Dist: tzlocal>=4.2
Requires-Dist: pycryptodome>=3.18.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: type_enforced>=1.4.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: icecream>=2.1.3
Requires-Dist: python-slugify>=7.0.0
Requires-Dist: packaging>=24.1.0
Provides-Extra: kerberos
Requires-Dist: gssapi; extra == "kerberos"
Requires-Dist: requests-kerberos; extra == "kerberos"

## KYWY is the official KAWA Python client

This project allows to connect to a KAWA instance to perform various data analytics tasks:

- Uploading data to a data warehouse
- Performing computations on the data warehouse managed by Kawa
- Managing advanced administration settings for KAWA administrators

Please visit our website for additional information and contact: https://www.kawa.ai

## Usage
The full documentation can be found here: https://github.com/kawa-analytics/kywy-documentation

## Dev setup
Make sure to create a .env file at the root of the project with the following content:

```
# Connection to KAWA configuration
# (Used for the scripts in the cloud directory)
KAWA_URL=http://127.0.0.1:8080
KAWA_API_KEY=****
KAWA_WORKSPACE=1

# E2E test configuration
# (Used to run the E2E tests)
E2E_KAWA_URL=http://127.0.0.1:8080
E2E_KAWA_API_KEY_USER_1=****
E2E_KAWA_API_KEY_USER_2=***
E2E_KAWA_WORKSPACE=1
```





