Metadata-Version: 2.1
Name: yaloader
Version: 0.0.2
Summary: A package loading class configurations from yaml files
Home-page: https://github.com/DominikMa/yaloader
Author: Dominik Mairhöfer
Author-email: dominik@mairhoefer.xyz
License: GNU AGPLv3
Project-URL: Documentation, https://yaloader.readthedocs.io
Project-URL: Bug Tracker, https://github.com/DominikMa/yaloader/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pydantic
Requires-Dist: pyyaml
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: jupyter-server ; extra == 'docs'
Requires-Dist: myst-nb ; extra == 'docs'
Requires-Dist: furo ; extra == 'docs'
Requires-Dist: autodoc-pydantic ; extra == 'docs'
Requires-Dist: sphinx-remove-toctrees ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'

# YaLoader - A YAML Configuration Loader

The documentation will be [here](https://yaloader.readthedocs.io).

