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.4.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.4-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyagartha-0.0.4.tar.gz.
File metadata
- Download URL: pyagartha-0.0.4.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 |
632d662cacb2c1b8f0dbd3410ba477089d5f335404890c6e39edca6a212a32ec
|
|
| MD5 |
38f43313da493e494caf89d6c60047b1
|
|
| BLAKE2b-256 |
68d580d645ef59a3b0ae09a4f55d09289048f88f9f5f117180adb16823e1214c
|
File details
Details for the file pyagartha-0.0.4-py3-none-any.whl.
File metadata
- Download URL: pyagartha-0.0.4-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 |
1251fc5742e3a11aea168c2ed022cdfbf3a35fdc0b2bd71d54ba2d2f81ed7e8b
|
|
| MD5 |
37d5c922e3f5d8fff2a53e57b20fe144
|
|
| BLAKE2b-256 |
d6a8a0942531f5e0136b7affa230b41c52cd17322af8d68d0a9fc1c75af689b2
|