Metadata-Version: 2.4
Name: sbmlutils
Version: 0.9.5
Summary: Python utilities for SBML.
Author-email: Matthias König <konigmatt@googlemail.com>
Maintainer-email: Matthias König <konigmatt@googlemail.com>
License-File: LICENSE
Keywords: COMBINE,SBML,Systems Biology Markup Language,computational modeling,standardization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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.11
Requires-Dist: antimony>=3.1.1
Requires-Dist: depinfo
Requires-Dist: fastapi>=0.119.0
Requires-Dist: jinja2
Requires-Dist: libroadrunner>=2.9.0
Requires-Dist: lxml
Requires-Dist: markdown-it-py>=4.0.0
Requires-Dist: matplotlib>=3.10
Requires-Dist: numpy>=2.2.2
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.2.0
Requires-Dist: pint>=0.25.2
Requires-Dist: py4cytoscape>=1.12.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pymetadata>=0.5.9
Requires-Dist: python-libsbml>=5.21.0
Requires-Dist: python-multipart>=0.0.20
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: scipy>=1.14
Requires-Dist: setuptools
Requires-Dist: uvicorn>=0.37.0
Requires-Dist: xmlschema>=4.2.0
Requires-Dist: xmltodict
Provides-Extra: dev
Requires-Dist: bump-my-version>=1.2.6; extra == 'dev'
Requires-Dist: mypy>=1.19.1; extra == 'dev'
Requires-Dist: pre-commit>=4.5.1; extra == 'dev'
Requires-Dist: ruff>=0.14.11; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov>=7.0.0; extra == 'test'
Requires-Dist: pytest>=9.0.2; extra == 'test'
Requires-Dist: tox>=4.34.1; extra == 'test'
Description-Content-Type: text/markdown

![sbmlutils logo](https://github.com/matthiaskoenig/sbmlutils/raw/develop/docs_builder/images/sbmlutils-logo-60.png)

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

sbmlutils is a collection of python utilities for working with
[SBML](http://www.sbml.org) models implemented on top of
[libsbml](http://sbml.org/Software/libSBML)
with source code available from  [https://github.com/matthiaskoenig/sbmlutils](https://github.com/matthiaskoenig/sbmlutils).

Features include among others

-  helper functions for model creation, manipulation, and annotation
-  HTML reports of SBML models [https://sbml4humans.de](https://sbml4humans.de).
-  file converters (XPP)

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

<a href="https://youtu.be/SxIq8qeXxD0?t=1261">
  <img src="docs/presentations/reproducibility_center_2021/screenshot.png" alt="sbmlutils introduction" height="200">
</a>

## 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/)

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

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

## 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).
SBML4Humans was funded as part of [Google Summer of Code 2021](https://summerofcode.withgoogle.com/).
Matthias König has received funding from the EOSCsecretariat.eu which has received funding 
from the European Union's Horizon Programme call H2020-INFRAEOSC-05-2018-2019, grant Agreement number 831644.

© 2017-2025 Matthias König
