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.5.0.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

routerling-0.5.0-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: routerling-0.5.0.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.6 Darwin/22.1.0

File hashes

Hashes for routerling-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e31b9d0c4c163181d5fbc7b97170f942487ea753f38f048e2f215281f77ad110
MD5 d8ba213cc0ac0d59a0202005a7e40ed9
BLAKE2b-256 dee694428c444433c871383e57ce30f2863d0efa17835c967d0cea52bdf0e241

See more details on using hashes here.

File details

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

File metadata

  • Download URL: routerling-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.6 Darwin/22.1.0

File hashes

Hashes for routerling-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5fd267ef361b74fdc2ebdf4ee53d4aa1d2be038ac535ac64a820b7bb23fa26e9
MD5 95aa7f5bfca395bf2d82d39a11650c95
BLAKE2b-256 979c84a90b521a906ceae658eb10078eff9a816af3b60c5470250918d8d83a53

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