Metadata-Version: 2.1
Name: yamlable
Version: 1.1.1
Summary: A thin wrapper of PyYaml to convert Python objects to YAML and back.
Home-page: https://github.com/smarie/python-yamlable
Download-URL: https://github.com/smarie/python-yamlable/tarball/1.1.1
Author: Sylvain MARIE <sylvain.marie@se.com>
Maintainer: Sylvain MARIE <sylvain.marie@se.com>
License: BSD 3-Clause
Keywords: yaml file parsing parse load dump read write object oo oriented codec format plugin pyYaml
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# yamlable

[![Python versions](https://img.shields.io/pypi/pyversions/yamlable.svg)](https://pypi.python.org/pypi/yamlable/) [![Build Status](https://github.com/smarie/python-yamlable/actions/workflows/base.yml/badge.svg)](https://github.com/smarie/python-yamlable/actions/workflows/base.yml) [![Tests Status](https://smarie.github.io/python-yamlable/reports/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-yamlable/reports/junit/report.html) [![Coverage Status](https://smarie.github.io/python-yamlable/reports/coverage/coverage-badge.svg?dummy=8484744)](https://smarie.github.io/python-yamlable/reports/coverage/index.html) [![Flake8 Status](https://smarie.github.io/python-yamlable/reports/flake8/flake8-badge.svg?dummy=8484744)](https://smarie.github.io/python-yamlable/reports/flake8/index.html)

[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-yamlable/) [![PyPI](https://img.shields.io/pypi/v/yamlable.svg)](https://pypi.python.org/pypi/yamlable/) [![Downloads](https://pepy.tech/badge/yamlable)](https://pepy.tech/project/yamlable) [![Downloads per week](https://pepy.tech/badge/yamlable/week)](https://pepy.tech/project/yamlable) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-yamlable.svg)](https://github.com/smarie/python-yamlable/stargazers) [![codecov](https://codecov.io/gh/smarie/python-yamlable/branch/main/graph/badge.svg)](https://codecov.io/gh/smarie/python-yamlable)

*A thin wrapper of PyYaml to convert Python objects to YAML and back.*

The documentation for users is available here: [https://smarie.github.io/python-yamlable/](https://smarie.github.io/python-yamlable/)

A readme for developers is available here: [https://github.com/smarie/python-yamlable](https://github.com/smarie/python-yamlable)


