Metadata-Version: 2.1
Name: yamlpars
Version: 0.4.1
Summary: With yamlpars you can save configurations and parameters to YAML files, in a structured and easy-to use way.
Author: Matteo Pompili
Project-URL: Home, https://github.com/matpompili/yamlpars
Project-URL: Documentation, https://yamlpars.readthedocs.io/
Project-URL: Changelog, https://github.com/matpompili/yamlpars/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 🎛️ yamlpars
[![Documentation Status](https://readthedocs.org/projects/yamlpars/badge/?version=latest)](https://yamlpars.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/yamlpars)](https://pypi.org/project/yamlpars/)
[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/matpompili/yamlpars/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Tests](https://github.com/matpompili/yamlpars/actions/workflows/python-package.yml/badge.svg)](https://github.com/matpompili/yamlpars/actions/workflows/python-package.yml)

With yamlpars you can save configurations and parameters to YAML files, in a structured and easy-to use way.

Check out the [documentation](https://yamlpars.readthedocs.io/en/latest/).
