Metadata-Version: 2.4
Name: boolsi
Version: 1.0.5
Summary: BoolSi is a tool for distributed simulations and analysis of Boolean networks
Home-page: https://github.com/boolsi/boolsi
Author: Vladyslav Oles, Anton Kukushkin
Author-email: vladyslav.oles@gmail.com, kukushkin.anton@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
License-File: LICENSE.txt
Requires-Dist: click
Requires-Dist: numpy>=1.12.0
Requires-Dist: scipy>=0.14.0
Requires-Dist: pyyaml
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: pillow
Requires-Dist: ZODB
Requires-Dist: BTrees
Requires-Dist: persistent
Requires-Dist: transaction
Provides-Extra: mpi
Requires-Dist: mpi4py; extra == "mpi"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

BoolSi is a command line tool for distributed simulations and analysis of synchronous Boolean networks.

Read more at: https://github.com/boolsi/boolsi/blob/master/README.md
