Skip to main content

Enhanced Dolt CLI

Project description

doltcli-ex

Introduction

An Enhanced CLI for dolt.The official doltcli only provides git-like operations inside Dolt among the SQL tables,but not the files.So,to be more friendly,doltcli-ex provides commands to simplify the io operations and dolt operations.

Commands

The scripts provides convenient Python scripts to add and remove data files in dolt. The installation will create executables automatically.

  • doltadd : Import the dataset file as SQL table or upload some kind of special files(README.md,LICENSE.md) in Dolt and then add it into Dolt's stage.

  • doltrm : Remove a table or some kind of special files in Dolt.

Installation

From pip

pip install doltcli-ex

From source

pip install git+https://github.com/yuiant/doltcli-ex.git

Contribution

Formatting Code

To ensure the codebase complies with a style guide, please use flake8, black and isort tools to format and check codebase for compliance with PEP8.

Project details


Download files

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

Source Distribution

doltcli-ex-0.1.14.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

doltcli_ex-0.1.14-py3-none-any.whl (7.2 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