A lightweight web framework for python inspired from Flask
Project description
PyAgartha
A lightweight web framework inspired from Flask
Installation
pip install pyagartha
Usage
It's function and routing is just like Flask
There is a basic demo "TO DO List" app in Demo which you can check out
from pyagartha import API
app = API()
@app.route("/")
def home(request):
response.text = "Hello, World!
License
This project is licensed under the MIT License - see LICENSE for details
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
pyagartha-0.0.1.tar.gz
(9.2 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
pyagartha-0.0.1-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file pyagartha-0.0.1.tar.gz.
File metadata
- Download URL: pyagartha-0.0.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51d214a23caad2070d254c27751f40b5b5027e2d48659ddb7ba9f6a7d81f12b8
|
|
| MD5 |
ac4ba7cca71d3fd0bfee3b960bfe7ea1
|
|
| BLAKE2b-256 |
f2a32f878a27136cd36d7d1c19f0619659f880db7adf33713038ed1190c4f607
|
File details
Details for the file pyagartha-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyagartha-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a9c5510e193513e57109d327c84c820fe9d5231219715e8b57fff809bfb50c5
|
|
| MD5 |
f016fdcb66f5302ebe866076ee8acf4b
|
|
| BLAKE2b-256 |
a6c9b7dc1ce3d6041daef1fc04c869263f1091537b7dbcdf71a6d56817f6f029
|