Metadata-Version: 2.1
Name: fastapi-hypothesis
Version: 0.1.0
Summary: 
Home-page: https://github.com/Kludex/fastapi-hypothesis
License: MIT
Author: Marcelo Trylesinski
Author-email: marcelotryle@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fastapi (>=0.63.0,<0.64.0)
Requires-Dist: hypothesis-auto (>=1.1.4,<2.0.0)
Project-URL: Repository, https://github.com/Kludex/fastapi-hypothesis
Description-Content-Type: text/markdown

<h1 align="center">
    <strong>fastapi-hypothesis</strong>
</h1>
<p align="center">
    <a href="https://github.com/Kludex/fastapi-hypothesis" target="_blank">
        <img src="https://img.shields.io/github/last-commit/Kludex/fastapi-hypothesis" alt="Latest Commit">
    </a>
        <img src="https://img.shields.io/github/workflow/status/Kludex/fastapi-hypothesis/Test">
        <img src="https://img.shields.io/codecov/c/github/Kludex/fastapi-hypothesis">
    <br />
    <a href="https://pypi.org/project/fastapi-hypothesis" target="_blank">
        <img src="https://img.shields.io/pypi/v/fastapi-hypothesis" alt="Package version">
    </a>
    <img src="https://img.shields.io/pypi/pyversions/fastapi-hypothesis">
    <img src="https://img.shields.io/github/license/Kludex/fastapi-hypothesis">
</p>


## Installation

``` bash
pip install fastapi-hypothesis
```

## License

This project is licensed under the terms of the MIT license.

