Metadata-Version: 2.1
Name: nr.parse
Version: 1.1.1
Summary: A simple text scanning/lexing/parsing library.
Home-page: https://github.com/NiklasRosenstein/python-nr.parse
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
License: MIT
Description: # nr.parse
        
        &ndash; A simple text scanning/lexing/parsing library.
        
        ## Changelog
        
        ### 1.1.1(2019-10-20)
        
        * Depend on `nr.types>=4.0.2,<5.0.0`
        
        ### 1.1.0 (2019-04-16)
        
        * Depend on `nr.types>=2.0.1`
        * Use `pkgutil` instead of `pkg_resources` namespace packages.
        
        ### 1.0.1 (2018-08-18)
        
        * Add `Scanner.search()`
        * Add tests for `Scanner.match()` and `Scanner.search()`
        * Use `pytest` instead of `nosetests`
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
