Skip to content
forked from bastikr/boolean.py

Implements boolean algebra in one module.

Notifications You must be signed in to change notification settings

qqii/boolean.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boolean.py

"boolean.py" is a single python module implementing a boolean algebra. It defines two base elements, TRUE and FALSE, and a class Symbol which can take on one of these two values. Calculations are done in terms of AND, OR and NOT - other compositions like XOR and NAND are not implemented.

Download

$ git clone git://github.com/bastikr/boolean.py.git

Documentation

http://readthedocs.org/docs/booleanpy/en/latest/

License

Simplified BSD License

About

Implements boolean algebra in one module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%