Fexpect is an extension to fabric for handling prompts with pexpect scripts.
Provisional documentation in these blogposts:
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-20120419
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-20120419.tar.gz | 3.3 kB | Details |
Release files / fexpect-0.1-20120419.tar.gz
| Download URL | fexpect-0.1-20120419.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
85f6e205cd62444aa054fddf29393fe70d4bc42e7e6bcb0841de3dc69cb0d39a
|
|
BLAKE2b-256 checksum How to use checksums |
85abb56441b7649d8af3bb39b0afd1af2072ae952a1f1c07b984d7625e1cc620
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |