rPickle is safe in the sense that it does not execute arbitrary code during deserialization. Unlike pickle (which can call arbitrary functions during loads()), rPickle only reconstructs data ...
The repository only needs the uv-managed .venv for development. Extra local environments such as Conda or ad hoc virtual environments are not required. For a full from-zero local deployment, including ...