Installation¶
Supported Python Versions¶
basi only supports python 3.9 or higher.
Support for python 3.8 might be added in the near future.
Standalone Mode.¶
basi is available on PyPi. To install, run:-
pip install basi
Integrated Mode¶
basi provides seamless integrations with some popular python frameworks like
Django, Sanic
and many more... .
To use basi with your favorite framework, you will need to install the
appropriate adapter for that framework.
For more information please refer to the intergration docs.