dvcx 0.72.0
pip install dvcx==0.72.0
Released:
DVCx
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache-2.0
- Author: Dmitry Petrov
- Requires: Python >=3.9
Classifiers
- Development Status
- Programming Language
Project description
What is DVCx?
DVCx is a Python data manipulation library designed to work with unstructured AI datasets. It provides a dataframe-like interface which can automatically reference data stored as files (text, images, video) locally or in the cloud.
Why use DVCx?
Storage as a single source of truth. DVCx can organize unstructured data from storages and datalakes (local files, S3, GCS, Azure ADLS) into overlapping datasets without unnecessary file copies.
Compute. DVCx supports local parallelization and external compute workers for efficient data processing and AI metadata creation.
Large scale. In contrast to in-memory frameworks (like Pandas data frame), DVCx can work with datasets of millions and billions of records by using out-of-memory algorithms.
Persistence and versioning. Your datasets, your computed metadata, and paid API call results remain versioned and reusable.
Installation
You can install DVCx via pip from PyPI:
$ pip install dvcx
Usage
DVCx can be used as a CLI (from system terminal), or as a Python library.
TODO: CLI usage
To use it from Python code, import class dvcx.catalog.Catalog, which provides methods for all the same commands above, like ls(), get(), find(), du() and index().
from dvcx.catalog import Catalog
catalog = Catalog()
catalog.ls(["gcs://dvcx-datalakes/dogs-and-cats/"], update=True)
How it’s related to DVC?
DVC is an ML framework that helps connecting unstructured data to ML models through pipelines to ensure reproducibility. DVCX, created by DVC team, designed to handle the data preparation phase, thus functioning upstream from DVC in the data management process.
Contributing
Contributions are very welcome. To learn more, see the Contributor Guide.
License
Distributed under the terms of the Apache 2.0 license, DVCx is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache-2.0
- Author: Dmitry Petrov
- Requires: Python >=3.9
Classifiers
- Development Status
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dvcx-0.72.0.tar.gz
.
File metadata
- Download URL: dvcx-0.72.0.tar.gz
- Upload date:
- Size: 225.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb2a3d85839743fc23f371ace1ce529d27065be5af611e9bf7dada3973ab68d2 |
|
MD5 | 1ebb636042dda0165a2ed49c5234e5b4 |
|
BLAKE2b-256 | ecda24c270fe0e279c205ab7b07a388e1e21a8419a04532e4a49eba544f5f7da |
File details
Details for the file dvcx-0.72.0-py3-none-any.whl
.
File metadata
- Download URL: dvcx-0.72.0-py3-none-any.whl
- Upload date:
- Size: 159.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc016f02b8605e99497c27d6d5ba9b18cf40d672ce4763d1b8301a040b5ad657 |
|
MD5 | 421268fa77ea16fa87e6e5969c933319 |
|
BLAKE2b-256 | 2c3b1759dafa320c568c68f19698ab071fa94376c0f59d7963eb8197045fc203 |