Source hosted directly on tightwad.dev and on GitHub.
Download source tarball Read docs
tightwad-0.5.1.tar.gzpip install . after unpackingcurl -O https://tightwad.dev/downloads/tightwad-0.5.1.tar.gz tar -xzf tightwad-0.5.1.tar.gz cd tightwad-0.5.1 python3 -m venv .venv && source .venv/bin/activate pip install .
git clone https://github.com/youngharold/tightwad.git cd tightwad python3 -m venv .venv && source .venv/bin/activate pip install .
This is the actual Tightwad source distribution package produced from the project repo and served directly from the site. If we later add wheels, checksums, or a stable /downloads/latest/ path, they’ll live here too.