Index.py

An easy-to-use high-performance asynchronous web framework.

Index.py implements the ASGI3 interface and uses Radix Tree for route lookup. Is one of the fastest Python web frameworks. All features serve the rapid development of high-performance Web services.

  • Lots of correct type annotations
  • Flexible and efficient routing system
  • Visual API interface and online debugging
  • Support Server-sent events and WebSocket
  • Built-in deployment commands
  • Any available ASGI ecosystem can be used

Install

pip install -U index.py

or install the latest version from Github (unstable).

pip install -U git+https://github.com/abersheeran/[email protected]

GitHub

https://github.com/index-py/index.py