Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.143
Domains : 326 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-pexpect /
doc /
Delete
Unzip
Name
Size
Permission
Date
Action
api
[ DIR ]
drwxr-xr-x
2023-11-28 12:31
sphinxext
[ DIR ]
drwxr-xr-x
2023-11-28 12:31
FAQ.rst
7.21
KB
-rw-r--r--
2017-12-12 10:47
Makefile
5.44
KB
-rw-r--r--
2017-12-12 10:47
clean.css
1.88
KB
-rw-r--r--
2017-12-12 10:47
commonissues.rst
4.36
KB
-rw-r--r--
2017-12-12 10:47
conf.py
7.95
KB
-rw-r--r--
2019-12-17 19:35
examples.rst
3.4
KB
-rw-r--r--
2017-12-12 10:47
history.rst
14.15
KB
-rw-r--r--
2017-12-12 10:47
index.rst
1.5
KB
-rw-r--r--
2017-12-12 10:47
install.rst
504
B
-rw-r--r--
2017-12-12 10:47
make.bat
4.98
KB
-rw-r--r--
2017-12-12 10:47
overview.rst
11.14
KB
-rw-r--r--
2017-12-12 10:47
requirements.txt
11
B
-rw-r--r--
2017-12-12 10:47
Save
Rename
Pexpect version |version| ========================= .. image:: https://travis-ci.org/pexpect/pexpect.png?branch=master :target: https://travis-ci.org/pexpect/pexpect :align: right :alt: Build status Pexpect makes Python a better tool for controlling other applications. 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. Contents: .. toctree:: :maxdepth: 2 install overview api/index examples FAQ commonissues history Pexpect is developed `on Github <http://github.com/pexpect/pexpect>`_. Please report `issues <https://github.com/pexpect/pexpect/issues>`_ there as well. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`