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
Release files for fexpect 0.1.post18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fexpect-0.1.post18.tar.gz | 4.6 kB | Details |
Release files / fexpect-0.1.post18.tar.gz
| Download URL | fexpect-0.1.post18.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6c1364d71ae931bcec4afaa14f9fa41f04e364fcd79efcfc490288d9982811c6
|
|
BLAKE2b-256 checksum How to use checksums |
3bdfbfd172b5fcff29763d1fe24a863080380701801770865a5ac922e23e95b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |