boolean.py 4.0
0
Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.
Contents
Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.
Stars: 78, Watchers: 78, Forks: 34, Open Issues: 30The bastikr/boolean.py
repo was created 14 years ago and the last code push was 11 months ago. The project is moderately popular with 78 github stars!
How to Install boolean-py
You can install boolean-py using pip
pip install boolean-py
or add it to a project with poetry
poetry add boolean-py
Package Details
- Author
- Sebastian Kraemer
- License
- BSD-2-Clause
- Homepage
- https://github.com/bastikr/boolean.py
- PyPi:
- https://pypi.org/project/boolean.py/
- GitHub Repo:
- https://github.com/bastikr/boolean.py
Classifiers
- Scientific/Engineering/Mathematics
- Software Development/Compilers
- Software Development/Libraries
- Utilities
Related Packages
Errors
A list of common boolean-py errors.
Code Examples
Here are some boolean-py
code examples and snippets.
GitHub Issues
The boolean-py package has 30 open issues on GitHub
- Performance: prevent blowup in normalization