pydantic data structure expected by the Dandelion Algorithm Validation Service
Project description
Dandelion Data Schema
The Dandelion Data Schema describes the structure of data used in the Data Validation Service provided by Dandelion Health.
Example usage
Load an example dataset into python.
import json
from dandelion_data_schema.record import Record
with open('tests/data/dataset.json', 'r') as fp:
dataset = json.load(fp)
dataset = Record.model_validate(dataset)
Distribute on pypi
python3 -m build --sdist --wheel
python3 -m twine upload --skip-existing dist/*
Project details
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 dandelion_data_schema-1.5.1.tar.gz.
File metadata
- Download URL: dandelion_data_schema-1.5.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a88b312109d1ca6c84016aefeaefc518cb542c40eea6db83307c7f25a89b316e
|
|
| MD5 |
efa5e08e60be3cd7d50762091cba18b1
|
|
| BLAKE2b-256 |
79ad6d59980915b4cd848d4adf48319e24d1cfc5c6814114f00cfeca5a07a5c1
|
File details
Details for the file dandelion_data_schema-1.5.1-py3-none-any.whl.
File metadata
- Download URL: dandelion_data_schema-1.5.1-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c372d128e8fe8edd85d23532a9697dcfb3289616c07681faa4e7d82b4e6979c
|
|
| MD5 |
c50bcacd4988c339bb2b85560948c87e
|
|
| BLAKE2b-256 |
fecde63b19564df5cecb26e92e158c10e61acd30257c1c23ee313ee71832e6b0
|