Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nbprint/lerna

Repository files navigation

lerna

lerna is a collection of plugins and extensions for hydra

Build Status codecov License PyPI

Overview

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.

SearchPath Plugins via Entrypoints

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.

About

lerna is a collection of plugins and extensions for hydra

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages