Overview

docs Documentation Status
tests
AppVeyor Build Status CircleCI Build Status Requirements Status
Coverage Status
Maintainability
package

Python Brainfuck implemention.

  • Free software: BSD license

Installation

pip install fuckery

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox