Metadata-Version: 2.1
Name: ruamel.yaml.convert
Version: 0.3.2
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
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
Provides-Extra: all
Provides-Extra: csv
Provides-Extra: html
License-File: LICENSE

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.


