Skip to content

Plinx is an experimental, minimalistic, and extensible web framework and ORM written in Python.

Notifications You must be signed in to change notification settings

dhavalsavalia/Plinx

Repository files navigation

Plinx

Plinx is an experimental, minimalistic, and extensible web framework and ORM written in Python.

Installation

Install from git source:

$ pip install git+https://github.com/dhavalsavalia/plinx.git

Usage

Web Framework

from plinx import Plinx

app = Plinx()

@app.route("/")
def index(request, response):
    response.text = "Hello, world!"

Roadmap

  • Web Framework
    • Routing
    • Explicit Routing Methods
    • Parameterized Routes
  • ORM

About

Plinx is an experimental, minimalistic, and extensible web framework and ORM written in Python.

Topics

Resources

Stars

Watchers

Forks

Languages