Expose a process stdio to a unix socket
Project description
stdio_socket
Share the stdio of a process on a unix socket.
This package has 3 entrypoints:
- stdio-expose: launch a process and share its stdio on a unix socket
- console: connect to a socket to get a console into the above process
- pptty: wrap a process in a psuedo tty (used by stdio-expose)
| Source | https://github.com/epics-containers/stdio-socket |
|---|---|
| PyPI | pip install stdio-socket |
| Releases | https://github.com/epics-containers/stdio-socket/releases |
Server CLI
Usage: stdio-expose [OPTIONS] COMMAND
Expose the stdio of a process on a socket at unix:///tmp/stdio.sock.
This allows a local process to connect to stdio of the running process.
Use Ctrl+C to disconnect from the socket.
The following command will connect to the socket and provide interactive
access to the process: socat UNIX-CONNECT:/tmp/stdio.sock -,raw,echo=0
or use the built in client: console
╭─ Arguments ──────────────────────────────────────────────────────────────╮
│ * command TEXT Command to run and expose stdio [default: None] │
│ [required] │
╰──────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────╮
│ --socket PATH The filepath to the socket to use │
│ [default: /tmp/stdio.sock] │
│ --version print the version number and exit │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────╯
Client CLI
Usage: console [OPTIONS]
Connect to a socket and pass stdio to/from that socket
╭─ Options ────────────────────────────────────────────────────────────────╮
│ --socket PATH The filepath to the socket to use │
│ [default: /tmp/stdio.sock] │
│ --version print the version number and exit │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────╯
Pseudo TTY CLI
Usage: pptty [OPTIONS] COMMAND
Use the pty library to wrap a process in psuedo tty
╭─ Arguments ──────────────────────────────────────────────────────────────╮
│ * command TEXT Command to run and expose stdio [default: None] │
│ [required] │
╰──────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────╮
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────╯
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stdio_socket-2.1.1b3.tar.gz
(74.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stdio_socket-2.1.1b3.tar.gz.
File metadata
- Download URL: stdio_socket-2.1.1b3.tar.gz
- Upload date:
- Size: 74.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
960af00fbb0320a1e4930c3c57a17b274f3a1557f36e0c956b6e920478bfe7aa
|
|
| MD5 |
989ad412b906597d1b073263ba084434
|
|
| BLAKE2b-256 |
7b90f0792b967545ff995b329506df810b6b4df8e0d9f6f10d372671c6f66020
|
File details
Details for the file stdio_socket-2.1.1b3-py3-none-any.whl.
File metadata
- Download URL: stdio_socket-2.1.1b3-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f5f06f2b8200914e56fdde31f41ada6310304a62f42eafb5e86402ac710234b
|
|
| MD5 |
85adc26c58f26f01fdf6010bd0eb360a
|
|
| BLAKE2b-256 |
95a7834abc834a673dbdec30cdb796e9c65df98faebe899c6ea085780c7cd55f
|