Metadata-Version: 2.4
Name: sinon
Version: 0.1.1
Summary: Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non"). 
Home-page: https://github.com/note35/sinon
Download-URL: https://github.com/note35/sinon/archive/master.zip
Author: Kir Chou
Author-email: note351@hotmail.com
License: LICENSE.txt
Keywords: unittest,spy,stub,mock,unittest2,pytest,sinon
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

Sinon.PY
========

|Documentation| |Build| |Coverage| |Style|

|Version| |Downloads| |Support| |Status|

.. |Documentation| image:: https://readthedocs.org/projects/sinon/badge/?version=master
    :target: https://sinon.readthedocs.io
.. |Version| image:: https://badge.fury.io/py/sinon.svg
    :target: https://badge.fury.io/py/sinon
.. |Build| image:: https://travis-ci.org/note35/sinon.svg?branch=dev
    :alt: dev-branch-ci-status
    :target: https://travis-ci.org/note35/sinon
.. |Coverage| image:: https://coveralls.io/repos/github/note35/sinon/badge.svg
    :target: https://coveralls.io/github/note35/sinon
.. |Downloads| image:: https://img.shields.io/github/downloads/note35/sinon/total.svg
.. |Support| image:: https://img.shields.io/pypi/pyversions/sinon.svg
.. |Status| image:: https://img.shields.io/pypi/status/sinon.svg
.. |Style| image:: https://img.shields.io/badge/style-pylint-green.svg

Status
------

:Version: 0.1.1
:Download: http://pypi.python.org/pypi/sinon
:Source: https://github.com/note35/sinon
:Keywords: python, unittest, spy, stub, mock, sandbox, unittest2, pytest, sinon, doctest

Documentation
-------------

Please click `here <http://sinon.readthedocs.io/>`_ to read the documentation
