Skip to main content

A command line bot library using the pexpect library

Project description

Pexpect Parser

A parser using the parsegrammar library to create automated bots for command line programs.

Examples

An example of this code can be found in the following projects:

Installation

Pip installation is reccommended

pip install -u pexpectparser

Or if you are using PipEnv

pipenv shell
pipenv install pexpectparser

Usage

Import

import pexpectParser as pp

Creating Class

parser = pp.Parser(<Grammar>)

where <Grammar> is a Grammar Object from the Parse Grammar Library.

API Usage

process = parser.run()

where type(process) is <class 'pexpect.pty_spawn.spawn'>,

  • meaning that process is an object returned from pexpect.spawn(<cmd>)

where <cmd> is the start symbol of <Grammar>

  • for more information about <Grammar> objects, see parsegrammar

Errors that can be thrown:

  • Timeout Error
    • Class pexpect.exceptions.TIMEOUT
  • EOF Error
    • Class pexpect.exceptions.EOF

Dependencies

This project has the following dependencies:

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

pexpectparser-0.1.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

pexpectparser-0.1.1-py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 3

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