lerna is a collection of plugins and extensions for hydra
lerna extends hydra with added functionality.
Due to the long release intervals of hydra, some of this functionality may move to hydra, or remain in lerna indefinitely.
This is a standalone implementation of this open Pull Request
[project.entry-points."hydra.lernaplugins"]
fake-package = "pkg:fake_package.config"
# Or use a python plugin
[project.entry-points."hydra.lernaplugins"]
fake-package = "fake_package.plugin"This will check fake_package.plugin for hydra search path plugins, without the need to deal with hydra's hydra_plugins installation.
Note
This library was generated using copier from the Base Python Project Template repository.