conntextual (1.3.5)
A network-application TUI using textual.
- By sphinx-apidoc
(What's
sphinx-apidoc
?) - By pydoc
(What's
pydoc
?)
This package is tested with the following Python minor versions:
This package is tested on the following platforms:
ubuntu-latest
macos-latest
$ ./venv3.12/bin/conntextual -h
usage: conntextual [-h] [--version] [-v] [-q] [--curses] [--no-uvloop]
[-C DIR]
{client,ui,noop} ...
A network-application TUI using textual.
options:
-h, --help show this help message and exit
--version show program's version number and exit
-v, --verbose set to increase logging verbosity
-q, --quiet set to reduce output
--curses whether or not to use curses.wrapper when starting
--no-uvloop whether or not to disable uvloop as event loop driver
-C DIR, --dir DIR execute from a specific directory
commands:
{client,ui,noop} set of available commands
client attempt to connect a client to a remote session
ui run a user interface for runtimepy applications
noop command stub (does nothing)
A coarse view of the internal structure and scale of
conntextual
's source.
Generated using pydeps (via
mk python-deps
).