Last updated:
0 purchases
biolink model pydantic 0.1.11
biolink-model-pydantic
Pydantic dataclasses for the Biolink model
Installation
pip install biolink_model_pydantic
Using the dataclasses
from biolink_model_pydantic.model import Gene
gen_entity = Gene(id='NCBIGene:123', in_taxon='NCBITaxon:9606')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.