Metadata-Version: 2.1
Name: docio
Version: 0.2.1
Summary: Extract / Swap text from several file formats.
Home-page: https://github.com/yparrot/docio
Author: Motoki Naruse
Author-email: motoki@naru.se
License: GPLv3
Keywords: text extract swap document doc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Dist: lxml (>=3.4.4)
Requires-Dist: mypy-lang (>=0.2.0)
Provides-Extra: test
Requires-Dist: pytest (>=2.8.2) ; extra == 'test'
Requires-Dist: pytest-xdist (>=1.13.1) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.2.0) ; extra == 'test'
Requires-Dist: flake8 (>=2.5.0) ; extra == 'test'

docio
=====

.. image:: https://travis-ci.org/yparrot/docio.svg?branch=master
    :target: https://travis-ci.org/yparrot/docio

Extract / Swap text from several file formats.

Goal
----

Support plain text, office document, HTML and XML file.


