Skip to main content

DataYoga command line interface

Project description

DataYoga CLI

Development

To set up environment in development mode:

Set Up Virtual Environment

python -m venv venv
source venv/bin/activate

Upgrade pip to Latest Version

Pip version 22 and up is needed for editable install.

python -m pip install --upgrade pip

Install Dependencies

cd core
python -m pip install -e .

Run CLI in Development Mode

python ./cli/src/datayoga/__main__.py

Running tests

Core

cd core
pip install .
pip install .[test]
PYTHONPATH=src python -m pytest -s --log-cli-level=DEBUG

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

datayoga-1.113.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

datayoga-1.113.0-py3-none-any.whl (5.4 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