Metadata-Version: 1.0
Name: nr
Version: 1.3.0
Summary: A Collection of small Python libraries.
Home-page: https://github.com/NiklasRosenstein/py-nr
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
License: MIT
Description: A collection of small Python libraries and common classes/functions.
        
        -  ``nr.parse``: Parsing related libraries
        -  ``gitignore``: Parse ``.gitignore`` files and match them against
           files
        -  ``strex``: String processing and tokenization library
        -  ``nr.py``: Python internals related libraries
        -  ``bytecode``: Functionality that messes with Python bytecode
        -  ``nr.types``: New types or type related functionality
        -  ``enum``: Python 2/3 compatible enumerations
        -  ``recordclass``: Mutable ``namedtuple``
        -  ``singleton``: Create singletons
        -  ``version``: Semantic versioning and version matching
        -  ``nr.misc``: Miscallenous utilities
        -  ``archive``
        -  ``cli``
        -  ``nr.concurrency``: Library for concurrent applications (future,
           event queues)
        
        Requirements
        ============
        
        None. All built with Python standard library tools.
        
        Run tests
        =========
        
        ::
        
            nosetests nr.utils
        
        License
        =======
        
        MIT
        
Platform: UNKNOWN
