Metadata-Version: 2.4
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
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
License-File: LICENSE
Requires-Dist: ruamel.yaml>=0.16.1
Requires-Dist: python-dateutil
Provides-Extra: all
Requires-Dist: python-dateutil; extra == "all"
Requires-Dist: beautifulsoup4; extra == "all"
Provides-Extra: csv
Requires-Dist: python-dateutil; extra == "csv"
Provides-Extra: html
Requires-Dist: beautifulsoup4; extra == "html"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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.
