[ 源代码: python-boolean.py ]
软件包:python3-boolean(4.0-3~bpo11+1)
python3-boolean 的相关链接
Debian 的资源:
下载源码包 python-boolean.py:
- [python-boolean.py_4.0-3~bpo11+1.dsc]
- [python-boolean.py_4.0.orig.tar.gz]
- [python-boolean.py_4.0-3~bpo11+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
small library implementing a boolean algebra
It defines two base elements, TRUE and FALSE, and a Symbol class that 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 but can be emulated with AND or and NOT. Expressions are constructed from parsed strings or in Python.
其他与 python3-boolean 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- sug: python3-boolean-doc
- small library implementing a boolean algebra - documentation