[ ソース: python-boolean.py ]
パッケージ: python3-boolean (4.0-4)
python3-boolean に関するリンク
Debian の資源:
python-boolean.py ソースパッケージをダウンロード:
- [python-boolean.py_4.0-4.dsc]
- [python-boolean.py_4.0.orig.tar.gz]
- [python-boolean.py_4.0-4.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