Metadata-Version: 1.1
Name: aTXT
Version: 1.0.5.5
Summary: data mining tool for extract text for files
Home-page: https://github.com/d555/python-atxt
Author: Jonathan Steven Prieto C.
Author-email: prieto.jona@gmail.com
License: BSD
Description: aTXT
        ====
        
        A Data Mining Tool For Extract Text From Files.
        
        |PyPI Package latest release| |Code Quality Status| |Scrtinizer Status|
        |PyPI Package monthly downloads| |GitHub issues for python-atxt|
        
        Meta
        ----
        
        -  Author: Jonathan S. Prieto C.
        -  Email: prieto.jona@gmail.com
        -  Notes: Have feedback? Please send me an email.
        -  Free software: BSD license
        
        Requirements
        ------------
        
        This software is available thanks to others open sources projects. The
        following list itemizes some of those:
        
        -  PySide (GUI lib)
        -  Tessaract OCR
        -  Xpdf
        -  lxml (doc files)
        -  scandir (trasversal folders fast)
        -  docx
        
        Installation
        ------------
        
        ::
        
            pip install atxt
        
        Check dependencies for avoiding surprises:
        
        ::
        
            aTXT --check
        
        Show help for command line: :
        
        ::
        
            aTXT -h
        
        Usage
        -----
        
        In every case, you can use aTXT with his name package or more easy: :
        
        ::
        
            2txt -h
        
        You can use the graphical interface (if you have installed PySide):
        
        ::
        
            aTXT -i
        
        You should something like this:
        
        |GUI|
        
        Note: aTXT will always generate a FILE for each file path.
        
        Examples: :
        
        ::
        
            $ 2txt prueba.html
            $ 2txt prueba.html -o
            $ 2txt --file ~/Documents/prueba.html
            $ 2txt --file ~/Documents/prueba.html --to ~/htmls
        
        Searching all textable files in a level-2 of depth over ~: :
        
        ::
        
            $ 2txt ~ -d 2
            $ 2txt --path ~ -d 2 --format 'txt,html'
        
        Problems, Bugs? ------------Please be free to comment whatever issue or
        problem with the installation. : .. \_Issues:
        http://github.com/d555/python-atxt/issues
        
        .. |PyPI Package latest release| image:: http://img.shields.io/pypi/v/atxt.png?style=flat
           :target: https://pypi.python.org/pypi/atxt
        .. |Code Quality Status| image:: https://landscape.io/github/d555/python-atxt/master/landscape.svg?style=flat
           :target: https://landscape.io/github/d555/python-atxt/master
        .. |Scrtinizer Status| image:: https://img.shields.io/scrutinizer/g/d555/python-atxt/master.png?style=flat
           :target: https://scrutinizer-ci.com/g/d555/python-atxt/
        .. |PyPI Package monthly downloads| image:: http://img.shields.io/pypi/dm/atxt.png?style=flat
           :target: https://pypi.python.org/pypi/atxt
        .. |GitHub issues for python-atxt| image:: https://img.shields.io/github/issues/d555/python-atxt.svg?style=flat-square
           :target: https://github.com/d555/python-atxt/issues
        .. |GUI| image:: https://raw.githubusercontent.com/d555/python-atxt/master/gui.png
           :target: https://pypi.python.org/pypi/atxt
        
        
        Changelog
        =========
        
        1.0.5.4 (2015-07-04)
        -----------------------------------------
        * "fix bugs for GUI related problems on *nix and Windows"
        * "fix style errors and encoding problems"
        
        
        1.0.5.3 (2015-07-03)
        -----------------------------------------
        * "fix bugs suggested by landscape.io"
        
        
        1.0.5.2 (2015-07-02)
        -----------------------------------------
        This version is more relate with Windows support:
        
        * support for .doc on windows with antiword 
        * rewrite method to walk on directory based on scandir and modifacation of it. 
        * fix a bug on windows when it tried to perform some search on depth
        * fix a bug with workers/run_path.py that caused two calls for these method
        * fix bugs with the fucking encoding and the arguments to subprocess  
        * fix bug of logging and colors on terminal of windows.
        
        1.0.5.1 (2015-06-30)
        -----------------------------------------
        
        * fix some bugs with gui
        
        1.0.5 (2015-03-01)
        -----------------------------------------
        
        * First release on PyPI.
        
Keywords: text,extraction,mining,tool,data,pdf2txt,csv2txt,text,txt,doc,docx,pdf,csv,png,jpg,doc2txt,docx2txt,convert
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
