Metadata-Version: 2.1
Name: soleil
Version: 0.1.1
Summary: Object configuration system
Home-page: https://github.com/zepedaj/soleil
Author: Joaquin Zepeda
Author-email: Joaquin Zepeda <jazs.pro@gmail.com>
Project-URL: Homepage, https://github.com/zepedaj/soleil
Project-URL: Issues, https://github.com/zepedaj/soleil/issues
Project-URL: Documentation, https://soleil.readthedocs.io/en/latest/
Keywords: configuration,Machine Learning,object oriented
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jztools
Requires-Dist: climax
Requires-Dist: rich
Requires-Dist: freezegun


Soleil is a Python object configuration mechanism inspired by [Meta's Hydra](https://hydra.cc/). It's main goal is to provide a Python mechanism for machine learning researchers to assemble flexible experiments in a way that is **declarative**, **inheritable**, **automatically CLI-invokable** and **intuitively overridable**.

* Install soleil using

```
pip install soleil
```


* See [Soleil's full documentation](https://soleil.readthedocs.io/en/latest/) for more information


* Contribute at [Soleil's github page](https://github.com/zepedaj/soleil)


