Skip to content

dvc objects - contains filesystem and object-db level abstractions to use in dvc and dvc-data

License

Notifications You must be signed in to change notification settings

zldrobit/dvc-objects

 
 

Repository files navigation

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 - contains filesystem and object-db level abstractions to use in dvc and dvc-data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%