Metadata-Version: 1.2
Name: flask_easyapi
Version: 0.0.2
Summary: Rest API on Flask made a little too easy.
Home-page: https://github.com/hXtreme/flask_easyapi
Author: Harsh Parekh
Author-email: harsh_parekh@outlook.com
License: MIT license
Description: =============
        Flask-EasyAPI
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/flask_easyapi.svg
                :target: https://pypi.python.org/pypi/flask_easyapi
        
        .. image:: https://img.shields.io/travis/com/hXtreme/flask-easyapi.svg
                :target: https://travis-ci.com/hXtreme/flask-easyapi
        
        .. image:: https://readthedocs.org/projects/flask-easyapi/badge/?version=latest
                :target: https://flask-easyapi.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/hXtreme/flask-easyapi/shield.svg
             :target: https://pyup.io/repos/github/hXtreme/flask-easyapi/
             :alt: Updates
        
        
        
        Rest API on Flask made a little too easy.
        
        
        * Free software: MIT license
        * Documentation: https://flask-easyapi.readthedocs.io.
        
        
        Features
        --------
        
        Planned
        ^^^^^^^
        
        * One to one mapping from functions to api endpoints via decorators
        * Use type annotations to automatically add type-checks to parameters recieved in the requests to the api.
        * Return HTTP error codes and error messages by raising exceptions.
        
        
        
        =======
        History
        =======
        
        0.0.2 (2020-08-19)
        ------------------
        
        * Fix badges in readme
        * Add pyup configuration
        
        0.0.1 (2020-08-19)
        ------------------
        
        * Fix minor issues and typos to make tests pass.
        
        0.0.0 (2020-08-19)
        ------------------
        
        * First release on PyPI. [Falied]
        
Keywords: flask_easyapi
Platform: UNKNOWN
Classifier: Framework :: Flask
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
