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

Uploaded Source

Built Distribution

routerling-0.5.1-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: routerling-0.5.1.tar.gz
  • Upload date:
  • Size: 12.2 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.1.tar.gz
Algorithm Hash digest
SHA256 cf133e515d577c272a4a043d6589eae8887cc154c93429bb4c559da66e813187
MD5 4ce48922163efd55e99dba5d210f7294
BLAKE2b-256 cfc07ed7f5a1cf2bf72d51abf4edfd25634922aa539f583b4779afbfb3c16d67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: routerling-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 13.8 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 00e3d6393f77aa98e8db9eeae353044a89d51190369bbc31fd1b23de0b25c78c
MD5 46304431cb521d035939c478ee6926e3
BLAKE2b-256 4c224487445056137a5355e9001e5ec7ab6b3d0b30fd149a1ef655299819ff3b

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