mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
59cff45fb1
This commit creates two new packages - below a description of these packages and why they are being created. galaxy-schema: This package contains the pydantic models that power the API. The purpose of packaging them is to ensure they can be reused by clients with minimal external dependencies. Reusing the schema in client code would very quickly provide rapid documentation and validation and static checking for Python clients using the Galaxy API. galaxy-tool-shed: This package contains the tool shed server code. This has been a long term project to allow the tool shed to be spun out but maintain real galaxy dependencies and maintain testing. More discussions around this project can be found as part of https://github.com/galaxyproject/galaxy/pull/8830.
.. image:: https://badge.fury.io/py/galaxy-data.svg :target: https://pypi.org/project/galaxy-data/ Overview -------- The Galaxy_ models, datatype framework, and datatype implementations. * Code: https://github.com/galaxyproject/galaxy .. _Galaxy: http://galaxyproject.org/