Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pexpect-4.9.0-2.mga10 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: python3-pexpect Distribution: Mageia
Version: 4.9.0 Vendor: Mageia.Org
Release: 2.mga10 Build date: Thu Dec 7 21:35:19 2023
Group: Development/Python Build host: localhost
Size: 644595 Source RPM: python-pexpect-4.9.0-2.mga10.src.rpm
Packager: wally <wally>
Url: https://pypi.python.org/pypi/pexpect
Summary: Unicode-aware Pure Python Expect-like module for Python 3
Pexpect is a pure Python module for spawning child applications,
controlling them, and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.

Pexpect can be used for automating interactive applications such as
ssh, ftp, passwd, telnet, etc. It can be used to a automate setup
scripts for duplicating software package installations on different
servers. It can be used for automated software testing. Pexpect is in
the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike
other Expect-like modules for Python, Pexpect does not require TCL or
Expect, nor does it require C extensions to be compiled. It should work
on any platform that supports the standard Python pty module. The
Pexpect interface was designed to be easy to use.

Provides

Requires

License

MIT

Changelog

* Thu Dec 07 2023 wally <wally> 4.9.0-2.mga10
  + Revision: 2015150
  - rebuild for py3.12
* Sun Nov 26 2023 wally <wally> 4.9.0-1.mga10
  + Revision: 2009831
  - new version 4.9.0
* Wed Mar 23 2022 umeabot <umeabot> 4.8.0-4.mga9
  + Revision: 1822447
  - Mageia 9 Mass Rebuild
* Sat Feb 12 2022 tv <tv> 4.8.0-3.mga9
  + Revision: 1773613
  - Rebuild for python-3.10

Files

/usr/lib/python3.12/site-packages/pexpect
/usr/lib/python3.12/site-packages/pexpect-4.9.0-py3.12.egg-info
/usr/lib/python3.12/site-packages/pexpect-4.9.0-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/pexpect-4.9.0-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/pexpect-4.9.0-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/pexpect-4.9.0-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/pexpect-4.9.0-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/pexpect/ANSI.py
/usr/lib/python3.12/site-packages/pexpect/FSM.py
/usr/lib/python3.12/site-packages/pexpect/__init__.py
/usr/lib/python3.12/site-packages/pexpect/__pycache__
/usr/lib/python3.12/site-packages/pexpect/__pycache__/ANSI.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/ANSI.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/FSM.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/FSM.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/_async.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/_async.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/_async_pre_await.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/_async_pre_await.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/_async_w_await.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/_async_w_await.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/expect.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/expect.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/fdpexpect.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/fdpexpect.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/popen_spawn.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/popen_spawn.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/pty_spawn.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/pty_spawn.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/pxssh.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/pxssh.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/replwrap.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/replwrap.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/run.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/run.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/screen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/screen.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/socket_pexpect.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/socket_pexpect.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/spawnbase.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/spawnbase.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/pexpect/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/pexpect/_async.py
/usr/lib/python3.12/site-packages/pexpect/_async_pre_await.py
/usr/lib/python3.12/site-packages/pexpect/_async_w_await.py
/usr/lib/python3.12/site-packages/pexpect/bashrc.sh
/usr/lib/python3.12/site-packages/pexpect/exceptions.py
/usr/lib/python3.12/site-packages/pexpect/expect.py
/usr/lib/python3.12/site-packages/pexpect/fdpexpect.py
/usr/lib/python3.12/site-packages/pexpect/popen_spawn.py
/usr/lib/python3.12/site-packages/pexpect/pty_spawn.py
/usr/lib/python3.12/site-packages/pexpect/pxssh.py
/usr/lib/python3.12/site-packages/pexpect/replwrap.py
/usr/lib/python3.12/site-packages/pexpect/run.py
/usr/lib/python3.12/site-packages/pexpect/screen.py
/usr/lib/python3.12/site-packages/pexpect/socket_pexpect.py
/usr/lib/python3.12/site-packages/pexpect/spawnbase.py
/usr/lib/python3.12/site-packages/pexpect/utils.py
/usr/share/doc/python3-pexpect
/usr/share/doc/python3-pexpect/doc
/usr/share/doc/python3-pexpect/doc/FAQ.rst
/usr/share/doc/python3-pexpect/doc/Makefile
/usr/share/doc/python3-pexpect/doc/api
/usr/share/doc/python3-pexpect/doc/api/fdpexpect.rst
/usr/share/doc/python3-pexpect/doc/api/index.rst
/usr/share/doc/python3-pexpect/doc/api/pexpect.rst
/usr/share/doc/python3-pexpect/doc/api/popen_spawn.rst
/usr/share/doc/python3-pexpect/doc/api/pxssh.rst
/usr/share/doc/python3-pexpect/doc/api/replwrap.rst
/usr/share/doc/python3-pexpect/doc/api/socket_pexpect.rst
/usr/share/doc/python3-pexpect/doc/clean.css
/usr/share/doc/python3-pexpect/doc/commonissues.rst
/usr/share/doc/python3-pexpect/doc/conf.py
/usr/share/doc/python3-pexpect/doc/examples.rst
/usr/share/doc/python3-pexpect/doc/history.rst
/usr/share/doc/python3-pexpect/doc/index.rst
/usr/share/doc/python3-pexpect/doc/install.rst
/usr/share/doc/python3-pexpect/doc/make.bat
/usr/share/doc/python3-pexpect/doc/overview.rst
/usr/share/doc/python3-pexpect/doc/requirements.txt
/usr/share/doc/python3-pexpect/examples
/usr/share/doc/python3-pexpect/examples/README
/usr/share/doc/python3-pexpect/examples/astat.py
/usr/share/doc/python3-pexpect/examples/cgishell.cgi
/usr/share/doc/python3-pexpect/examples/chess.py
/usr/share/doc/python3-pexpect/examples/chess2.py
/usr/share/doc/python3-pexpect/examples/chess3.py
/usr/share/doc/python3-pexpect/examples/df.py
/usr/share/doc/python3-pexpect/examples/ftp.py
/usr/share/doc/python3-pexpect/examples/hive.py
/usr/share/doc/python3-pexpect/examples/monitor.py
/usr/share/doc/python3-pexpect/examples/passmass.py
/usr/share/doc/python3-pexpect/examples/python.py
/usr/share/doc/python3-pexpect/examples/script.py
/usr/share/doc/python3-pexpect/examples/ssh_tunnel.py
/usr/share/doc/python3-pexpect/examples/table_test.html
/usr/share/doc/python3-pexpect/examples/terminal_emulation.py
/usr/share/doc/python3-pexpect/examples/topip.py
/usr/share/doc/python3-pexpect/examples/uptime.py
/usr/share/licenses/python3-pexpect
/usr/share/licenses/python3-pexpect/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 05:13:06 2024