Metadata-Version: 1.1
Name: nonstdlib
Version: 1.10.0
Summary: A collection of general-purpose utilities
Home-page: https://github.com/kalekundert/nonstdlib
Author: Kale Kundert
Author-email: kale@thekunderts.net
License: MIT
Description-Content-Type: UNKNOWN
Description: The Non-Standard Library
        ========================
        This package is basically my personal collection of utility functions.  They 
        touch on text processing, stdout manipulation, class and function decorators, 
        debugging output, and things like that.  If you find these functions useful and 
        would like to add some of your own, feel free to open a pull request.  I'm 
        always happy to have more useful 2-liners!
        
        .. image:: https://img.shields.io/pypi/v/nonstdlib.svg
           :target: https://pypi.python.org/pypi/nonstdlib
        
        .. image:: https://img.shields.io/pypi/pyversions/nonstdlib.svg
           :target: https://pypi.python.org/pypi/nonstdlib
        
        .. image:: https://travis-ci.org/kalekundert/nonstdlib.svg?branch=master
           :target: https://travis-ci.org/kalekundert/nonstdlib
        
        .. image:: https://coveralls.io/repos/github/kalekundert/nonstdlib/badge.svg?branch=master
           :target: https://coveralls.io/github/kalekundert/nonstdlib?branch=master
        
Keywords: nonstdlib
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
