Skip to content

afaulconbridge/pyrbndash

Repository files navigation

PyRBN Dash

Web dashboard about Random Boolean Networks

Uses PyRBN

Start with:

python index.py

Requires python 3.8+

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

Type checking with:

mypy .

See dependencies with:

pipdeptree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages