ga4gh / ga4gh-schemas

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

Release Schema to PyPi #721

Closed david4096 closed 7 years ago

david4096 commented 8 years ago

Some release automation for putting the compiled protobuf classes in PyPi would be helpful. This would allow folks to import ga4gh and have access to the compiled classes in their software.

dcolligan commented 7 years ago

We've got the next best thing for right now: import ga4gh_schemas: https://pypi.python.org/pypi/ga4gh-schemas

dcolligan commented 7 years ago

The repo that the package is released out of is here: https://github.com/dcolligan/ga4gh-schemas

Based on this schemas branch: https://github.com/ga4gh/schemas/pull/731

And currently used in the client: https://github.com/ga4gh/ga4gh-client

I'll wait until the schemas PR is accepted and my personal schemas repo moved under the ga4gh organization before closing this issue.

david4096 commented 7 years ago

Nearly closed with https://github.com/ga4gh/schemas/pull/744, just need to add some python specific documentation on usage, and release process.

kozbo commented 7 years ago

closed in favor of #753