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


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

Uploaded Source

Built Distribution

heaven-0.0.1-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: heaven-0.0.1.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.4.0

File hashes

Hashes for heaven-0.0.1.tar.gz
Algorithm Hash digest
SHA256 3a74841ebd43678304f7e3e54af136f0f0a42c4435de0a714d9bcc4a6a4beb21
MD5 d43bc79e743e41e32efb8f272cb33560
BLAKE2b-256 355ad1a2a0f6098368ced6788db878549a3461a0e283884b080d2ff699e0b682

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for heaven-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b043c9473606d231be3cadddbd1e16dfccc5de7e2dc2a9c15e20e9ebd3e279bd
MD5 4c0b31532dd340291040f96aa3ca9ad1
BLAKE2b-256 1e587967d5d8e5f99b1ffad0992d920a32ce622c301679a9c12a68f823e00fa1

See more details on using hashes here.

Supported by

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