openMetadataInitiative / openMINDS_Python

Python package for the openMINDS metadata models. The package contains all openMINDS schemas as Python classes in addition to schema base classes and utility methods.
MIT License
1 stars 2 forks source link

Only produce Python modules for the latest minor version for a given major version. #21

Closed apdavison closed 1 year ago

apdavison commented 1 year ago

i.e. instead of openminds.v3_1, openminds.v3_0 we only generate openminds.v3, which uses the v3.1 schemas.

Also: put full schema version as an attribute of each Node class