vkottler / datazen

A Python package for compiling and rendering schema-validated configuration data from variables and templates.
MIT License
2 stars 0 forks source link

Add an interface to load package schemas and package schema types #32

Open vkottler opened 3 years ago

vkottler commented 3 years ago

Since we already have the dependencies and interfaces (and loading...) established in this package, we should add function(s) for other packages to do that for themselves.

vkottler commented 3 years ago

We have an implementation here: https://github.com/vkottler/vtelem/blob/master/vtelem/schema/manager.py we could probably move it under this package at some point