Skip to main content
🐍⚡️Support Python for everyone by grabbing a 30% discount on PyCharm—ALL proceeds go to the Python Software Foundation. Offer ends soon, so grab it today!  GET 30% OFF PYCHARM

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page