Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Script com Dependências

  • PEP 723

  • Ferramentas com suporte:

    • pipx: pipx run -- arquivo.py
    • uv: uv run --script arquivo.py
#!/usr/bin/env -S pipx run --
#
# /// script
# requires-python = ">=3.12"
# dependencies = [
#   "click >= 8.2.1, < 9",
# ]
# ///