dvc-data 3.16.12


pip install dvc-data

  Latest version

Released: Aug 18, 2025

Project Links

Meta
Author: Iterative
Requires Python: >=3.9

Classifiers

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Development Status
  • 4 - Beta

PyPI Status Python Version License

Tests Codecov pre-commit Black

Features

  • TODO

Requirements

  • TODO

Installation

You can install DVC data via pip from PyPI:

$ pip install dvc-data

Usage

HashFile

HashFile

Based on dvc-object’s Object, this is an object that has a particular hash that can be used to verify its contents. Similar to git’s ShaFile.

from dvc_data.hashfile import HashFile

obj = HashFile("/path/to/file", fs, HashInfo("md5", "36eba1e1e343279857ea7f69a597324e")

HashFileDB

Based on dvc-object’s ObjectDB, but stores HashFile objects and so is able to verify their contents by their hash_info. Similar to git’s ObjectStore.

from dvc_data.hashfile import HashFileDB

odb = HashFileDB(fs, "/path/to/odb")

Index

Index

A trie-like structure that represents data files and directories.

from dvc_data.index import DataIndex, DataIndexEntry

index = DataIndex()
index[("foo",)] = DataIndexEntry(hash_info=hash_info, meta=meta)

Storage

A mapping that describes where to find data contents for index entries. Can be either ObjectStorage for HashFileDB-based storage or FileStorage for backup-like plain file storage.

index.storage_map[("foo",)] = ObjectStorage(...)

Contributing

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

License

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

Issues

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

3.16.12 Aug 18, 2025
3.16.11 Aug 04, 2025
3.16.10 Apr 29, 2025
3.16.9 Jan 31, 2025
3.16.8 Jan 14, 2025
3.16.7 Oct 31, 2024
3.16.6 Sep 25, 2024
3.16.5 Aug 26, 2024
3.16.4 Aug 19, 2024
3.16.3 Aug 13, 2024
3.16.2 Aug 13, 2024
3.16.1 Aug 13, 2024
3.16.0 Aug 12, 2024
3.15.2 Aug 06, 2024
3.15.1 Mar 23, 2024
3.15.0 Mar 23, 2024
3.14.1 Mar 07, 2024
3.14.0 Feb 28, 2024
3.13.0 Feb 15, 2024
3.12.0 Feb 15, 2024
3.11.0 Feb 08, 2024
3.10.0 Feb 06, 2024
3.9.0 Jan 25, 2024
3.8.0 Jan 23, 2024
3.7.0 Jan 04, 2024
3.6.0 Jan 02, 2024
3.5.1 Dec 30, 2023
3.5.0 Dec 28, 2023
3.4.0 Dec 27, 2023
3.3.0 Dec 22, 2023
3.2.0 Dec 22, 2023
3.1.1 Dec 22, 2023
3.1.0 Dec 20, 2023
3.0.1 Dec 15, 2023
3.0.0 Dec 15, 2023
2.25.0 Dec 13, 2023
2.24.0 Dec 13, 2023
2.23.1 Dec 12, 2023
2.23.0 Dec 11, 2023
2.22.6 Dec 06, 2023
2.22.5 Dec 06, 2023
2.22.4 Dec 06, 2023
2.22.3 Nov 29, 2023
2.22.2 Nov 29, 2023
2.22.1 Nov 27, 2023
2.22.0 Nov 17, 2023
2.21.2 Nov 14, 2023
2.21.1 Nov 13, 2023
2.21.0 Nov 13, 2023
2.20.0 Oct 31, 2023
2.19.0 Oct 26, 2023
2.18.2 Oct 24, 2023
2.18.1 Oct 04, 2023
2.18.0 Oct 04, 2023
2.17.1 Sep 28, 2023
2.17.0 Sep 28, 2023
2.16.4 Sep 27, 2023
2.16.3 Sep 21, 2023
2.16.2 Sep 20, 2023
2.16.1 Sep 08, 2023
2.16.0 Sep 07, 2023
2.15.4 Aug 22, 2023
2.15.3 Aug 22, 2023
2.15.2 Aug 22, 2023
2.15.1 Aug 17, 2023
2.15.0 Aug 17, 2023
2.14.0 Aug 16, 2023
2.13.1 Aug 11, 2023
2.13.0 Aug 11, 2023
2.12.2 Aug 09, 2023
2.12.1 Aug 07, 2023
2.12.0 Aug 06, 2023
2.11.0 Aug 04, 2023
2.10.1 Aug 04, 2023
2.10.0 Aug 04, 2023
2.9.1 Aug 03, 2023
2.9.0 Aug 02, 2023
2.8.1 Jul 30, 2023
2.8.0 Jul 27, 2023
2.7.1 Jul 27, 2023
2.7.0 Jul 27, 2023
2.6.0 Jul 19, 2023
2.5.0 Jul 09, 2023
2.4.1 Jul 09, 2023
2.4.0 Jul 09, 2023
2.3.3 Jul 03, 2023
2.3.2 Jul 02, 2023
2.3.1 Jun 28, 2023
2.3.0 Jun 21, 2023
2.2.0 Jun 20, 2023
2.1.1 Jun 20, 2023
2.1.0 Jun 20, 2023
2.0.2 Jun 18, 2023
2.0.1 Jun 13, 2023
2.0.0 Jun 13, 2023
1.11.0 Jun 13, 2023
1.10.0 Jun 12, 2023
1.9.0 Jun 12, 2023
1.8.0 Jun 12, 2023
1.7.0 Jun 12, 2023
1.6.1 Jun 12, 2023
1.6.0 Jun 11, 2023
1.5.0 Jun 11, 2023
1.4.0 Jun 11, 2023
1.3.3 Jun 11, 2023
1.3.2 Jun 11, 2023
1.3.1 Jun 10, 2023
1.3.0 Jun 10, 2023
1.2.1 Jun 10, 2023
1.2.0 Jun 10, 2023
1.1.0 Jun 09, 2023
1.0.3 Jun 09, 2023
1.0.2 Jun 09, 2023
1.0.1 Jun 09, 2023
1.0.0 Jun 09, 2023
0.56.0 Jun 09, 2023
0.55.0 Jun 07, 2023
0.54.3 Jun 04, 2023
0.54.2 Jun 01, 2023
0.54.1 Jun 01, 2023
0.54.0 Jun 01, 2023
0.53.0 May 28, 2023
0.52.0 May 18, 2023
0.51.0 May 15, 2023
0.50.0 May 14, 2023
0.49.1 May 12, 2023
0.48.1 May 08, 2023
0.48.0 May 08, 2023
0.47.5 May 06, 2023
0.47.4 May 06, 2023
0.47.3 May 05, 2023
0.47.2 Apr 14, 2023
0.47.1 Apr 01, 2023
0.47.0 Mar 31, 2023
0.46.0 Mar 26, 2023
0.45.1 Mar 23, 2023
0.45.0 Mar 23, 2023
0.44.1 Mar 15, 2023
0.44.0 Mar 15, 2023
0.43.0 Mar 13, 2023
0.42.3 Mar 10, 2023
0.42.2 Mar 10, 2023
0.42.1 Mar 02, 2023
0.42.0 Feb 28, 2023
0.41.3 Feb 20, 2023
0.41.2 Feb 20, 2023
0.41.1 Feb 20, 2023
0.41.0 Feb 20, 2023
0.40.5 Feb 20, 2023
0.40.4 Feb 18, 2023
0.40.3 Feb 14, 2023
0.40.2 Feb 14, 2023
0.40.1 Feb 12, 2023
0.40.0 Feb 12, 2023
0.39.7 Feb 10, 2023
0.39.6 Feb 10, 2023
0.39.5 Feb 10, 2023
0.39.4 Feb 09, 2023
0.39.3 Feb 09, 2023
0.39.2 Feb 09, 2023
0.39.1 Feb 09, 2023
0.39.0 Feb 08, 2023
0.38.4 Feb 08, 2023
0.38.3 Feb 07, 2023
0.38.2 Feb 07, 2023
0.38.1 Feb 07, 2023
0.38.0 Feb 07, 2023
0.37.8 Feb 06, 2023
0.37.7 Feb 06, 2023
0.37.6 Feb 04, 2023
0.37.5 Feb 03, 2023
0.37.4 Feb 03, 2023
0.37.3 Feb 01, 2023
0.37.2 Jan 31, 2023
0.37.1 Jan 31, 2023
0.37.0 Jan 31, 2023
0.36.2 Jan 26, 2023
0.36.1 Jan 26, 2023
0.36.0 Jan 25, 2023
0.35.4 Jan 25, 2023
0.35.3 Jan 24, 2023
0.35.2 Jan 24, 2023
0.35.1 Jan 20, 2023
0.35.0 Jan 20, 2023
0.34.1 Jan 19, 2023
0.34.0 Jan 19, 2023
0.33.0 Jan 17, 2023
0.32.0 Jan 16, 2023
0.31.4 Jan 16, 2023
0.31.3 Jan 15, 2023
0.31.2 Jan 15, 2023
0.31.1 Jan 15, 2023
0.31.0 Jan 15, 2023
0.30.2 Jan 15, 2023
0.30.1 Jan 15, 2023
0.30.0 Jan 14, 2023
0.29.0 Jan 11, 2023
0.28.6 Jan 10, 2023
0.28.5 Jan 05, 2023
0.28.4 Dec 08, 2022
0.28.3 Dec 01, 2022
0.28.2 Nov 29, 2022
0.28.1 Nov 28, 2022
0.28.0 Nov 22, 2022
0.27.0 Nov 21, 2022
0.26.0 Nov 15, 2022
0.25.3 Nov 04, 2022
0.25.2 Oct 31, 2022
0.25.1 Oct 29, 2022
0.25.0 Oct 29, 2022
0.24.0 Oct 24, 2022
0.23.0 Oct 24, 2022
0.22.0 Oct 20, 2022
0.21.0 Oct 20, 2022
0.20.0 Oct 18, 2022
0.19.0 Oct 17, 2022
0.18.0 Oct 13, 2022
0.17.1 Oct 10, 2022
0.17.0 Oct 07, 2022
0.16.0 Oct 07, 2022
0.15.0 Oct 07, 2022
0.14.0 Oct 01, 2022
0.13.0 Sep 25, 2022
0.12.0 Sep 22, 2022
0.11.0 Sep 20, 2022
0.10.1 Sep 20, 2022
0.10.0 Sep 16, 2022
0.9.0 Sep 16, 2022
0.8.0 Sep 14, 2022
0.7.1 Sep 07, 2022
0.7.0 Sep 07, 2022
0.6.3 Sep 06, 2022
0.6.2 Sep 06, 2022
0.6.1 Sep 06, 2022
0.6.0 Sep 06, 2022
0.5.3 Sep 06, 2022
0.5.2 Sep 06, 2022
0.5.1 Sep 05, 2022
0.5.0 Sep 01, 2022
0.4.1 Sep 01, 2022
0.4.0 Aug 31, 2022
0.3.0 Aug 30, 2022
0.2.0 Aug 25, 2022
0.1.23 Aug 23, 2022
0.1.22 Aug 20, 2022
0.1.21 Aug 18, 2022
0.1.20 Aug 18, 2022
0.1.19 Aug 17, 2022
0.1.18 Aug 17, 2022
0.1.17 Aug 13, 2022
0.1.16 Aug 13, 2022
0.1.15 Aug 12, 2022
0.1.14 Aug 09, 2022
0.1.13 Aug 04, 2022
0.1.12 Aug 04, 2022
0.1.11 Aug 03, 2022
0.1.10 Aug 03, 2022
0.1.9 Aug 02, 2022
0.1.8 Aug 01, 2022
0.1.7 Aug 01, 2022
0.1.6 Jul 28, 2022
0.1.5 Jul 22, 2022
0.1.4 Jul 21, 2022
0.1.3 Jul 21, 2022
0.1.2 Jul 21, 2022
0.1.1 Jul 19, 2022
0.1.0 Jul 19, 2022
0.0.31 Jul 19, 2022
0.0.30 Jul 19, 2022
0.0.29 Jul 18, 2022
0.0.28 Jul 18, 2022
0.0.27 Jul 18, 2022
0.0.26 Jul 17, 2022
0.0.25 Jul 17, 2022
0.0.24 Jul 15, 2022
0.0.23 Jul 10, 2022
0.0.22 Jul 10, 2022
0.0.21 Jul 10, 2022
0.0.20 Jul 08, 2022
0.0.19 Jul 05, 2022
0.0.18 Jul 03, 2022
0.0.17 Jul 01, 2022
0.0.16 Jun 29, 2022
0.0.15 Jun 29, 2022
0.0.14 Jun 26, 2022
0.0.13 Jun 23, 2022
0.0.12 Jun 21, 2022
0.0.11 Jun 20, 2022
0.0.10 Jun 19, 2022
0.0.9 Jun 18, 2022
0.0.8 Jun 17, 2022
0.0.7 Jun 17, 2022
0.0.6 Jun 14, 2022
0.0.5 Jun 13, 2022
0.0.4 Jun 12, 2022
0.0.3 Jun 10, 2022
0.0.2 May 21, 2022
0.0.1 May 20, 2022

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
attrs (>=21.3.0)
dictdiffer (>=0.8.1)
diskcache (>=5.2.1)
dvc-objects (<6,>=4.0.1)
fsspec (>=2024.2.0)
funcy (>=1.14)
pygtrie (>=2.3.2)
sqltrie (<1,>=0.11.0)
tqdm (<5,>=4.63.1)
orjson (<4,>=3)