Metadata-Version: 1.1
Name: ruamel.yaml.convert
Version: 0.3.0
Summary: data format conversion routines to/from YAML
Home-page: https://bitbucket.org/ruamel/yaml.convert
Author: Anthon van der Neut
Author-email: a.van.der.neut@ruamel.eu
License: MIT license
Description: format conversion routines to/from YAML
        =======================================
        
        The conversion process from other formats requires additional packages.
        These are not installed by default. To install all packages do::
        
            pip install ruamel.yaml.convert[all]
        
        Instead of ``all`` you can provide ``html``, ``csv``, to install
        only the dependencies needed for those formats.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
