Skip to main content

An MLOps tool to manage data files and pipelines on top of Git

Project description

Python bindings for Xvc

PyPI - Version

PyPI - Wheel

PyPI - Python Version

Installation and Usage

$ pip install xvc

Using xvc from CLI

It's recommended to use the binary directly for CLI. This package is created to be used as a Python library.

Import Xvc in your Python files

import xvc

Initialize an Xvc repository

Xvc is designed and intended to be run on top of a Git repository.

import os

os.system("git init")

xvc.init()

File operations

Suppose we have a set of files to track with Xvc.

xvc.test_helper.create_directory_tree(dirs=10, files=10)

xvc.file.track("dir-0001/file-0001.bin")

Download files

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

Source Distribution

xvc-0.6.5b0.tar.gz (46.5 kB view hashes)

Uploaded Source

Built Distribution

xvc-0.6.5b0-cp37-abi3-macosx_11_0_arm64.whl (5.3 MB view hashes)

Uploaded CPython 3.7+ macOS 11.0+ ARM64

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