Skip to main content

Extremely Stupid Simple, Blazing Fast, Get Out of your way immediately Microframework for building Python Web Applications.

Project description

Routerling :

Routerling is a very very small, extremely tiny, and insanely fast ASGI web application framework. It was designed to facilitate productivity by allowing for complete mastery in 7 minutes or less.

Routerling is a very light layer around ASGI with support for application mounting and is perhaps the simplest and one of the fastest python web frameworks (biased opinion of course).

Installling

Install with pip

$ pip install routerling

A Simple Example


from routerling import Router


async def index(req, res, ctx):
    res.body = 'Hello, World!'


router = Router()


router.GET('/', index)

You can run with uvicorn, gunicorn or any other asgi HTTP, HTTP2, and web socket protocol server of your choice.

$ uvicorn main:router --reload
 * Running on http://127.0.0.1:8000

Contributing

For guidance on how to make contributions to Routerling, see the Contribution Guidelines

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

routerling-0.4.2.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

routerling-0.4.2-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file routerling-0.4.2.tar.gz.

File metadata

  • Download URL: routerling-0.4.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.8 Darwin/20.6.0

File hashes

Hashes for routerling-0.4.2.tar.gz
Algorithm Hash digest
SHA256 d66d5290e36449a8b54d90a1ea6d16de47c0278f8cb892a63a98a57b8615df75
MD5 1fd7a515d34ecf7268ab6f96270d89dd
BLAKE2b-256 1d3d69b5fd8c94c9dbf9e4c9511f50655e047517dbf7a5c3041c591542bac3e3

See more details on using hashes here.

File details

Details for the file routerling-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: routerling-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.8 Darwin/20.6.0

File hashes

Hashes for routerling-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 291028c86493aecb6b2e6c117f49a04677a3df4ee0352e1cd1791f11cb5134b5
MD5 810b0abe7c8991d4ef01ba490ec1a952
BLAKE2b-256 d7fce74958385aa84bb87571e782d3161cee137bf4d3d586fc8f4932ba4c9c3e

See more details on using hashes here.

Supported by

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