A lightweight web framework inspired from Flask
pip install PyAgarthaIt'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!http://164.92.186.218:8080/
This project is licensed under the MIT License - see LICENSE for details