Skip to main content

No project description provided

Project description

Bigdata Client

CI/CD Pipeline

Installation

poetry install

For development, install the pre-commit hooks:

poetry run pre-commit install

or run them manually:

poetry run task pre-commit

Generate the documentation

poetry install --with docs
poetry run task docs

Running tests:

To run just the unit tests:

poetry run pytest -m "not integration"

Integration tests require a set of environment variables to be set, with some valid user:

export BIGDATA_USER="youruser"
export BIGDATA_PASSWORD="******"
poetry run pytest tests -m "integration"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigdata_client-0.0.2.tar.gz (21.3 kB view hashes)

Uploaded Source

Built Distribution

bigdata_client-0.0.2-py3-none-any.whl (33.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page