parsing and associated utilities
Project description
credits
name by Liam Moore
introduction
megaparsex is a Python module that features parsing and associated utilities. It features parsing functions that detect keyphrases in input text and that then return text, seek confirmations and run functions in response. It features functions that accept a list of parsing functions so that collections of parsing functions can be combined and new parsing functions can be added easily.
It features a confirmation class that contains the ability to check responses for confirmation or denial while containing a function with optional keyword arguments to run on detection of confirmation together with optional specialized prompts and responses to confirmation and denial. It features a command class that contains the ability to request an input that is to be run as a command and to run that command, and contains a prompt.
Some associated utilities are functions for manual input, to run system commands, to report IP information, to report weather information, to report system status, to restart a script, and to make a reverse-SSH connection.
See example code for basic usage information.
setup
sudo pip install megaparsex
coding ideas
The multiparse function can combine a number of predefined or custom parser functions. Simple interactions involve responding to a single text input with text or by running a function. More complex interactions involve responding to a single text input but with a confirmation object which is used to ask for a confirmation before proceeding with defined actions. Still more complex interactions could involve nested parsers, whereby a parser or set of parsers is used to extract a response and that response can be used to propagate to nested parsers.
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
File details
Details for the file megaparsex-2018.2.12.2333.tar.gz
.
File metadata
- Download URL: megaparsex-2018.2.12.2333.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a297c60ae0902380d34b1ecb5e4dbd23bebaed015c9de20275f891d228e0bc6 |
|
MD5 | a5433a053b807338d0e4ba6d4295cf37 |
|
BLAKE2b-256 | 926846f1206be6b1e03e466c95d31963ca58ee3fe7eb8b6127c31ab43dd3c1c8 |