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:

Seems it doesn’t work well with easy_install, please install with pip. Let me know if you know how to fix this.

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

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.1-16-ga05b.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file fexpect-0.1-16-ga05b.tar.gz.

File metadata

File hashes

Hashes for fexpect-0.1-16-ga05b.tar.gz
Algorithm Hash digest
SHA256 a0838956b6c8aaefb76ad2d6b9abb48f3f7750b75c2835b808677fb9548ad834
MD5 217b4c283db8512ddfc53e83bf1586fc
BLAKE2b-256 31882af1d6284bb0e851a74d4ddce562c30d63f37904e70b1c59e47454d7a521

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