Metadata-Version: 1.1
Name: ProsperCommon
Version: 1.0.0
Summary: Common Utilities for EVEProsper Projects
Home-page: https://github.com/EVEprosper/ProsperCommon
Author: John Purcell
Author-email: prospermarketshow@gmail.com
License: MIT
Description: ProsperCommon 
        =============
        
        .. image:: https://travis-ci.org/EVEprosper/ProsperCommon.svg?branch=master
           :target: https://travis-ci.org/EVEprosper/ProsperCommon
        
        
        Common utilities for EVEProsper project. To
        reduce boilerplate across the shared projects in the 
        `EVEProsper <http://www.eveprosper.com>`_ toolset
        
        Distribution
        ------------
        
        ProsperCommon is distributed by `PyPI <https://pypi.python.org/pypi/ProsperCommon>`_
        
        
            ``pip install ProsperCommon``
        
        Functionality
        -------------
        
        -  `ProsperLogging`_: a collection of wrappers and helpers to deliver
           unified logging tools and useful handlers
        -  `ProsperConfig`_: a unified configuration parser to help pick the
           right values and keep secrets off github.
        
        .. _ProsperLogging: https://github.com/EVEprosper/ProsperCommon/blob/master/docs/prosper_logging.md
        .. _ProsperConfig: https://github.com/EVEprosper/ProsperCommon/blob/master/docs/prosper_config.md
        
        
Keywords: prosper eve-online webhooks logging configuration-management
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
