You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Hydra supports absolute path (file system) and pkg:// (pkg_resource) for loading config files, but the implementation is a bit of a zoo.
Create an interface for ConfigSource, possible methods (inspired by pkg_resource):
Currently Hydra supports absolute path (file system) and pkg:// (pkg_resource) for loading config files, but the implementation is a bit of a zoo.
Create an interface for ConfigSource, possible methods (inspired by pkg_resource):
There is also the possibility that pkg_resource is extensible enough and can be used somehow.
Once this is done, it opens up the possibility of additional config sources, provided that they can implement the minimal required interface.
Finally, it should be possible to extend the supported configuration sources via a plugin.
The text was updated successfully, but these errors were encountered: