Installation¶
With uv (recommended)¶
This installs pushfill as a standalone CLI tool, isolated from your project environments.
With pip¶
With pipx¶
From source¶
git clone https://gitlab.com/waterjuice/pushfill.git
cd pushfill
make build
pip install output/*.whl
Requirements¶
- Python 3.9 or later
- No external runtime dependencies — pushfill uses only the Python standard library