Metadata-Version: 1.1
Name: textparser
Version: 0.2.0
Summary: Text parser.
Home-page: https://github.com/eerimoq/textparser
Author: Erik Moqvist
Author-email: erik.moqvist@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: |buildstatus|_
        |coverage|_
        
        About
        =====
        
        Text parser.
        
        Project homepage: https://github.com/eerimoq/textparser
        
        Documentation: http://textparser.readthedocs.org/en/latest
        
        Installation
        ============
        
        .. code-block:: python
        
            pip install textparser
        
        Example usage
        =============
        
        Contributing
        ============
        
        #. Fork the repository.
        
        #. Implement the new feature or bug fix.
        
        #. Implement test case(s) to ensure that future changes do not break
           legacy.
        
        #. Run the tests.
        
           .. code-block:: text
        
              make test
        
        #. Create a pull request.
        
        .. |buildstatus| image:: https://travis-ci.org/eerimoq/textparser.svg?branch=master
        .. _buildstatus: https://travis-ci.org/eerimoq/textparser
        
        .. |coverage| image:: https://coveralls.io/repos/github/eerimoq/textparser/badge.svg?branch=master
        .. _coverage: https://coveralls.io/github/eerimoq/textparser
        
Keywords: parser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
