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

iterative/dvc-objects

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00a6d11 · Aug 5, 2022
Jul 12, 2022
Aug 5, 2022
Jul 27, 2022
Jan 18, 2022
Jan 18, 2022
Jun 14, 2022
Jun 23, 2022
Jan 18, 2022
May 28, 2022
Jan 18, 2022
Jul 10, 2022
Jun 30, 2022
Jun 13, 2022
Jul 26, 2022

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.