ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Add ability to create python package of schemas #740

Closed dcolligan closed 7 years ago

david4096 commented 7 years ago

This is great!

This addition will make it so that releases of the compiled python protobuf bindings can be released to pypi and easily integrated into other code bases, regardless of whether they implement a HTTP API, or would simply benefit from the GA4GH data model. In order to support this, some modification of the proto is done before packaging. Would you please say a little more about the problems you faced in creating the packaging scripts and document usage?