Skip to main content

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

dandelion_data_schema-1.4.1.tar.gz (30.9 kB view details)

Uploaded Source

Built Distribution

dandelion_data_schema-1.4.1-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file dandelion_data_schema-1.4.1.tar.gz.

File metadata

  • Download URL: dandelion_data_schema-1.4.1.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.9

File hashes

Hashes for dandelion_data_schema-1.4.1.tar.gz
Algorithm Hash digest
SHA256 9765f66e9be508df6187969c3105c1cce13fe1855371a3436c0817312ca19c5f
MD5 e5440ba2aa26016419f915082337e2fa
BLAKE2b-256 ede52d985968e31596c2d14fd1622c63753846c35c1af4726ab63f9e250581fb

See more details on using hashes here.

File details

Details for the file dandelion_data_schema-1.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for dandelion_data_schema-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 00dfd93d617d25802efc35d7b96998cbdf5ebe61005a33cda2c747324a77a85b
MD5 2c060a198b9cbd5d63d4e441a6dc313a
BLAKE2b-256 f682c3b6de35135004bd63dc90b9dfb73fd77ee9cf1ca69c5e057d7c7ff74910

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page