monarch-initiative / pyphetools

Python Phenopacket Tools
https://monarch-initiative.github.io/pyphetools/
MIT License
9 stars 1 forks source link

Improve ergonomics #92

Closed ielis closed 3 months ago

ielis commented 3 months ago

Improve ergonomics of working with phenopacket data.

Closes #86

iimpulse commented 3 months ago

Was there a reason to not leverage phenopackets python library? It has serialize deserialize using protobuf

ielis commented 3 months ago

@pnrobinson the PR is ready to review.

These are the highlights:

We can import all classes as:

from pyphetools.pp.v202 import *

Please give me a :+1: if looks good and let me know if you find anything odd. Thanks!