Skip to main content

extension of fabric for handling prompts with pexpect

Project description

Fexpect is an extension to fabric for handling prompts with pexpect scripts.

Provisional documentation in these blogposts:

Please report bugs, request features at the github repository: http://github.com/ilogue/fexpect

Seems it doesn’t work well with easy_install, please install with pip.

usage

from ilogue.fexpect import expect, expecting, run

prompts = []
prompts += expect('What is your name?','Jasper')
prompts += expect('Where do you live?','Frankfurt')

with expecting(prompts):
    run('command')

You can use the included fabfile.py to run the fexpect tests:

fab test -p 'yourlocalpassword'

Note however that the tests may have different requirements (more recent fabric version). You can install these with the traditional:

python setup.py test

contributors

  • Jasper van den Bosch / ilogue

  • Michael Ivanov

  • Mitsuhiro Koga

  • Erik Dykema

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fexpect-0.2.post17.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file fexpect-0.2.post17.tar.gz.

File metadata

File hashes

Hashes for fexpect-0.2.post17.tar.gz
Algorithm Hash digest
SHA256 c06ce78a87bf118c17d130a2165ba58e2ad8a3f7b92aec04cd7b7c4f487b1e4c
MD5 4caeeaf7a82828af2b338f5dd6a20a63
BLAKE2b-256 eba1cbc5d48748b66552b943f5b11582fc7bfc38c77d8a2f0774fb0232ce6f0f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page