Skip to main content

extension of fabric for handling prompts with pexpect

Project description

fexpect

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

blogpostz: http://ilogue.com/jasper/blog/fexpect–dealing-with-prompts-in-fabric-with-pexpect/ http://ilogue.com/jasper/blog/improved-fexpect-now-on-pypi/

COPYRIGHT / LICENSE

Pexpect Copyright (c) 2012 Noah Spurrier, see: http://www.noah.org/wiki/pexpect this package Copyright (c) Jasper van den Bosch, ilogue, jasper@ilogue.com (still thinking about license, feedback welcome)

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’

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.0-20120411.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file fexpect-0.0-20120411.tar.gz.

File metadata

File hashes

Hashes for fexpect-0.0-20120411.tar.gz
Algorithm Hash digest
SHA256 238ad831d23889de3743c6a5c906f545ad281da452eb35fcc73bbdb36ccde485
MD5 315a37b902370553a5d9ad7f6779f0f7
BLAKE2b-256 69339c8bc3c9b48ef6eb5acf9c64ffbc59319227bb8ac32ee8f0d87b72b663fd

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