pexpect


Namepexpect JSON
Version 4.9.0 PyPI version JSON
download
home_pagehttps://pexpect.readthedocs.io/
SummaryPexpect allows easy control of interactive console applications.
upload_time2023-11-25 06:56:14
maintainer
docs_urlNone
authorNoah Spurrier; Thomas Kluyver; Jeff Quast
requires_python
licenseISC license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            
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 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.

The main features of Pexpect require the pty module in the Python standard
library, which is only available on Unix-like systems. Some features—waiting
for patterns from file descriptors or subprocesses—are also available on
Windows.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pexpect.readthedocs.io/",
    "name": "pexpect",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Noah Spurrier; Thomas Kluyver; Jeff Quast",
    "author_email": "noah@noah.org, thomas@kluyver.me.uk, contact@jeffquast.com",
    "download_url": "",
    "platform": "UNIX",
    "description": "\nPexpect is a pure Python module for spawning child applications; controlling\nthem; and responding to expected patterns in their output. Pexpect works like\nDon Libes' Expect. Pexpect allows your script to spawn a child application and\ncontrol it as if a human were typing commands.\n\nPexpect can be used for automating interactive applications such as ssh, ftp,\npasswd, telnet, etc. It can be used to automate setup scripts for duplicating\nsoftware package installations on different servers. It can be used for\nautomated software testing. Pexpect is in the spirit of Don Libes' Expect, but\nPexpect is pure Python.\n\nThe main features of Pexpect require the pty module in the Python standard\nlibrary, which is only available on Unix-like systems. Some features\u2014waiting\nfor patterns from file descriptors or subprocesses\u2014are also available on\nWindows.\n",
    "bugtrack_url": null,
    "license": "ISC license",
    "summary": "Pexpect allows easy control of interactive console applications.",
    "version": "4.9.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/pexpect/pexpect/issues",
        "Documentation": "https://pexpect.readthedocs.io/",
        "History": "https://pexpect.readthedocs.io/en/stable/history.html",
        "Homepage": "https://pexpect.readthedocs.io/",
        "Source Code": "https://github.com/pexpect/pexpect"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec3059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5",
                "md5": "cf02fc20a67a1cc8b6fbabdeb6d3c0bf",
                "sha256": "7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523"
            },
            "downloads": -1,
            "filename": "pexpect-4.9.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf02fc20a67a1cc8b6fbabdeb6d3c0bf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 63772,
            "upload_time": "2023-11-25T06:56:14",
            "upload_time_iso_8601": "2023-11-25T06:56:14.810548Z",
            "url": "https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 06:56:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pexpect",
    "github_project": "pexpect",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pexpect"
}
        
Elapsed time: 0.13864s