Install

Get the Nevo Python SDK running in your project.

pip install nevo-sdk

Python 3.10+. The distribution name is nevo-sdk; the import name is nevo:

from nevo import Nevo

The SDK’s only runtime dependencies are httpx and websockets.

Verify

python -c "import nevo; print(nevo.__version__)"

Next

Write a handler in Quickstart.