Metadata-Version: 1.1
Name: textract
Version: 1.4.0
Summary: extract text from any document. no muss. no fuss.
Home-page: https://github.com/deanmalmgren/textract
Author: Dean Malmgren
Author-email: dean.malmgren@datascopeanalytics.com
License: MIT
Download-URL: https://github.com/deanmalmgren/textract/archives/master
Description: .. NOTES FOR CREATING A RELEASE:
        ..
        ..   * bump the version number in textract.__init__.py
        ..   * update docs/changelog.rst
        ..   * git push
        ..   * python setup.py sdist upload
        ..   * create a release https://github.com/deanmalmgren/scrubadub/releases
        
        textract
        ========
        
        Extract text from any document. No muss. No fuss.
        
        `Full documentation <http://textract.readthedocs.org>`__.
        
        |Build Status| |Version| |Downloads| |Test Coverage| |Documentation Status|
        
        .. |Build Status| image:: https://travis-ci.org/deanmalmgren/textract.svg?branch=master
           :target: https://travis-ci.org/deanmalmgren/textract
        .. |Version| image:: https://img.shields.io/pypi/v/textract.svg
           :target: https://warehouse.python.org/project/textract/
        .. |Downloads| image:: https://img.shields.io/pypi/dm/textract.svg
           :target: https://warehouse.python.org/project/textract/
        .. |Test Coverage| image:: https://coveralls.io/repos/deanmalmgren/textract/badge.png
           :target: https://coveralls.io/r/deanmalmgren/textract
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/textract/badge/?version=latest
           :target: https://readthedocs.org/projects/textract/?badge=latest
        
Platform: UNKNOWN
