Metadata-Version: 2.1
Name: html2ans
Version: 3.0.0.dev0
Summary: Convert HTML to ANS
Home-page: https://github.com/washingtonpost/html2ans
Author: Arc Professional Services Team
Author-email: arc.professional.services@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Dist: BeautifulSoup4 (<5)
Requires-Dist: html5lib
Requires-Dist: lxml (<5)
Requires-Dist: six (<2)
Requires-Dist: twine
Requires-Dist: ftfy (<5) ; python_version < "3"
Requires-Dist: ftfy (<6) ; python_version >= "3"

html2ans
========

.. image:: https://img.shields.io/pypi/v/html2ans.svg
    :target: https://pypi.org/project/html2ans/

.. image:: https://img.shields.io/pypi/pyversions/html2ans.svg
    :target: https://pypi.org/project/html2ans/

.. image:: https://circleci.com/gh/washingtonpost/html2ans.svg?style=shield
    :target: https://circleci.com/gh/washingtonpost/html2ans

.. image:: https://img.shields.io/pypi/l/html2ans.svg
    :target: https://pypi.python.org/pypi/html2ans/


This project provides a standardized method of parsing HTML elements into `ANS elements
<https://github.com/washingtonpost/ans-schema>`_. It is mainly used by Arc Publishing's
professional services team to migrate client data into the Arc platform, but can also be
used for arbitrary conversion of HTML to JSON.

html2ans is hosted on `pypi <https://pypi.org/project/html2ans/>`_.

Please use the `GitHub issue tracker <https://github.com/washingtonpost/html2ans/issues>`_ to submit bugs or request features.

Full documentation can be found `here <https://github.com/washingtonpost/html2ans/wiki>`_.


