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

doltcli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doltcli

Slim Python interface for Dolt's CLI API.

  • 0.2.2
  • PyPI
  • Socket score

Maintainers
1

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:

  • Use doltpy
  • Use pandas.sql with dolt sql-server
  • Manually convert the doltcli return types to DataFrames with pd.Dataframe.from_records(...) or another DataFrame instantiate of choice.

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.

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