Metadata-Version: 2.1
Name: yamlable
Version: 1.0.0
Summary: A thin wrapper of PyYaml to convert Python objects to YAML and back.
Home-page: https://github.com/smarie/python-yamlable
Maintainer: Sylvain Marié
Maintainer-email: sylvain.marie@schneider-electric.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-yamlable/tarball/1.0.0
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pyyaml

yamlable
========

|Python versions| |Build Status| |Tests Status| |codecov|

|Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|

*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/

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

.. |Python versions| image:: https://img.shields.io/pypi/pyversions/yamlable.svg
   :target: https://pypi.python.org/pypi/yamlable/
.. |Build Status| image:: https://travis-ci.org/smarie/python-yamlable.svg?branch=master
   :target: https://travis-ci.org/smarie/python-yamlable
.. |Tests Status| image:: https://smarie.github.io/python-yamlable/junit/junit-badge.svg?dummy=8484744
   :target: https://smarie.github.io/python-yamlable/junit/report.html
.. |codecov| image:: https://codecov.io/gh/smarie/python-yamlable/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/smarie/python-yamlable
.. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
   :target: https://smarie.github.io/python-yamlable/
.. |PyPI| image:: https://img.shields.io/pypi/v/yamlable.svg
   :target: https://pypi.python.org/pypi/yamlable/
.. |Downloads| image:: https://pepy.tech/badge/yamlable
   :target: https://pepy.tech/project/yamlable
.. |Downloads per week| image:: https://pepy.tech/badge/yamlable/week
   :target: https://pepy.tech/project/yamlable
.. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-yamlable.svg
   :target: https://github.com/smarie/python-yamlable/stargazers


