Metadata-Version: 2.4
Name: BoolDog
Version: 0.1.0
Summary: A Python package for analyses of Boolean and semi-quantitative Boolean networks.
Author-email: Carissa Bleker <carissa.bleker@nib.si>
License-Expression: GPL-3.0
Project-URL: Homepage, https://github.com/NIB-SI/BoolDog
Project-URL: Repository, https://github.com/NIB-SI/BoolDog
Project-URL: Issues, https://github.com/NIB-SI/BoolDog/issues
Project-URL: Documentation, https://nib-si.github.io/BoolDog/
Keywords: boolean networks,systems biology,computational biology,network analysis
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyboolnet==3.0.16
Requires-Dist: matplotlib>=3.4
Requires-Dist: numpy>=1.20
Requires-Dist: scipy>=1.6
Requires-Dist: xmltodict>=0.13.0
Provides-Extra: sbml
Requires-Dist: python-libsbml>=5.19; extra == "sbml"
Requires-Dist: tabularqual; extra == "sbml"
Provides-Extra: networks
Requires-Dist: networkx; extra == "networks"
Requires-Dist: igraph==0.11.9; extra == "networks"
Provides-Extra: graphviz
Requires-Dist: pygraphviz; extra == "graphviz"
Provides-Extra: all
Requires-Dist: python-libsbml>=5.19; extra == "all"
Requires-Dist: tabularqual; extra == "all"
Requires-Dist: networkx; extra == "all"
Requires-Dist: igraph==0.11.9; extra == "all"
Requires-Dist: pygraphviz; extra == "all"
Dynamic: license-file

# BoolDog <img src="docs/figures/logo.png" raw=true alt="BoolDoG icon"  width="240" align="right" >

A Python package for analyses of Boolean and semi-quantitative Boolean networks.

## Documentation

For installation, usage, and examples, see the documentation at 
[nib-si.github.io/BoolDoG](https://nib-si.github.io/BoolDoG)

## Citation

TODO

## Development version

Development version of BoolDog can be installed from GitHub.

To install:

```bash
git clone https://github.com/NIB-SI/BoolDog.git
cd BoolDoG
pip install .
```

To remove:

```bash
pip uninstall booldog
```

---


