File: help.txt

package info (click to toggle)
helpdev 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: python: 648; makefile: 14
file content (57 lines) | stat: -rw-r--r-- 2,585 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
usage: helpdev [--hardware] [--os] [--thread] [--network [NETWORK]]
               [--distributions] [--python] [--conda]
               [--packages [PACKAGES]]
               [--packages-pip] [--packages-pip-e]
               [--packages-conda] [--packages-conda-e]
               [--qt] [--qt-bindings] [--qt-abstractions]
               [--numbers] [--float] [--int]
               [--personal] [--path] [--scope]
               [--all] [--all-for-sure]
               [--report REPORT]
               [--help]
               [--version]

HelpDev - Extracts information about the Python environment easily.

optional arguments:
  --hardware            CPU, memory and architecture (PEI)

  --os                  Operating system (PEI)

  --thread              Thread specification in the system (PEI)

  --distributions       All options for distributions below (PED)
  --python              Python distribution (PED)
  --conda               Conda/Anaconda Python distribution (PED)

  --packages [PACKAGES]
                        All options for packages below, except '-e' (PED).
                        Filter PACKAGE(s) to show. Accepts regex, separator is ','
  --packages-pip        PIP installed packages + PIP check (PED)
  --packages-pip-e      PIP locally installed packages + PIP check (PED)
  --packages-conda      CONDA installed packages (PED)
  --packages-conda-e    CONDA locally installed packages (PED)

  --qt                  All options for Qt below (PEAD)
  --qt-bindings         Available Qt bindings (PyQt/Pyside) (PEAD)
  --qt-abstractions     Available Qt abstractions (QtPy/Qt.Py/PyQtGraph)(PEAD)

  --numbers             All options for numbers below (PEI)
  --float               Float representation in the system (PEI)
  --int                 Integer representation in the system (PEI)

  --network [NETWORK]   Network information, DNS and load for usual sites (PEI).
                        NETWORK timeout defaults to 5s. 0 is disabled

  --personal            All options for personal information below (PEAD)
  --path                Show Python current paths i.e. 'sys.path' (PEAD)
  --scope               Show Python current scope i.e. 'dir()' (PEAD)

  --all                 Run all options above, except 'personal' (PEAD)
  --all-for-sure        Run all options above, INCLUDING 'PERSONAL' (PEAD)

  --report REPORT       Apply a custom filter from REPORT package.
                        The filter is given by REPORT.custom_helpdev(version)

  --help, -h            Show the program's help
  --version, -v         Show the program's version