Skip to main content

A simple Python async framework for building web applications.

Project description

Alita

Alita is a lightweight python async web application framework.

  • Come into use the same with Flask.
  • Using the async/await syntax to write concurrent code.
  • Need Python3.5+ version at least.

Installing

pip install alita

Quick Start

from alita import Alita

app = Alita()

@app.route('/')
async def hello(request):
    return 'Hello, World!'

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

alita-0.2.3.tar.gz (44.1 kB view hashes)

Uploaded Source

Built Distribution

alita-0.2.3-py3-none-any.whl (54.0 kB view hashes)

Uploaded Python 3

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