DoltCLI
This is a minimalist package intended for data engineering applications:
- unzipped size ~100kb
- one dependency -- Dolt binary
- only changes when Dolt changes
If you are a data scientist or are using Pandas there are three options:
Note: doltcli
is in development. The interface does not
completely wrap Dolt CLI yet, and may have function signature changes in
the short-term. Reach out to the team on our discord if you have
questions regarding production use-cases.
Dev Setup
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
-Install dependencies:
poetry install
Now you can run tests and use doltcli
.