Boolean Parser
Reason this release was yanked:
deprecated
Project description
This package defines a simple boolean parser using PyParsing that allows user defined variables and floating point numbers to be used in a nested boolean comparison. For example, if the variables a,*b*, and c are defined then the following string can be parsed
(a==1 & b<2) | c>4
The resolution of a, b, and c is left up to the user by inheriting from the class EvaluateVariable class and overriding the eval function. This allows the variables to be references to (say) data stored in a file.
BSD licensed.
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
boolparser-0.3.0.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for boolparser-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff38ef7eed2e72cdcebf6b9e433fee945b2740b09905b124212a43fb948d0ef1 |
|
MD5 | 347186a4b90db7f8aab7cf3e59ea5580 |
|
BLAKE2b-256 | b27d01fa2bc7f6556844d85391aad20e59bc79aba332a5443a31d12f81968182 |