Metadata-Version: 2.4
Name: sbmlsim
Version: 0.4.0
Summary: sbmlsim are utilities for the simulation of SBML models.
Author-email: Matthias König <konigmatt@googlemail.com>
Maintainer-email: Matthias König <konigmatt@googlemail.com>
License-File: LICENSE
Keywords: COMBINE,SBML,modeling,standardization
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.13
Requires-Dist: altair>=5.5.0
Requires-Dist: bottleneck>=1.4.2
Requires-Dist: dill>=0.4.0
Requires-Dist: jinja2
Requires-Dist: libroadrunner
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: petab>=0.8.1
Requires-Dist: pint
Requires-Dist: pkdb-analysis>=0.3.1
Requires-Dist: plotly>=6.0.0
Requires-Dist: psutil>=6.1.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pydoe>=0.3.8
Requires-Dist: pymetadata>=0.5.10
Requires-Dist: python-libnuml>=1.1.7
Requires-Dist: python-libsbml
Requires-Dist: python-libsedml>=2.0.33
Requires-Dist: rich
Requires-Dist: salib>=1.5.2
Requires-Dist: sbmlutils>=0.9.6
Requires-Dist: scipy
Requires-Dist: seaborn>=0.13.2
Requires-Dist: setproctitle>=1.3.4
Requires-Dist: statsmodels>=0.14.6
Requires-Dist: sympy
Requires-Dist: typst>=0.14.5
Requires-Dist: xarray>=2025.11.0
Requires-Dist: xmltodict>=0.14.2
Provides-Extra: dev
Requires-Dist: bump-my-version>=1.2.4; extra == 'dev'
Requires-Dist: mypy>=1.18.2; extra == 'dev'
Requires-Dist: pre-commit>=4.0.1; extra == 'dev'
Requires-Dist: pytest-cov>=7.0.0; extra == 'dev'
Requires-Dist: pytest>=8.4.2; extra == 'dev'
Requires-Dist: quartodoc; extra == 'dev'
Requires-Dist: ruff>=0.14.0; extra == 'dev'
Requires-Dist: tox>=4.31.0; extra == 'dev'
Description-Content-Type: text/markdown

![](./_docs/images/favicon/sbmlsim-100x100-300dpi.png)


# sbmlsim: SBML simulation made easy
[![GitHub Actions CI/CD Status](https://github.com/matthiaskoenig/sbmlsim/workflows/CI-CD/badge.svg)](https://github.com/matthiaskoenig/sbmlsim/actions/workflows/main.yml)
[![Version](https://img.shields.io/pypi/v/sbmlsim.svg)](https://pypi.org/project/sbmlsim/)
[![Python Versions](https://img.shields.io/pypi/pyversions/sbmlsim.svg)](https://pypi.org/project/sbmlsim/)
[![MIT License](https://img.shields.io/pypi/l/sbmlsim.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/55952847.svg)](https://zenodo.org/badge/latestdoi/55952847)


sbmlsim is a collection of python utilities to simplify simulations with
[SBML](http://www.sbml.org) models implemented on top of
[roadrunner](http://libroadrunner.org/). Source code is available from
[https://github.com/matthiaskoenig/sbmlsim](https://github.com/matthiaskoenig/sbmlsim).

Features include among others

- simulation experiments
- simulation reports
- parameter fitting
- sensitivity analysis

Documentation is available from [https://matthiaskoenig.github.io/sbmlsim/](https://matthiaskoenig.github.io/sbmlsim/).

If you have any questions or issues please [open an issue](https://github.com/matthiaskoenig/sbmlsim/issues).

## Installation
sbmlutils is available from [pypi](https://pypi.python.org/pypi/sbmlsim) and
can be installed via
```bash
pip install sbmlsim
```

### Develop version
The latest develop version can be installed via
```bash
pip install git+https://github.com/matthiaskoenig/sbmlsim.git@develop
```

## How to cite
[![DOI](https://zenodo.org/badge/55952847.svg)](https://zenodo.org/badge/latestdoi/55952847)

## License
- Source Code: [MIT](https://opensource.org/license/MIT)
- Documentation: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)

## Funding
Matthias König is supported and by the German Research Foundation (DFG) within the Research Unit Programme FOR 5151
"QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection -
A Systems Medicine Approach)" by grant number 436883643 and by grant number
465194077 (Priority Programme SPP 2311, Subproject SimLivA).

Matthias König was supported by the Federal Ministry of Education and Research (BMBF, Germany)
within the research network Systems Medicine of the Liver (LiSyM, grant number 031L0054).

© 2019-2026 Matthias König
