Metadata-Version: 1.1
Name: hypothesis
Version: 1.0.0
Summary: A library for property based testing
Home-page: https://github.com/DRMacIver/hypothesis
Author: David R. MacIver
Author-email: david@drmaciver.com
License: MPL v2
Description: ================
         Hypothesis
        ================
        
        Hypothesis is a library for property based testing in Python, based on the Haskell
        library Quickcheck. It's designed to integrate seamlessly into your existing
        Python unit testing work flow.
        
        Hypothesis is easy to use, stable, and extremely powerful. If you're not using
        Hypothesis to test your project then you're missing out.
        
        To learn more about how to use Hypothesis, extensive documentation and
        examples of usage is `available at readthedocs <http://hypothesis.readthedocs.org/en/master/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
