{"id":28794543,"url":"https://github.com/iterative/dvc-objects","last_synced_at":"2025-09-10T11:33:44.685Z","repository":{"id":36959196,"uuid":"435405816","full_name":"iterative/dvc-objects","owner":"iterative","description":"dvc objects - contains filesystem and object-db level abstractions to use in dvc and dvc-data","archived":false,"fork":false,"pushed_at":"2025-08-25T18:17:28.000Z","size":698,"stargazers_count":14,"open_issues_count":2,"forks_count":22,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-01T04:00:27.654Z","etag":null,"topics":["dvc","package","python"],"latest_commit_sha":null,"homepage":"https://dvc.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iterative.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.rst","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-06T07:50:47.000Z","updated_at":"2025-08-21T12:38:05.000Z","dependencies_parsed_at":"2023-12-02T00:31:19.006Z","dependency_job_id":"584bc529-01c9-4b6c-8fca-73217cbefcb1","html_url":"https://github.com/iterative/dvc-objects","commit_stats":{"total_commits":310,"total_committers":19,"mean_commits":16.31578947368421,"dds":0.667741935483871,"last_synced_commit":"8ca9eeb34ee16aa89b4719591930f0a83321ee0c"},"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"purl":"pkg:github/iterative/dvc-objects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fdvc-objects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fdvc-objects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fdvc-objects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fdvc-objects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterative","download_url":"https://codeload.github.com/iterative/dvc-objects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterative%2Fdvc-objects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274455497,"owners_count":25288557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dvc","package","python"],"created_at":"2025-06-18T02:39:08.504Z","updated_at":"2025-09-10T11:33:44.676Z","avatar_url":"https://github.com/iterative.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"DVC objects\n===========\n\n|PyPI| |Status| |Python Version| |License|\n\n|Tests| |Codecov| |pre-commit| |Black|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/dvc-objects.svg\n   :target: https://pypi.org/project/dvc-objects/\n   :alt: PyPI\n.. |Status| image:: https://img.shields.io/pypi/status/dvc-objects.svg\n   :target: https://pypi.org/project/dvc-objects/\n   :alt: Status\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/dvc-objects\n   :target: https://pypi.org/project/dvc-objects\n   :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/dvc-objects\n   :target: https://opensource.org/licenses/Apache-2.0\n   :alt: License\n.. |Tests| image:: https://github.com/iterative/dvc-objects/workflows/Tests/badge.svg\n   :target: https://github.com/iterative/dvc-objects/actions?workflow=Tests\n   :alt: Tests\n.. |Codecov| image:: https://codecov.io/gh/iterative/dvc-objects/branch/main/graph/badge.svg\n   :target: https://app.codecov.io/gh/iterative/dvc-objects\n   :alt: Codecov\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: pre-commit\n.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Black\n\n\nFeatures\n--------\n\n* serverless\n* supports multiple storages (local, s3, gs, gdrive, ssh/sftp, etc)\n* based on fsspec\n\n\nRequirements\n------------\n\nStorage must support these operations:\n\n* uploading\n* downloading\n* listing\n* copying\n* quasiatomic rename\n\n\nInstallation\n------------\n\nYou can install *DVC objects* via pip_ from PyPI_:\n\n.. code:: console\n\n   $ pip install dvc-objects\n\n\nUsage\n-----\n\nThis is used in `dvc`_ and `dvc-data`_.\n\nContributing\n------------\n\nContributions are very welcome.\nTo learn more, see the `Contributor Guide`_.\n\n\nLicense\n-------\n\nDistributed under the terms of the `Apache 2.0 license`_,\n*DVC objects* is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems,\nplease `file an issue`_ along with a detailed description.\n\n\n.. _Apache 2.0 license: https://opensource.org/licenses/Apache-2.0\n.. _PyPI: https://pypi.org/\n.. _file an issue: https://github.com/iterative/dvc-objects/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _dvc: https://github.com/iterative/dvc\n.. _dvc-data: https://github.com/iterative/dvc-data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterative%2Fdvc-objects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiterative%2Fdvc-objects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterative%2Fdvc-objects/lists"}