UDC
The Universal Data Client
What is UDC?
Universal Data is an open source initiative to build a decentralized, cryptographically-secure ecosystem containerizing both structured and unstructured data. UDC is the initial (alpha) client for that system.
Installation
Production Package
From PyPi:
python3 -m pip install udc # OR
python3 -m pip install --upgrade udc
which udc
Development Branch
python3 -m pip install https://github.com/data-yaml/udc@main
Cloned
When cloned from GitHub:
poetry install
<--
alias udc="poetry run udc"
-->
Usage
udc # prints help
List contents of a specific package instance
udc list "quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2"
e.g.,
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=README.md
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=autoplate_H1N1.csv
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=data_products.ipynb
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=neutralisation-altair.json
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=neutralisation.json
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=quilt_summarize.json
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2&path=render.html
List all versions of a package
udc list "quilt+s3://quilt-example#package=examples/wellplates" | head -n 1
e.g.,
quilt+s3://quilt-example#package=examples/wellplates@6782cf98a2c600f4c519efd5de868d5ef1e05ac92fcb0fa56044bb8c925c5f02
List all packages in a registry
udc list quilt+s3://quilt-example | head -n 1
e.g.,
quilt+s3://quilt-example#package=akarve/amazon-reviews:latest
Development
Testing
make test
Continuous Monitoring
make watch
Create Package
WARNING: Do this only if you are the maintainer of the package.
Be sure you to first set your ~/.pypirc using poetry config pypi-token.pypi <pypi-api-token>
# merge PR
make tag
make pypi
poetry publish
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file udc-0.2.4.tar.gz.
File metadata
- Download URL: udc-0.2.4.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.11 Darwin/22.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
836525744e25dcd8755d5d9c99aac78ecdb567b7d971348592e94eec4db4aecd
|
|
| MD5 |
067b0bf6e6c45ea43da046aa2b72d28a
|
|
| BLAKE2b-256 |
ca58653ca8118b3a1f05583e43da2d7defa57db0e33b2eec4f130891e105f720
|
File details
Details for the file udc-0.2.4-py3-none-any.whl.
File metadata
- Download URL: udc-0.2.4-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.11 Darwin/22.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f0bc0fe4a9045bbd809ba0fdf8afef178e759aaced66dadd5848a167e885f0e
|
|
| MD5 |
f406178b61069cd96ad528c3e98ca38e
|
|
| BLAKE2b-256 |
a924440c713ae58f5f38da56cea7c6fbb7a56a4e0e08f130e20160e23c97e45f
|