Skip to content

afaulconbridge/pyrbn

Repository files navigation

PyRBN

A python library for Random Boolean Networks.

Designed to be simple and fast, works particularly well with PyPy.

Development

Install using pip including development extras

pip install -e .[dev]

Enable pre-commit hooks with:

pre-commit install

Freeze dependencies with:

pip-compile

Run tests with:

pytest

Test coverage with:

coverage run --source=pyrbn -m pytest
coverage report -m

TODO

performance comparison of backends

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages