Metadata-Version: 2.1
Name: TEfy
Version: 0.1.1
Summary: A very basic wrapper for conversions from doc, docx and odt to TEI XML
Home-page: https://github.com/ghineaion/tefy
Author: Theo Costea
Author-email: theo.costea@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

[![Build Status](https://travis-ci.org/ghineaion/TEfy.svg?branch=master)](https://travis-ci.org/ghineaion/TEfy)
# TEfy
TEfy was born out of the need to streamline the conversion of *.doc, 
*.docx and *.odt documents into TEI XML when using Python scripts.
It's a very basic wrapper around the [OxGarage](https://github.com/TEIC/oxgarage) API at 
[oxgarage.tei-c.org/ege-webservice](http://oxgarage.tei-c.org) and covers a small subset of conversions, namely
from doc, docx and odt to TEI XML. The conversion result is output
as an lxml etree Element.


