python3.10 (1) Linux Manual Page
python – an interpreted, interactive, object-oriented programming language Synopsis python [ -B ] [ -b ] [ -d ] [ -E ] [ -h ] [ -i ] [ -I ] [ -m module-name ] [ -q ] [ -O ] [ -OO ] [ -s ] [ -S ] [ -u ] [ -v…
python – an interpreted, interactive, object-oriented programming language Synopsis python [ -B ] [ -b ] [ -d ] [ -E ] [ -h ] [ -i ] [ -I ] [ -m module-name ] [ -q ] [ -O ] [ -OO ] [ -s ] [ -S ] [ -u ] [ -v…
NAME python-config – output build options for python C/C++ extensions or embedding SYNOPSIS python-config [ –prefix ] [ –exec-prefix ] [ –includes ] [ –libs ] [ –cflags ] [ –ldflags ] [ –extension-suffix ] [ –abiflags ] [ –help ] DESCRIPTION python-config helps compiling and linking programs, which embed the Python interpreter, or extension…
NAME python – an interpreted, interactive, object-oriented programming language SYNOPSIS python [ -B ] [ -d ] [ -E ] [ -h ] [ -i ] [ -m module-name ] [ -O ] [ -OO ] [ -R ] [ -Q argument ] [ -s ] [ -S ] [ -t ] [ -u ]…
python – an interpreted, interactive, object-oriented programming language Synopsis python [ -B ] [ -d ] [ -E ] [ -h ] [ -i ] [ -m module-name ] [ -O ] [ -OO ] [ -R ] [ -Q argument ] [ -s ] [ -S ] [ -t ] [ -u ] […
python-config – output build options for python C/C++ extensions or embedding Synopsis python-config [ –prefix ] [ –exec-prefix ] [ –includes ] [ –libs ] [ –cflags ] [ –ldflags ] [ –extension-suffix ] [ –configdir ] [ –help ] Description python-config helps compiling and linking programs, which embed the Python interpreter, or extension modules…
NAME python-config – output build options for python C/C++ extensions or embedding SYNOPSIS python-config [ –prefix ] [ –exec-prefix ] [ –includes ] [ –libs ] [ –cflags ] [ –ldflags ] [ –extension-suffix ] [ –configdir ] [ –help ] DESCRIPTION python-config helps compiling and linking programs, which embed the Python interpreter, or extension…
NAME python – an interpreted, interactive, object-oriented programming language SYNOPSIS python [ -B ] [ -d ] [ -E ] [ -h ] [ -i ] [ -m module-name ] [ -O ] [ -OO ] [ -R ] [ -Q argument ] [ -s ] [ -S ] [ -t ] [ -u ]…
NAME python-nitrate – Python API for the Nitrate test case management system DESCRIPTION python-nitrate is a Python interface to the Nitrate test case management system. The package consists of a high-level Python module (provides natural object interface), a low-level driver (allows to directly access Nitrate’s xmlrpc API) and a command line interpreter (useful for fast…
NAME python-networkmanager – python-networkmanager Documentation NetworkManager provides a detailed and capable D-Bus interface on the system bus. You can use this interface to query NetworkManager about the overall state of the network and details of network devices like current IP addresses or DHCP options, and to activate and deactivate network connections. python-networkmanager takes this D-Bus…
NAME python-html2text – manual page for python-html2text 2016.9.19 SYNOPSIS python-html2text [(filename|url) [encoding]] OPTIONS –version show program’s version number and exit -h, –help show this help message and exit –default-image-alt=DEFAULT_IMAGE_ALT The default alt string for images with missing ones –pad-tables pad the cells to equal column width in tables –no-wrap-links wrap links during conversion –ignore-emphasis don’t…
NAME python-config – output build options for python C/C++ extensions or embedding SYNOPSIS python-config [ –prefix ] [ –exec-prefix ] [ –includes ] [ –libs ] [ –cflags ] [ –ldflags ] [ –extension-suffix ] [ –configdir ] [ –help ] DESCRIPTION python-config helps compiling and linking programs, which embed the Python interpreter, or extension…
NAME pysetup3.3 – pysetup tool SYNOPSIS pysetup [options] action [action_options] DESCRIPTION Actions: run: Run one or several commands metadata: Display the metadata of a project install: Install a project remove: Remove a project search: Search for a project in the indexes list: List installed projects graph: Display a graph create: Create a project generate-setup: Generate…
pysetup3.3 – pysetup tool Synopsis pysetup [options] action [action_options] Description Actions: run: Run one or several commands metadata: Display the metadata of a project install: Install a project remove: Remove a project search: Search for a project in the indexes list: List installed projects graph: Display a graph create: Create a project generate-setup: Generate a…
pysetup3.3 – pysetup tool Synopsis pysetup [options] action [action_options] Description Actions: run: Run one or several commands metadata: Display the metadata of a project install: Install a project remove: Remove a project search: Search for a project in the indexes list: List installed projects graph: Display a graph create: Create a project generate-setup: Generate a…
pysetup3.3 – pysetup tool Synopsis pysetup [options] action [action_options] Description Actions: run: Run one or several commands metadata: Display the metadata of a project install: Install a project remove: Remove a project search: Search for a project in the indexes list: List installed projects graph: Display a graph create: Create a project generate-setup: Generate a…
NAME pyscss – pyScss Documentation build-status coverage pyScss is a Python implementation of Sass, a CSS preprocessing language that adds variables, expressions, nested rules, mixins, inheritance, and other features that help ease the maintenance of large stylesheets. pyScss also includes support for Compass, and has an extension mechanism for adding your own custom behavior. pyScss…
NAME pyreverse – parse python sources files and extract diagrams from them. SYNOPSIS pyreverse [options] <modules> DESCRIPTION pyreverse is a python source analyzer. It parses a python packages and produces UML diagrams in different output formats. (dot, all formats available for dot, and vcg). With different options, you can have fine tuning on what and…
pyreverse – parse python sources files and extract diagrams from them. Synopsis pyreverse [options] <modules> Description pyreverse is a python source analyzer. It parses python packages and produces UML diagrams in different output formats. (dot, all formats available for dot, and vcg). With different options, you can have fine tuning on what and how modules,…
NAME pylint – python code static checker SYNOPSIS pylint [ OPTIONS ] [ <arguments> ] DESCRIPTION pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler’s Refactoring book) Pylint can be seen as another PyChecker since nearly…
pylint-gui – Tkinker gui for pylint Synopsis pylint-gui Description pylint-gui launches a nice graphical interface for running Pylint See Also pylint(1), pyreverse(1)