Metadata-Version: 1.1
Name: mockextras
Version: 1.0.0
Summary: Extensions to the mock library
Home-page: https://github.com/ahlmss/mockextras
Author: Andrew Burrows
Author-email: burrowsa@gmail.com
License: BSD
Description: The mockextras library is designed to be used with the mock library by Michael Foord 
        (http://www.voidspace.org.uk/python/mock/). mockextras adds a number of features that
        are found in other mocking libraries namely:
        
        * matchers
        * stubs
        * a fluent API for the configuration of stubs
        
        The documentation is here: http://mockextras.readthedocs.org/
        and the source is here: http://github.com/ahlmss/mockextras
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
