Skip to content

NarrativeScience-old/cubejs-client-async

Repository files navigation

cubejsclientasync

License

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:

Installation

cubejsclientasync requires Python 3.6 or above.

pip install cubejsclientasync

Development

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