Metadata-Version: 2.1
Name: pyboolean
Version: 0.1.post3
Summary: Parse infix boolean expressions to RPN, evaluate and generate truth tables.
Home-page: https://github.com/PetarPeychev/pyboolean
Author: PetarPeychev
Author-email: petarpeychev98@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# pyboolean
Parse infix boolean expressions to RPN (postfix), evaluate and generate truth tables.


