
boolean.py 5.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: 86, Watchers: 86, Forks: 39, Open Issues: 26The bastikr/boolean.py repo was created 15 years ago and the last code push was 10 months ago. The project is moderately popular with 86 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 26 open issues on GitHub
- Use set-backed tracking for faster duplicate argument checks
pythonfix