Skip to main content

A really thin ASGI web framework

Project description

Asgineer

A really thin ASGI web framework 🐍🤘

Build Status Documentation Status Package Version

Introduction

Asgineer is a tool to write asynchronous web applications, using as few abstractions as possible, while still offering a friendly API. The guide and reference take just a few minutes to read!

When running Asgineer on Uvicorn, it is one of the fastest web frameworks available. It supports http long polling, server side events (SSE), and websockets. And has utilities to serve assets the right (and fast) way.

Asgineer is proudly used to serve e.g. https://pyzo.org and https://timetagger.app.

Example

# example.py

import asgineer

@asgineer.to_asgi
async def main(request):
    return f"<html>You requested <b>{request.path}</b></html>"

if __name__ == '__main__':
    asgineer.run(main, 'uvicorn', 'localhost:8080')

You can start the server by running this script, or start it the ASGI way, e.g. with Uvicorn:

$ uvicorn example:main --host=localhost --port=8080

Installation and dependencies

Asgineer needs Python 3.8 or higher (may work on older versions but is not tested). To install or upgrade, run:

$ pip install -U asgineer

Asgineer has zero hard dependencies, but it needs an ASGI server to run on, like Uvicorn, Hypercorn, or Daphne.

Development

Install with pip install -e .[dev].

  • ruff format to apply code formatting.
  • ruff check to test for unused imports and more.
  • pytest tests to run the tests, optionally set the ASGI_SERVER environment variable.

License

BSD 2-clause.

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

asgineer-0.9.5.tar.gz (42.0 kB view details)

Uploaded Source

Built Distribution

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

asgineer-0.9.5-py3-none-any.whl (21.5 kB view details)

Uploaded Python 3

File details

Details for the file asgineer-0.9.5.tar.gz.

File metadata

  • Download URL: asgineer-0.9.5.tar.gz
  • Upload date:
  • Size: 42.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.4

File hashes

Hashes for asgineer-0.9.5.tar.gz
Algorithm Hash digest
SHA256 9b71ef3c2b1da0b3ff39124c0d63d51702dbb07ec218bba5c655bcbeff538e06
MD5 e8b97d89512d51f1c1378c9c0b1ceac3
BLAKE2b-256 bd8525b84d1f6100c15840bf4c2af9ef41877a1867184e3c0fbf38e1c6e6097f

See more details on using hashes here.

File details

Details for the file asgineer-0.9.5-py3-none-any.whl.

File metadata

  • Download URL: asgineer-0.9.5-py3-none-any.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.4

File hashes

Hashes for asgineer-0.9.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3da8d5e803bdc4d251ad63315dafbdf3c4c3f0cff8eb5f10583d27449874a175
MD5 d05adc094d083a2a8154c918cabeeb83
BLAKE2b-256 75b2623d36597e315a705164f161f3827134ba9f4b0f4d83be9bd02cfb5ed79e

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