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.5.tar.gz
(9.1 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.5-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyagartha-0.0.5.tar.gz.
File metadata
- Download URL: pyagartha-0.0.5.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
266ee4cb543bf8ab2119c9858005e7207a1667ff96f1432f49d8465ae95ad263
|
|
| MD5 |
7b5242cffb6cae61fe139d4484d1fa6d
|
|
| BLAKE2b-256 |
0aef6273e33d05f83fc84d57154b9ffc1d5700e5f7c4050d01e974713dc5998f
|
File details
Details for the file pyagartha-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyagartha-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.2 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 |
e37a7896efe6dcc915c98eccc01ac5b793e6eb49a937b1ef0e51ee40af29f2a9
|
|
| MD5 |
29c52e3d2a33b9b20074ac837b0f89b5
|
|
| BLAKE2b-256 |
64bf56894313189fe47fda4d30e95d64f9a8a0b6cd431b44823277088fc1cc87
|