Installation
Installation
Section titled “Installation”Linux / macOS
Section titled “Linux / macOS”Install uv:
curl -LsSf https://astral.sh/uv/install.sh | shsource $HOME/.local/bin/envThen install codeshare:
uv tool install --index-url https://pypi.adastruct.com/simple codeshare-dumpVerify:
codeshare --helpcodeshare --versionShell completion
Section titled “Shell completion”Print completion scripts with:
codeshare completion bashcodeshare completion zshAuthentication
Section titled “Authentication”If your package index requires authentication, configure ~/.netrc:
machine pypi.adastruct.comlogin adminpassword YOUR_PASSWORDcodeshare is intended to be installed as a machine-level CLI tool.
It should generally not be added as a dependency of the repository being inspected.