Git for data scientists - manage your code and data together
Project description
# Raga CLI (rc) - Data Version Control Tool
Raga CLI (rc) is a command-line tool built in Python for managing data version control. It allows you to track changes to datasets and models, create checkpoints, and manage repositories to ensure smooth collaboration and reproducibility in data-related projects.
Installation
To install Raga CLI, make sure you have Python installed, and then run the following command:
pip install raga-cli
Usage
Raga CLI provides several commands to help you manage your data version control tasks. Here are the available commands:
-
Create a New Repository
rc repo create -n <repo_name> -tag <model/dataset>
This command creates a new repository with the specified name and tags it as a model or dataset repository.
-
Clone an Existing Repository
rc repo clone -n <repo_name>
Use this command to clone an existing repository by providing the repository name.
-
Show Repository Current Local Version
rc repo version
Displays the current local version of the repository.
-
Show Repository Information
rc repo info
Provides information about the repository, including its name, type, and current version.
-
Upload Files and Create Checkpoint
rc put -m "<commit message>"
Uploads tracked files or directories to remote storage and creates a checkpoint with the specified commit message.
-
Download Tracked Files or Directories
rc get
Downloads files or directories that are tracked by Raga CLI.
-
Download Files or Directories of a Specific Repo Version
rc get -repo-version <repo_version>
Downloads files or directories of a particular version of the repository.
Additional Flags
-h
,--help
: Prints the usage/help message and exits.-q
,--quiet
: Suppresses standard output. Exits with 0 if no problems arise; otherwise, exits with 1.-v
,--verbose
: Displays detailed tracing information.
Contributing
Contributions to Raga CLI are welcome! If you encounter issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for raga_cli-0.1.70-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f813bc34116e22f064edee682bdb623202b18778be8b30c335ef41640b64387 |
|
MD5 | 2a3498624a3eaf6ba6c169f0becae3f7 |
|
BLAKE2b-256 | d0c5e8febf7f7c7a6cce55d3e01f4bb141db85f9b32065c3eb6fba6a563022e5 |