Python Brainfuck implementation.


Keywords
brainfuck, brainfuck-interpreter, brainfuck-parser, python3
License
BSD-3-Clause
Install
pip install fuckery==0.7.2

Documentation

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

Documentation

https://pyFuckery.readthedocs.io/

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