Skip to content

Python Registry

This is an official release channel for nvibrant

Astral With uv

Have astral-sh/uv installed - a modern python manager and runner.

Following the concepts of uv/tools, you can run nvibrant from an ephemeral environment:

uvx nvibrant (args)

For more stability and/or safety, pin to a specific version:

uvx nvibrant==1.2.1 (args)

With pip

Simply install the pypi/nvibrant package and run its main and only entry point:

python3 -m pip install nvibrant
python3 -m nvibrant (args)