Metadata-Version: 1.1
Name: flask_typed_mounter
Version: 0.1.1
Summary: Decorator to mount a function to a Flask endpoint
Home-page: https://github.com/jacopofar/flask-typed-mounter
Author: Jacopo Farina
Author-email: jacopo1.farina@gmail.com
License: MIT
Description: one-line decorator to mount a function to a Flask endpoint which will perform type checking on the call parameters and show the pydoc and a table with the parameters inferred from Python 3.6 type hinting
Keywords: flask type hinting api mounter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
