Metadata-Version: 1.1
Name: doubles
Version: 0.0.1.alpha1
Summary: Test doubles for Python.
Home-page: https://github.com/uber/doubles
Author: Jimmy Cuadra
Author-email: jimmy@uber.com
License: MIT
Description: # doubles
        
        A test double package for Python.
        
        ## Documentation
        
        Documentation is available at http://doubles.readthedocs.org/en/latest/.
        
        ## Development
        
        Source code is available at https://github.com/uber/doubles.
        
        To install the dependencies on a fresh clone of the repository, run `make bootstrap`.
        
        To run the test suite, run `make`.
        
        To build the documentation locally, run `make docs`.
        
        ## License
        
        [MIT](http://opensource.org/licenses/MIT)
        
Keywords: testing,test doubles,mocks,mocking,stubs,stubbing
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Testing
