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 heaven

A Simple Example


from heaven 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


Release history Release notifications | RSS feed

This version

0.0.2

Download files

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

Source Distribution

heaven-0.0.2.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

heaven-0.0.2-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file heaven-0.0.2.tar.gz.

File metadata

  • Download URL: heaven-0.0.2.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.9.6 Darwin/22.5.0

File hashes

Hashes for heaven-0.0.2.tar.gz
Algorithm Hash digest
SHA256 29e8a7b8c817e2883e04afa836f26ae4b4315ab44ba973b2f0555d754b3f8d7d
MD5 579ee98e59c4d203bde0fc3731af806b
BLAKE2b-256 3101dcaa0958a4fbd7d5a5a73e6247220f2186c30d13040d32ea9a5874d6d604

See more details on using hashes here.

File details

Details for the file heaven-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: heaven-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.9.6 Darwin/22.5.0

File hashes

Hashes for heaven-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2fbc922b7423928fe1ba83aba9648dcf9ac85a60b220d32a9bd3091fbde85fb6
MD5 c7d39aba2f60323b92a04b10480f6be3
BLAKE2b-256 5ffed74df5280af5a9b73752f289d819c4f71307ef85981d22a6a7d915d409dc

See more details on using hashes here.

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