Skip to content

Hasnat4763/PyAgartha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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