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.3.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.3-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyagartha-0.0.3.tar.gz.
File metadata
- Download URL: pyagartha-0.0.3.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 |
15dab9d2938eb824ba6d25c15b3690137efc87f0e3264aa3243e673c748fa41e
|
|
| MD5 |
343bc562a3f37c297c59fbe305e3bd55
|
|
| BLAKE2b-256 |
8355d44015fe54d2e7acfb429c3b006eb39d49308db6be6ffd1fa6d960c07990
|
File details
Details for the file pyagartha-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pyagartha-0.0.3-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 |
7dada61677d27f54294167b67ab37db9e43d96bfc50c85531a16c15e150e47e7
|
|
| MD5 |
6326b9bf383868f35814a779d5a40b22
|
|
| BLAKE2b-256 |
5e1e5ba8cc2254ef03366d1e8718ad548e7ffa922cf48f39dc9bb2a519f83ba6
|