My short description for my project.
Project description
FleekAPI
FleekAPI is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Jinja, and will become one of the most popular Python web application frameworks inshaaloh.
FleekAPI offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
A Simple Example
# save this as app.py
from fleekapi import FleekAPI
app = FleekAPI()
@app.route("/")
def hello(req, resp):
resp.text = "Hello, World!"
$ gunicorn app:app
[2024-05-21 01:34:43 +0500] [78175] [INFO] Starting gunicorn 22.0.0
[2024-05-21 01:34:43 +0500] [78175] [INFO] Listening at: http://127.0.0.1:8000 (78175)
[2024-05-21 01:34:43 +0500] [78175] [INFO] Using worker: sync
[2024-05-21 01:34:43 +0500] [78176] [INFO] Booting worker with pid: 7817
* Running on http://127.0.0.1:8000/ (Press CTRL+C to quit)
Donate
The Avengers organization develops and supports FleekAPI. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fleekapi-0.0.132.tar.gz
.
File metadata
- Download URL: fleekapi-0.0.132.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce08d268c066606b394f37c156dfdfde019e7a06725e764025a667e092f02127 |
|
MD5 | a250882e2a28646895ea0e177ad93373 |
|
BLAKE2b-256 | 47f4512da6593b8885b5704f2d3ec1197a5449d209976913fd61e07bbbf9ff0f |
File details
Details for the file FleekAPI-0.0.132-py2.py3-none-any.whl
.
File metadata
- Download URL: FleekAPI-0.0.132-py2.py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a03555ac68483e48948e20b26b8416f649e2da02fa5b8997fcee7bd9442f4a4f |
|
MD5 | 072c842c828d380dd8d68d04243c67e8 |
|
BLAKE2b-256 | bcd94a985e245bb7c8831e6aa6f10072635169586a85f09d88933a4c605cf598 |