Metadata-Version: 2.1
Name: hypothesis-jsonschema
Version: 0.2.0
Summary: Generate test data from JSON schemata with Hypothesis
Home-page: https://github.com/Zac-HD/hypothesis-jsonschema
Author: Zac Hatfield-Dodds
Author-email: zac.hatfield.dodds@gmail.com
License: AGPLv3+
Description: # hypothesis-jsonschema
        
        A [Hypothesis](https://hypothesis.readthedocs.io) strategy for generating data
        that matches some [JSON schema](https://json-schema.org/).
        It is currently in early alpha, but you can use it if you want.
        
        The public API consists of a just two functions:
        
        1. `hypothesis_jsonschema.from_schema` takes a JSON schema and returns a
           Hypothesis strategy which generates objects that match the schema.
        2. `hypothesis_jsonschema.json_schemata` returns a Hypothesis strategy
           which generates arbitrary JSON schemata.
        
        `hypothesis-jsonschema` does not support Python 2, because
        [it's close to end of life](https://pythonclock.org/) and Python 3.6+ is a
        much nicer language.  Contact me if you would like this changed and are
        willing to either pay for or do the work to support Python 2.
        
Keywords: python testing fuzzing property-based-testing json-schema
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Hypothesis
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
