Skip to content

Latest commit

 

History

History
76 lines (62 loc) · 2.92 KB

README.md

File metadata and controls

76 lines (62 loc) · 2.92 KB

📜 Eunomia

A sane but flexible configuration framework.

license python versions pypi version tests status code coverage last commit

Visit the docs for more info.


NOTE: As of 19 Feb 2021 development of Eunomia has been placed on hold until I finish my degree.

NOTE: As of Hydra version 1.1, many of the limitations that originally inspired this project have been addressed. However, the main one I do not see beeing adressed is the use of config keys in defaults lists.


Overview

Simple Hydra inspired configuration library, supporting custom backends and variable substitution. Configs are defined as nested groups of mutually exclusive options that can be selectively activated.

The Horai, as they are called, to each of them, according as her name indicates, was given the ordering and adornment of life, so as to serve to the greatest advantage of mankind; for there is nothing which is better to build a life of felicity than obedience to law (Eunomia) and justice (Dike) and peace (Eirene). — Diodorus Siculus

Getting Started

  1. Install with: pip install eunomia

  2. Visit the docs!

Citing Eunomia

Please use the following citation if you use Eunomia in your research:

@Misc{Michlo2021Eunomia,
  author =       {Nathan Juraj Michlo},
  title =        {Eunomia - A sane but flexible configuration framework},
  howpublished = {Github},
  year =         {2021},
  url =          {https://github.com/nmichlo/eunomia}
}