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.5.0.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

dandelion_data_schema-1.5.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dandelion_data_schema-1.5.0.tar.gz
  • Upload date:
  • Size: 10.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.5.0.tar.gz
Algorithm Hash digest
SHA256 85ea8f526fcad4096340c531df1d6f583ec35cd660239b36b3d01b990ff97afa
MD5 6a00d8281590c18c1a913ba8406ccac2
BLAKE2b-256 b7494ef51214e01e7c0500f44f302cf7e5df9fb0115af33626eeb547ab80c1fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dandelion_data_schema-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7bf6e92c0622eb2f58b16beaac426c2c92bffb96f9ff187a32c4102f6b96b6ea
MD5 d1f98811df71f22349950bf5a4dafb08
BLAKE2b-256 483753703b399e794e75126962e4f263e9c6a34628770fed833c42afc57af01d

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