パッケージ: python3-gensio (2.3.5-1build2)
python3-gensio に関するリンク
Trisquel の資源:
gensio ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Marc Haber
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
abstract stream I/O (python 3 bindings)
This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections.
This package contains the python 3 bindings.
その他の python3-gensio 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgensio0 (>= 2.3.5)
- abstract stream I/O (runtime files)
-
- dep: libpython3.10 (>= 3.10.0)
- Shared Python runtime library (version 3.10)
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)