Metadata-Version: 2.1
Name: ruyaml
Version: 0.20.0
Summary: ruyaml is a fork of ruamel.yaml
Home-page: https://github.com/pycontribs/ruyaml
Author: ruyaml Contributors
Author-email: pycontribs@googlegroups.com
Maintainer: Sorin Sbarnea
Maintainer-email: sorin.sbarnea@gmail.com
License: MIT license
Project-URL: Bug Tracker, https://github.com/pycontribs/ruyaml/issues
Project-URL: Release Management, https://github.com/pycontribs/ruyaml/releases
Project-URL: Source Code, https://github.com/pycontribs/ruyaml
Keywords: selinux,virtualenv
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: distro (>=1.3.0)
Requires-Dist: setuptools (>=39.0)
Provides-Extra: docs
Requires-Dist: ryd ; extra == 'docs'
Requires-Dist: Sphinx ; extra == 'docs'

ruyaml
======

``ruyaml`` package is a fork of ``ruamel.yaml`` aimed to made in order to
secure the future of the library, mainly by having a pool of maintainers.

Notes
=====

- The current version has the same API as the "ruamel.yaml" package.
  However, it will install the `ruyaml` python module. Thus, simply
  replace ``from yuamel import yaml`` with ``import ruyaml as yaml``
  (or equivalent) and you're all set.
- python3.6 is the minimal version of python supported


