Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datayoga

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datayoga

DataYoga command line interface

  • 1.128.0
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc