Skip to content

A lightweight web framework

License

Notifications You must be signed in to change notification settings

Hasnat4763/PyAgartha

Repository files navigation

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!

Demo website

http://164.92.186.218:8080/

License

This project is licensed under the MIT License - see LICENSE for details

About

A lightweight web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published