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.6.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.6-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file pyagartha-0.0.6.tar.gz.
File metadata
- Download URL: pyagartha-0.0.6.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 |
a87386bb3e02dc36a1fccb74c78f261300ebde1c9deff7b95034824e4c5b5973
|
|
| MD5 |
f910cb491b379c82a37a15a93dd6edf6
|
|
| BLAKE2b-256 |
142c0b2bd870e2413cb2bbdad6705bdce01d3bd59aba6e904cdfdd709de07751
|
File details
Details for the file pyagartha-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pyagartha-0.0.6-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 |
f442ae76c8603b639fd889623040356a9a8c0a393f2d2cecbe920df394bbcf8b
|
|
| MD5 |
8c78a90ec0b8fbcbf7000d78d761aa63
|
|
| BLAKE2b-256 |
e3dbfc76d69e3f0d8b0224cabc49303e61908848a5ab0b6f163924ed45a819d8
|