Metadata-Version: 1.1
Name: ruamel.yaml
Version: 0.11.5
Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
Home-page: https://bitbucket.org/ruamel/yaml
Author: Anthon van der Neut
Author-email: a.van.der.neut@ruamel.eu
License: MIT license
Description: 
        ruamel.yaml
        ===========
        
        ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
        
        * `Overview <http://yaml.readthedocs.org/en/latest/overview.html>`_
        * `Installing <http://yaml.readthedocs.org/en/latest/install.html>`_
        * `Details <http://yaml.readthedocs.org/en/latest/detail.html>`_
        * `Examples <http://yaml.readthedocs.org/en/latest/example.html>`_
        * `Differences with PyYAML <http://yaml.readthedocs.org/en/latest/pyyaml.html>`_
        
        ChangeLog
        =========
        
        ::
        
          0.11.0 (2016-02-18):
            - RoundTripLoader loads 1.2 by default (no sexagesimals, 012 octals nor
              yes/no/on/off booleans
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
