SkillAgentSearch skills...

Alita

A simple python async framework for building web applications.

Install / Use

/learn @dwpy/Alita
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  • Code: https://github.com/dwpy/alita
  • Docs-zh: https://dwpy.github.io/alita
  • Docs-en: https://dwpy.github.io/alita-docs-en
View on GitHub
GitHub Stars77
CategoryDevelopment
Updated1y ago
Forks3

Languages

Python

Security Score

65/100

Audited on Nov 5, 2024

No findings