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.2.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.2-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file pyagartha-0.0.2.tar.gz.
File metadata
- Download URL: pyagartha-0.0.2.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 |
c9a3b84200fe879ebb4f4c187408a259f6e58651fda4f9aca22941adfcb70f40
|
|
| MD5 |
85d4a3c9f8c91a384562c531f955ad1f
|
|
| BLAKE2b-256 |
5a076ad350c15c92010734db4866f28e7a16efbdce44c622685e930c5abead25
|
File details
Details for the file pyagartha-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyagartha-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 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 |
52d78e3a830eb4764d1a6f10a0c534638514210836e7e66a71b0590316d8d63c
|
|
| MD5 |
cde03d040f45e27cd14193a3a634250e
|
|
| BLAKE2b-256 |
3d0f901fff2541cb842eb162bb360ee7532caba35f08acca424f0554b5c0aa7a
|