Metadata-Version: 2.1
Name: flask-fastx
Version: 0.1.4
Summary: Flask-Fastx is a Fast API style support for Flask. It Gives you MyPy types with the flexibility of flask.
Home-page: https://github.com/tactful-ai/flask-faster-api
License: MIT
Keywords: flask,flask-restx,Mypy
Author: nadaabdelmaboud     seifashraf1     ahmedihabb2     omargamal253
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: flask-restx (>=0.5.0,<0.6.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Project-URL: Repository, https://github.com/tactful-ai/flask-faster-api
Description-Content-Type: text/x-rst

==============
Flask-Fastx
==============

.. image:: https://codecov.io/gh/tactful-ai/flask-faster-api/branch/main/graph/badge.svg?token=FZJANN69LH
    :target: https://codecov.io/gh/tactful-ai/flask-faster-api
    :alt: Code Coverage
    
.. image:: https://github.com/tactful-ai/flask-faster-api/actions/workflows/python-package.yml/badge.svg
   :target: https://github.com/tactful-ai/flask-faster-api/actions/workflows/python-package.yml
   :alt: CI Tests
.. image:: https://img.shields.io/github/license/tactful-ai/flask-faster-api   
    :alt: License
.. image:: https://img.shields.io/github/stars/tactful-ai/flask-faster-api?style=social   :alt: GitHub Repo stars

.. image:: https://img.shields.io/pypi/pyversions/flask-fastx
    :target: https://pypi.org/project/flask-fastx
    :alt: Supported Python versions
   

Flask-Fastx is a Fast API style support for Flask. It Gives you MyPy types with the flexibility of flask.



Compatibility
=============

Flask-Fastx requires Python 3.7+. 



Installation
============

You can install Flask-Fastx with pip:

.. code-block:: console

    $ pip install flask-fastx
    

Quick start
===========

With Flask-Fastx and the autowire decorator feature, parsing path parameters and creating api models is done using only one decorator! 

Before Using Flask-Fastx
================================

.. image:: https://user-images.githubusercontent.com/63073172/130047931-d0944c25-05a5-4e25-b920-568262498deb.png


After Using Flask-Fastx
================================

.. image:: https://user-images.githubusercontent.com/63073172/130047935-1ca90e0d-b8ae-4ca8-9564-f11b894f0664.png




Contributors
============

Flask-Fastx is brought to you by @mfouad, @seifashraf1, @ahmedihabb2, @nadaabdelmaboud, @omargamal253




Contribution
============
Want to contribute? That's awesome! (Details Soon) 

