Metadata-Version: 2.1
Name: flask-dependant
Version: 1.0.1
Summary: Flask Dependant is a Dependency Injection Helper Which Same With FastApi Dependencies, Pydantic and Python 3.6+ type hints.
Home-page: UNKNOWN
Author: xiaojiang
Maintainer: xiaojiang
License: MIT
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown

flask_dependant
=====

flask_dependant是拷贝和参照了`fastapi`中[dependencis](https://fastapi.tiangolo.com/tutorial/dependencies/)中实现和思想,并迁到了flask中。

Installing
----------
`pip3 install -e git+https://github.com/guwenjiang85/flask-dependant.git#egg=flask_dependant`


Requires
---------
```
python>=3.6
flask>=2.0 
pydantic>=1.8,<2.0.0
```

Examples
---------




