Skip to content

Installation

uv tool install pushfill

This installs pushfill as a standalone CLI tool, isolated from your project environments.

With pip

pip install pushfill

With pipx

pipx install pushfill

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