Metadata-Version: 1.2
Name: FlaskApx
Version: 1.0.0
Summary: The helper for Flask
Home-page: https://github.com/Nux-xader/apx
Author: Nux xader A.K.A Satria Rahmat
License: UNKNOWN
Project-URL: Github, https://github.com/Nux-xader/apx
Description: Flask-Apx
        =========
        
        .. image:: https://github.com/Nux-xader/Flask-Apx/blob/master/images/sample.png
            :target: https://github.com/Nux-xader/Flask-Apx/blob/master/example/app.py
            :alt: Apx example
        
        **apx** is the helper for flask
        
        
        Notes
        =====
        This project is still in **BETA**. Please be careful if you want to use it in production environment! Thank You.
        
        Why use apx?
        ============
        * readable your code
        * simplyify your code
        * speed up the development process
        
        Installation and usage
        ======================
        **installation**
        
        ``$ pip install FlaskApx``
        
        or
        
        
        ``$ pip install git+https://github.com/Nux-xader/Flask-Apx``
        
        **Example**
        
        For the example usage of code you can see `here <https://github.com/Nux-xader/Flask-Apx/blob/master/example/app.py>`_
        
Keywords: flask helper,flask,API heler,API Toolkit,API warper
Platform: UNKNOWN
Requires-Python: >=3.7, <4
