Metadata-Version: 2.0
Name: ProsperCommon
Version: 0.6.1.post12
Summary: Common Utilities for EVEProsper Projects
Home-page: https://github.com/EVEprosper/ProsperCommon
Author: John Purcell
Author-email: prospermarketshow@gmail.com
License: MIT
Keywords: prosper eveonline api CREST
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests (>=2.12.0)

ProsperCommon 
=============

.. |Build Status| 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 and increase value across the shared projects in the
Prosper 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.

.. _GemFury: https://gemfury.com/
.. _ProsperLogging: https://github.com/EVEprosper/ProsperCommon/blob/master/docs/prosper_logging.md
.. _ProsperConfig: https://github.com/EVEprosper/ProsperCommon/blob/master/docs/prosper_config.md



