Skip to content

Installation

Supported Python Versions

uzi only supports python 3.9 or higher.

Support for python 3.8 might be added in the near future.

Standalone Mode.

uzi is available on PyPi. To install, run:-

pip install uzi

Integrated Mode

uzi provides seamless integrations with some popular python frameworks like Django, Sanic and many more... .

To use uzi with your favorite framework, you will need to install the appropriate adapter for that framework.

For more information please refer to the intergration docs.

Back to top