Pre-release
This release is a pre-release and may not be stable for production use.
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-12-gb4c5
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-12-gb4c5.tar.gz | 4.5 kB | Details |
Release files / fexpect-0.1-12-gb4c5.tar.gz
| Download URL | fexpect-0.1-12-gb4c5.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e17c3a3499ad2b1967a37ba3a2289180b7e166f19560b816a6e83d6bd19dce7
|
|
BLAKE2b-256 checksum How to use checksums |
bff1b8225360a90dbb91a8e53fa2d02a7d436fbbac32742852cb172c9044fb74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |