A lightweight Python web framework.
Project description
FrameAPI
Fast and Light Python Web Framework
Installation
Create and activate virtual env and then install the framework:
pip install frameapi
Usage
- Create a file
app.py:
from frameapi import FrameAPI
app = FrameAPI()
app.welcome()
- Run the server:
gunicorn app:app --reload
- Open your browser at http://127.0.0.1:8000.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frame_api-0.1.5.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file frame_api-0.1.5.tar.gz.
File metadata
- Download URL: frame_api-0.1.5.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8596a364bdba3bdccde29bc319a8be9d4b3012ca2c7f3d7b8c936a54ee67437b
|
|
| MD5 |
30054ef644e06201e57769abdd241234
|
|
| BLAKE2b-256 |
1f3e706fb20e73e05c4bbeae0c0ebcd53d79501fda18b107e5a1b4713f9eadbb
|
File details
Details for the file frame_API-0.1.5-py3-none-any.whl.
File metadata
- Download URL: frame_API-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30a8402899338c8179454b4804a036dd25d5766c819c4cdfd09906d725935fd2
|
|
| MD5 |
ec9f651dd20c24950b1457e418d3689e
|
|
| BLAKE2b-256 |
beb8b438c1761efe1618b3a6857cb537ce702ce5c0a4e109af085bab45acaf5b
|