Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 912 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 912 Bytes

DataTorch Python

DataTorch CLI and Python API libary for programmatic access.

Package Version Python Versions Build Status

pip install datatorch

Development

python3 -m pip install --editable .
pip3 install -r requirements.txt

VSCode Configuration

Formatter

Open your VSCode settings, by going Code -> Preferences -> Settings. Search for "python formatting provider" and select "black" from the dropdown menu.