Metadata-Version: 1.1
Name: pytextparser
Version: 0.1.0
Summary: Python text parser which provides simple, reliable methods for performing standard text processing operations
Home-page: https://github.com/MichaelAquilina/pytextparser
Author: Michael Aquilina
Author-email: michaelaquilina@gmail.com
License: BSD
Description: ===============================
        textparser
        ===============================
        
        .. image:: https://img.shields.io/travis/MichaelAquilina/pytextparser.svg
                :target: https://travis-ci.org/MichaelAquilina/pytextparser
        
        .. image:: https://img.shields.io/pypi/v/pytextparser.svg
                :target: https://pypi.python.org/pypi/pytextparser
        
        
        Python text parser which provides simple, reliable methods for performing standard text processing operations
        
        * Free software: BSD license
        * Documentation: https://pytextparser.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2015-07-03)
        ---------------------
        
        * First release on PyPI.
        
Keywords: pytextparser
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
