Installation
Setup
Kalista requires Python 3.10 or higher.
Install using pip —
The recommended way to install Kalista is via pip:
$ pip install kalista
Install from source
Alternatively, you can also install Kalista from source.
$ pip install git+https://github.com/problemxl/kalista.git
Warning
This will install the latest development version of Kalista from the master branch. It may contain bugs and is not recommended for most users.
Note
The API is undocumented and may change at any time without notice. No further setup is required.