Metadata-Version: 2.1
Name: yaml-config-builder
Version: 7.1.0
Summary: Yaml-Config-Builder: SDK for building configuration classes on the basis of given content from YAML configuration files
Home-page: https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/config-builder
License: Open Logistics License Version 1.0
Author: Maximilian Otten
Author-email: maximilian.otten@iml.fraunhofer.de
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=5.4,<6.0)
Requires-Dist: attrs (>=19.3,<20.0)
Requires-Dist: future (>=0.18,<0.19)
Requires-Dist: python-dateutil (>=2.8,<3.0)
Requires-Dist: related-mltoolbox (>=1.0,<2.0)
Project-URL: Documentation, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/config-builder/-/blob/main/documentation/index.adoc
Project-URL: Repository, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/config-builder
Description-Content-Type: text/markdown

# Config Builder

The ConfigBuilder provides an SDK for building configuration classes on the basis of 
given content from YAML configuration files. Details about the ConfigBuilder can be
found in the [documentation](documentation/index.adoc).

## Install

The installation and setup of the ConfigBuilder is described in [chapter 11](documentation/12_tutorial.adoc) 
of the documentation.

# Technology stack

- Python 

## License
See the license file in the top directory.

## Contact information


Maintainer: 
- Maximilian Otten <a href="mailto:maximilian.otten@iml.fraunhofer.de?">maximilian.otten@iml.fraunhofer.de</a>

Development Team: 
- Christian Hoppe <a href="mailto:christian.hoppe@iml.fraunhofer.de?">christian.hoppe@iml.fraunhofer.de</a>
- Oliver Bredtmann <a href="mailto:oliver.bredtmann@dbschenker.com?">oliver.bredtmann@dbschenker.com</a>
- Thilo Bauer <a href="mailto:thilo.bauer@dbschenker.com?">thilo.bauer@dbschenker.com</a>



