eerstar / dvc-objects

dvc objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVC objects

PyPI Status Python Version License

Tests Codecov pre-commit Black

Features

  • serverless
  • supports multiple storages (local, s3, gs, gdrive, ssh/sftp, etc)
  • based on fsspec

Requirements

Storage must support these operations:

  • uploading
  • downloading
  • listing
  • copying
  • quasiatomic rename

Installation

You can install DVC objects via pip from PyPI:

$ pip install dvc-objects

Usage

This is used in dvc and dvc-data.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the Apache 2.0 license, DVC objects is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

dvc objects

License:Apache License 2.0


Languages

Language:Python 100.0%