Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 537 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 537 Bytes

wff

Python library for building and working with propositional formulas.

PyPI version and link.

Package Installation and Usage

The package is available on PyPI:

python -m pip install wff

The library can be imported in the usual way:

import wff
from wff import *

Unit tests can be executed using doctest:

python wff/wff.py -v