Skip to content

Source

Directly

You can install the latest git repository code as a package:

🔴🟡🟢 Command
pip install git+https://github.com/BrokenSource/Pyaket

Or even better, using uv • tools ephemeral environment:

🔴🟡🟢 Command
uvx --from git+https://github.com/BrokenSource/Pyaket pyaket (...)

Dependency

You can add it to your development dependencies:

pyproject.toml
[dependency-groups]
dev = ["pyaket @ git+https://github.com/BrokenSource/Pyaket"]

Run commands within an activated environment or import on scripts as usual.