Mon, 17 Jun 2024 19:30:38 UTC | login

Information for RPM python3-asyncssh-1.16.1-4.fc32.noarch.rpm

ID491115
Namepython3-asyncssh
Version1.16.1
Release4.fc32
Epoch
Archnoarch
SummaryAsynchronous SSH for Python
DescriptionPython 3 library for asynchronous client and server-side SSH communication. It uses the Python asyncio module and implements many SSH protocol features such as the various channels, SFTP, SCP, forwarding, session multiplexing over a connection and more.
Build Time2019-10-03 15:23:29 GMT
Size389.44 KB
06850bee19ec0754ccdc2c5e6b085210
LicenseEPL-2.0 or GPLv2+
Provides
python-asyncssh = 1.16.1-4.fc32
python3-asyncssh = 1.16.1-4.fc32
python3.8dist(asyncssh) = 1.16.1
python3dist(asyncssh) = 1.16.1
Obsoletes
python-asyncssh < 1.16.1-4.fc32
Conflicts No Conflicts
Requires
python(abi) = 3.8
python3.8dist(cryptography) >= 2.6.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 232 >>>
Name Size ascending sort
/usr/lib/python3.8/site-packages/asyncssh0.00 B
/usr/lib/python3.8/site-packages/asyncssh-1.16.1-py3.8.egg-info0.00 B
/usr/lib/python3.8/site-packages/asyncssh/__pycache__0.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto0.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__0.00 B
/usr/share/doc/python3-asyncssh0.00 B
/usr/share/doc/python3-asyncssh/examples0.00 B
/usr/share/licenses/python3-asyncssh0.00 B
/usr/lib/python3.8/site-packages/asyncssh-1.16.1-py3.8.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.8/site-packages/asyncssh-1.16.1-py3.8.egg-info/top_level.txt9.00 B
/usr/lib/python3.8/site-packages/asyncssh-1.16.1-py3.8.egg-info/requires.txt153.00 B
/usr/lib/python3.8/site-packages/asyncssh/__pycache__/version.cpython-38.opt-1.pyc310.00 B
/usr/lib/python3.8/site-packages/asyncssh/__pycache__/version.cpython-38.pyc310.00 B
/usr/lib/python3.8/site-packages/asyncssh/__pycache__/agent_unix.cpython-38.opt-1.pyc586.00 B
/usr/lib/python3.8/site-packages/asyncssh/__pycache__/agent_unix.cpython-38.pyc586.00 B
/usr/share/licenses/python3-asyncssh/COPYRIGHT611.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__/misc.cpython-38.opt-1.pyc703.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__/misc.cpython-38.pyc703.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__/kdf.cpython-38.opt-1.pyc877.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__/kdf.cpython-38.pyc877.00 B
/usr/lib/python3.8/site-packages/asyncssh/version.py899.00 B
/usr/share/doc/python3-asyncssh/examples/scp_client.py1015.00 B
/usr/lib/python3.8/site-packages/asyncssh/crypto/misc.py1.02 KB
/usr/share/doc/python3-asyncssh/examples/redirect_input.py1.07 KB
/usr/share/doc/python3-asyncssh/examples/simple_client.py1.08 KB
/usr/share/doc/python3-asyncssh/examples/sftp_client.py1.08 KB
/usr/share/doc/python3-asyncssh/examples/remote_forwarding_client.py1.10 KB
/usr/share/doc/python3-asyncssh/examples/local_forwarding_client.py1.11 KB
/usr/share/doc/python3-asyncssh/examples/set_environment.py1.15 KB
/usr/share/doc/python3-asyncssh/examples/redirect_remote_pipe.py1.16 KB
/usr/share/doc/python3-asyncssh/examples/local_forwarding_client2.py1.17 KB
/usr/lib/python3.8/site-packages/asyncssh/agent_unix.py1.18 KB
/usr/share/doc/python3-asyncssh/examples/set_terminal.py1.19 KB
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__/__init__.cpython-38.opt-1.pyc1.23 KB
/usr/lib/python3.8/site-packages/asyncssh/crypto/__pycache__/__init__.cpython-38.pyc1.23 KB
/usr/share/doc/python3-asyncssh/examples/math_client.py1.24 KB
/usr/share/doc/python3-asyncssh/examples/redirect_local_pipe.py1.25 KB
/usr/share/doc/python3-asyncssh/examples/check_exit_status.py1.28 KB
/usr/lib/python3.8/site-packages/asyncssh/crypto/kdf.py1.33 KB
/usr/share/doc/python3-asyncssh/examples/callback_client2.py1.35 KB
/usr/share/doc/python3-asyncssh/examples/stream_direct_client.py1.35 KB
/usr/lib/python3.8/site-packages/asyncssh/__pycache__/gss.cpython-38.opt-1.pyc1.43 KB
/usr/lib/python3.8/site-packages/asyncssh/__pycache__/gss.cpython-38.pyc1.43 KB
/usr/share/doc/python3-asyncssh/examples/remote_forwarding_client2.py1.44 KB
/usr/share/doc/python3-asyncssh/examples/callback_client3.py1.46 KB
/usr/share/doc/python3-asyncssh/examples/stream_listening_client.py1.46 KB
/usr/share/doc/python3-asyncssh/examples/simple_sftp_server.py1.50 KB
/usr/share/doc/python3-asyncssh/examples/simple_scp_server.py1.51 KB
/usr/share/doc/python3-asyncssh/examples/gather_results.py1.58 KB
/usr/share/doc/python3-asyncssh/examples/listening_client.py1.59 KB
Component of No Buildroots