File contents python CLI Reference
Compact command reference for python v3.12.3.
0 total commands
0 command flags + 24 global flags
0 extracted usage examples
Max nesting depth: 0
When to Use
Constructing or validating python commands
Looking up flags/options fast
Troubleshooting failed invocations
Top-Level Commands
Command format examples:
Global Flags
Flag
Short
Type
Description
--check-hash-based-pycs
``
string
--help-all
``
string
--help-env
``
string
--help-xoptions
-X
string
-B
-B
bool
: don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x
-E
-E
bool
: ignore PYTHON* environment variables (such as PYTHONPATH)
-I
-I
bool
: isolate Python from the user's environment (implies -E and -s)
-O
-O
bool
: remove assert and debug -dependent statements; add .opt-1 before
-P
-P
bool
: don't prepend a potentially unsafe path to sys.path; also
-S
-S
bool
: don't imply 'import site' on initialization
-V
-V
bool
: print the Python version number and exit (also --version)
-W
-W
string
warning control; arg is action:message:category:module:lineno
-X
-X
string
set implementation-specific option
-b
-b
bool
: issue warnings about converting bytes/bytearray to str and comparing
-c
-c
string
program passed in as string (terminates option list)
-d
-d
bool
: turn on parser debugging output (for experts only, only works on
-h
-h
bool
: print this help message and exit (also -? or --help)
-i
-i
bool
: inspect interactively after running script; forces a prompt even
-m
-m
string
run library module as a script (terminates option list)
-q
-q
bool
: don't print version and copyright messages on interactive startup
-s
-s
bool
: don't add user site directory to sys.path; also PYTHONNOUSERSITE=x
-u
-u
bool
: force the stdout and stderr streams to be unbuffered;
-v
-v
bool
: verbose (trace import statements); also PYTHONVERBOSE=x
-x
-x
bool
: skip first line of source, allowing use of non-Unix forms of #!cmd
Common Usage Patterns (Compact)
No examples extracted.
Detailed References
Full command tree: references/commands.md
Full examples catalog: references/examples.md
Re-Scanning
After a CLI update, run /scan-cli or execute crawler + generator again.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: nsalvacao-cli-plugins-cli-python 3 description: python CLI Reference 4 --- 5 6 # python CLI Reference 7 8 Compact command reference for **python** v3.12.3. 9 10 - **0** total commands 11 - **0** command flags + **24** global flags 12 - **0** extracted usage examples 13 - Max nesting depth: 0 14 15 ## When to Use 16 17 - Constructing or validating `python` commands 18 - Looking up flags/options fast 19 - Troubleshooting failed invocations 20 21 ## Top-Level Commands 22 23 Command format examples: 24 25 ### Global Flags 26 27 | Flag | Short | Type | Description | 28 | --- | --- | --- | --- | 29 | `--check-hash-based-pycs` | `` | string | | 30 | `--help-all` | `` | string | | 31 | `--help-env` | `` | string | | 32 | `--help-xoptions` | `-X` | string | | 33 | `-B` | `-B` | bool | : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x | 34 | `-E` | `-E` | bool | : ignore PYTHON* environment variables (such as PYTHONPATH) | 35 | `-I` | `-I` | bool | : isolate Python from the user's environment (implies -E and -s) | 36 | `-O` | `-O` | bool | : remove assert and __debug__-dependent statements; add .opt-1 before | 37 | `-P` | `-P` | bool | : don't prepend a potentially unsafe path to sys.path; also | 38 | `-S` | `-S` | bool | : don't imply 'import site' on initialization | 39 | `-V` | `-V` | bool | : print the Python version number and exit (also --version) | 40 | `-W` | `-W` | string | warning control; arg is action:message:category:module:lineno | 41 | `-X` | `-X` | string | set implementation-specific option | 42 | `-b` | `-b` | bool | : issue warnings about converting bytes/bytearray to str and comparing | 43 | `-c` | `-c` | string | program passed in as string (terminates option list) | 44 | `-d` | `-d` | bool | : turn on parser debugging output (for experts only, only works on | 45 | `-h` | `-h` | bool | : print this help message and exit (also -? or --help) | 46 | `-i` | `-i` | bool | : inspect interactively after running script; forces a prompt even | 47 | `-m` | `-m` | string | run library module as a script (terminates option list) | 48 | `-q` | `-q` | bool | : don't print version and copyright messages on interactive startup | 49 | `-s` | `-s` | bool | : don't add user site directory to sys.path; also PYTHONNOUSERSITE=x | 50 | `-u` | `-u` | bool | : force the stdout and stderr streams to be unbuffered; | 51 | `-v` | `-v` | bool | : verbose (trace import statements); also PYTHONVERBOSE=x | 52 | `-x` | `-x` | bool | : skip first line of source, allowing use of non-Unix forms of #!cmd | 53 54 ## Common Usage Patterns (Compact) 55 56 _No examples extracted._ 57 ## Detailed References 58 59 - Full command tree: `references/commands.md` 60 - Full examples catalog: `references/examples.md` 61 62 ## Re-Scanning 63 64 After a CLI update, run `/scan-cli` or execute crawler + generator again. 65 66 --- 67 > Converted and distributed by [TomeVault](https://tomevault.io/claim/nsalvacao) — claim your Tome and manage your conversions. 68 <!-- tomevault:4.0:skill_md:2026-04-14 -->
tomevault-io/skills-registry/tree/main/nsalvacao--cli-plugins--cli-python commit 13c7ef6792
Frequently asked questions How do I install the Nsalvacao CLI Plugins CLI Python skill? Run npx skillmds@latest add tomevault-io/nsalvacao-cli-plugins-cli-python in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Nsalvacao CLI Plugins CLI Python skill do? python CLI Reference It is listed under Coding & Dev Tools on SkillMD.
Is Nsalvacao CLI Plugins CLI Python safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Nsalvacao CLI Plugins CLI Python? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Nsalvacao CLI Plugins CLI Python free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Nsalvacao CLI Plugins CLI Python? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.