Skip to content

URI Reference

sarr-io edited this page Jun 19, 2026 · 8 revisions

URI Reference

Package source is one URI.

Git package source

git+https://github.com/org/repo.git@package-v0.1.0//package-name

The package version comes from the URI tag. For example:

openai-responses-v0.4.4

means the installed package version is 0.4.4.

Local package source

file:///home/colin/dev/package
/home/colin/dev/package

Local package sources install a symlink to the directory. They do not provide a remote version tag.

Installed package refs

zinc://packages
zinc://packages/openai-responses
zinc://packages/openai-responses/manifest/neighbors
zinc://packages/openai-responses/files/surfaces/responses.py

Installed package refs read records and files from the installed package location. They do not install anything.

Clone this wiki locally