Metadata-Version: 2.0
Name: ProsperCommon
Version: 1.1.2
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 eve-online webhooks logging configuration-management
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests
Requires-Dist: semantic-version
Provides-Extra: dev
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinxcontrib-napoleon; extra == 'dev'

|Show Logo|

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

|Build Status| |Coverage Status| |PyPI Badge| |Docs|


Common utilities for EVEProsper project. To
reduce boilerplate across the shared projects in the 
`EVEProsper <http://www.eveprosper.com>`_ toolset

===============
Getting Started
===============

    ``pip install ProsperCommon``

ProsperCommon is distributed by `PyPI <https://pypi.python.org/pypi/ProsperCommon>`_

Testing
-------

    ``python setup.py test``

=============   
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

.. |Show Logo| image:: http://dl.eveprosper.com/podcast/logo-colour-17_sm2.png
   :target: http://eveprosper.com
.. |Build Status| image:: https://travis-ci.org/EVEprosper/ProsperCommon.svg?branch=master
    :target: https://travis-ci.org/EVEprosper/ProsperCommon
.. |Coverage Status| image:: https://coveralls.io/repos/github/EVEprosper/ProsperCommon/badge.svg?branch=master
    :target: https://coveralls.io/github/EVEprosper/ProsperCommon?branch=master
.. |PyPI Badge| image:: https://badge.fury.io/py/ProsperCommon.svg
    :target: https://badge.fury.io/py/ProsperCommon
.. |Docs| image:: https://readthedocs.org/projects/prospercommon/badge/?version=latest
   :target: http://prospercommon.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

