Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 2.0.0 instead.

Heaven :

Heaven 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.

Heaven 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

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.6.tar.gz (13.6 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.6-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for heaven-0.0.6.tar.gz
Algorithm Hash digest
SHA256 ebc6c950d709f44d1d71b2be8ac22ca246656aeda46eb443202b3dc967f2fb3d
MD5 8505bfb01b45eb1c715095d72c90c549
BLAKE2b-256 159e7a3399e16060571d1010dcb9d3ff58eeec5c633be5f8e0286e0bfbd4ed63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for heaven-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f2f1b87028a03087225f0533271d9b04fe77cd5da6f8c73723dce5948b2b17c8
MD5 7184ffc7433a87e2da4d0d4c8e6ebe13
BLAKE2b-256 8c4697d94e13adc6e70709ff9032224bb77b517487e591d4ce0eca90889e7493

See more details on using hashes here.

Release history Release notifications | RSS feed

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