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,\
It need Python3.5+ version at least。


## Installing
```
pip install -r requirements.txt
```

## Quick Start

```
from alita import Alita

app = Alita()

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

## Links

- Code: https://github.com/dwpy/alita
- Docs: https://dwpy.github.io/alita


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.1.1.tar.gz (33.2 kB view hashes)

Uploaded Source

Built Distribution

alita-0.1.1-py3-none-any.whl (39.7 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