Skip to content

Installation

Install uv:

Terminal window
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env

Then install codeshare:

Terminal window
uv tool install --index-url https://pypi.adastruct.com/simple codeshare-dump

Verify:

Terminal window
codeshare --help
codeshare --version

Print completion scripts with:

Terminal window
codeshare completion bash
codeshare completion zsh

If your package index requires authentication, configure ~/.netrc:

machine pypi.adastruct.com
login admin
password YOUR_PASSWORD

codeshare 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.