https://github.com/nux-xader/flask-apx
The helper for Flask
https://github.com/nux-xader/flask-apx
api flask helpers-library rest-api
Last synced: 4 months ago
JSON representation
The helper for Flask
- Host: GitHub
- URL: https://github.com/nux-xader/flask-apx
- Owner: Nux-xader
- Created: 2023-05-04T13:12:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T13:46:24.000Z (over 2 years ago)
- Last Synced: 2025-02-12T07:19:17.193Z (over 1 year ago)
- Topics: api, flask, helpers-library, rest-api
- Language: Python
- Homepage: https://pypi.org/project/FlaskApx/
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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 `_