[ 原始碼: 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
- interactive high-level object-oriented language (default python3 version)
-
- sug: python3-boolean-doc
- small library implementing a boolean algebra - documentation