Metadata-Version: 2.1
Name: ProsperTestUtils
Version: 1.0.0a0
Summary: Test helpers for Prosper projects
Home-page: https://github.com/EVEprosper/ProsperTestUtils
Author: John Purcell
Author-email: prospermarketshow@gmail.com
License: Unlicense
Description: |Show Logo|
        
        ================
        ProsperTestUtils
        ================
        
        |Build Status| |Coverage Status| |PyPI Badge| |Docs| |Gitter|
        
        Helper libraries for test coverage and general maintenance of services.  Making test coverage easier across Prosper projects!
        
        Quickstart
        ==========
        
        .. code-block:: python
        
            setup(
                ...
                tests_require=[
                    'prospertestutils',
                ]
            )
        
        ProsperTestUtils is suggested as a ``tests_require`` install.  Though there are some general use utilities, this library is not meant for production use.
        
        
        
        
        .. |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/ProsperTestUtils.svg?branch=master
            :target: https://travis-ci.org/EVEprosper/ProsperTestUtils
        .. |Coverage Status| image:: https://coveralls.io/repos/github/EVEprosper/ProsperTestUtils/badge.svg?branch=master
            :target: https://coveralls.io/github/EVEprosper/ProsperTestUtils?branch=master
        .. |PyPI Badge| image:: https://badge.fury.io/py/ProsperTestUtils.svg
            :target: https://badge.fury.io/py/ProsperTestUtils
        .. |Docs| image:: https://readthedocs.org/projects/prospertestutils/badge/?version=latest
            :target: http://prospertestutils.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
            :alt: Join the chat at https://gitter.im/EVEProsper/Lobby
            :target: https://gitter.im/EVEProsper/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
Keywords: testing docker configuration-management pytest
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Requires-Python: >=3.5
Provides-Extra: dev
