Metadata-Version: 1.1
Name: stdplus
Version: 0.0.43
Summary: A collection of utilities for python
Home-page: http://python.stdplus.org/
Author: Early Ehlinger
Author-email: earlye+stdplus@gmail.com
License: MIT
Description: python-stdplus: a set of utility functions for python
        `````````````````````````````````````````````````````
        
        Overview
        ========
        
        Stdplus is just a collection of python functions I've found useful
        to have on hand.
        
        WARNINGS
        ========
        
        This library is incredibly immature. It WILL be changing considerably as
        long as I'm using it, because I will be viewing the things it does (or
        doesn't do), and the manner in which it does (or doesn't do) them as
        impediments to my workflow.
        
        With that said, I tend to write stdplus functions using the smallest
        possible components I can, so those individual functions tend to
        be fairly stable. I'll endeavor not to make backwards-incompatible
        changes, because that will shoot *me* in the foot.
        
        Installation
        ============
        
        .. code-block::
        
            pip install stdplus
        
        Usage
        =====
        
        New Features
        ============
        
Keywords: libraries
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
