Skip to content

This is an asynchronous web framework, designed to quickly build the required web services, whether it is Templates or APIs. So far, Index.py has no built-in database, cache and other functions. For those with difficulty in choosing, please use Django directly.

If you find any bugs, please visit Github Issues for feedback; if you have something to share, discuss with others, or want to add Features, welcome to visit Github Discussions to initiate a discussion.

Design inspiration

The name comes from kennethreitz's project of the same name, but with the development of various ideas...it gradually deviates from the original design.

Install

Index.py requires Python to be at least 3.7 and has no system requirements. If you cannot/do not want to upgrade the Python version, you can use docker to run Index.py.

Install the package on pypi

1
pip install -U index.py

Or install the latest version directly from Github

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

Users in mainland China can pull from the mirror on Gitee

1
pip install -U git+https://gitee.com/abersheeran/[email protected]
Version: 0.19
master
stable
0.21
0.20
0.19
0.18
0.17
0.16