Async Python Cube.js client
Features:
- Cube.js API client that makes async requests
- Rich objects for building queries with measures, dimensions, etc.
Table of Contents:
cubejsclientasync requires Python 3.6 or above.
pip install cubejsclientasync
To develop cubejsclientasync, install dependencies and enable the pre-commit hook:
pip install pre-commit poetry
poetry install
pre-commit install
To run tests:
poetry shell
pytest