Skip to main content

An easy-to-use asynchronous web framework based on ASGI.

Project description

index.py

Github Action Test PyPI PyPI - Python Version

一个基于 ASGI 协议的高性能 web 框架。Index.py 文档

你也可以直接查看 Example 来学习如何使用(文档偶尔会滞后一到两天,但 example 被纳入了自动化测试,所以会始终保持最新版)

  • 无需手动绑定路由 (文件系统映射URI)
  • 自动解析请求 & 生成文档 (基于 pydantic)
  • 可视化 API 接口 (基于 ReDoc, 针对中文字体优化)
  • 现代化的测试组件 (基于 pytest 与 requests)
  • 非常简单的部署 (基于 uvicorn 与 gunicorn)
  • 支持真正的热重载
  • 挂载 ASGI/WSGI 应用 (比 starlette 更易用)
  • 更好用的 background tasks
  • 可使用任何可用的 ASGI 生态

Install

pip install -U index.py

或者直接从 Github 上安装最新版本(不稳定)

pip install -U git+https://github.com/abersheeran/index.py

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

index.py-0.10.8.tar.gz (27.6 kB view hashes)

Uploaded Source

Built Distribution

index.py-0.10.8-py3-none-any.whl (34.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