json/en-US.json

{
    "options":{
        "-b": "issue warnings about str(bytes_instance), str(bytearray_instance)and comparing bytes/bytearray with str. \n(-bb: issue errors)",
        "-B\u200B": "don't write .pyc files on import;\nalso PYTHONDONTWRITEBYTECODE=x",
        "-c": "cmd\nprogram passed in as string (terminates option list)",
        "-d": "turn on parser debugging output (for experts only, only works on debug builds);\nalso PYTHONDEBUG=x",
        "-E": "ignore PYTHON* environment variables (such as PYTHONPATH)",
        "-i": "inspect interactively after running script;\nforces a prompt even if stdin does not appear to be a terminal;\nalso PYTHONINSPECT=x",
        "-I\u200B": "isolate Python from the user's environment (implies -E and -s)",
        "-m": "mod\nrun library module as a script (terminates option list)",
        "-O": "remove assert and __debug__-dependent statements;\nadd .opt-1 before .pyc extension; also PYTHONOPTIMIZE=x",
        "-OO": "do -O changes and also discard docstrings;\nadd .opt-2 before .pyc extension",
        "-P": "don't prepend a potentially unsafe path to sys.path",
        "-q": "don't print version and copyright messages on interactive startup",
        "-s": "don't add user site directory to sys.path; also PYTHONNOUSERSITE",
        "-S\u200B": "don't imply 'import site' on initialization",
        "-u": "force the stdout and stderr streams to be unbuffered\nthis option has no effect on stdin; also PYTHONUNBUFFERED=x",
        "-v": "verbose (trace import statements)\nalso PYTHONVERBOSE=x can be supplied multiple times to increase verbosity",
        "-V\u200B": "--version\nprint the Python version number and exit\nwhen given twice, print more information about the build",
        "-W": "arg\nwarning control;\narg is action:message:category:module:lineno also PYTHONWARNINGS=arg",
        "-x": "skip first line of source, allowing use of non-Unix forms of #!cmd",
        "-X\u200B": "opt\nset implementation-specific option",
        "--check-hash-based-pycs": "control how Python invalidates hash-based .pyc files",
        "--check-hash-based-pycs always": "always invalidates hash-based .pyc files",
        "--check-hash-based-pycs default": "default",
        "--check-hash-based-pycs never": "never invalidates hash-based .pyc files",
        "--help-env": "print help about Python environment variables and exit",
        "--help-xoptions": "print help about implementation-specific -X options and exit",
        "--help-all": "print complete help information and exit",
        "--h": "print this help message and exit (also -? or --help)"
    },
    "python_info":{
        "warn":"Module Warning(python-tab-completion): It's no longer maintained and improved!",
        "tip":"You should install and import the PSCompletions module, and run \"psc add python\" to add python completion\nFor more information: https://github.com/abgox/PSCompletions"
    }
}