1
0
Fork 0
bag-of-tricks/README.md

617 B

bag-of-tricks

Random utilities and one-off scripts.

Expectations

Scripts contained here are expected to be runnable via pipx and to define their dependencies using inline metadata.

# /// script
# dependencies = [
#   "package1",
#   "package2"
# ]
# ///

import package1
import package2

# Logic

Usage

Provided that scripts have an inline script block that defines any extra dependencies they expect, pipx run <path> ...args is all that's needed to execute scripts in an isolated environment.