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
Release history Release notifications | RSS feed
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-13-ge91f.tar.gz
(4.5 kB
view details)
File details
Details for the file fexpect-0.1-13-ge91f.tar.gz.
File metadata
- Download URL: fexpect-0.1-13-ge91f.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98c03d97f0352628c829b259d96be8982ea76519f1cc560a9edb4c77f54f3759
|
|
| MD5 |
7d8bd34e444c1eb0b6205a161758c72b
|
|
| BLAKE2b-256 |
0ed601303e608a5a31d19776e3607838def87f880c420523afc6bc268234bbc6
|