Metadata-Version: 1.1
Name: mockingjay
Version: 0.1.1
Summary: A simple library to build mock http services based on HTTPretty
Home-page: https://github.com/kevinjqiu/mockingjay
Author: Kevin J. Qiu
Author-email: kevin@idempotent.ca
License: BSD
Description: ===============================
        mockingjay
        ===============================
        
        .. image:: https://img.shields.io/travis/kevinjqiu/mockingjay.svg
                :target: https://travis-ci.org/kevinjqiu/mockingjay
        
        .. image:: https://img.shields.io/pypi/v/mockingjay.svg
                :target: https://pypi.python.org/pypi/mockingjay
        
        
        A simple library to build mock http services based on HTTPretty
        
        * Free software: BSD license
        * Documentation: https://mockingjay.readthedocs.org.
        
        
        Features
        ========
        
        * Provides a fluent interface for building service mocks using HTTPretty
        * Allows mocking of response body using templated fixtures
        
        
        
        
        History
        -------
        
        0.1.1 (2015-05-25)
        ---------------------
        
        * Added ``should_return_json`` builder method
        * Mock response status code
        
        0.1.0 (2015-05-23)
        ---------------------
        
        * First release on PyPI.
        
Keywords: mockingjay
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
