Metadata-Version: 2.1
Name: petab-MS
Version: 0.1.22
Summary: Parameter estimation tabular data for multi-scale models
Home-page: https://gitlab.com/fitmulticell/libpetab-python-MS
Download-URL: https://gitlab.com/fitmulticell/libpetab-python-MS-/releases
Author: The PEtab-MS developers
Author-email: EmadAlamoudi@uni-bonn.de
Maintainer: Emad Alamoudi
Maintainer-email: emad.alamoudi@uni-bonn.de
License: BSD-3-Clause
Project-URL: Bug Tracker, https://gitlab.com/fitmulticell/libpetab-python-MS-/issues
Keywords: multi-cellular,multi-scale,parameter estimation,inference,pyabc,morpheus
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7.1
Description-Content-Type: text/markdown
Provides-Extra: reports
Provides-Extra: combine
Provides-Extra: doc

[![CI](https://github.com/EmadAlamoudi/libpetab-python-MS/actions/workflows/ci_tests.yml/badge.svg?branch=master)](https://github.com/EmadAlamoudi/libpetab-python-MS/actions/workflows/ci_tests.yml)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fd7dd5cee68e449983be5c43f230c7f3)](https://www.codacy.com/gh/EmadAlamoudi/libpetab-python-MS)
[![codecov](https://codecov.io/gh/EmadAlamoudi/libpetab-python-MS/branch/master/graph/badge.svg)](https://codecov.io/gh/EmadAlamoudi/libpetab-python-MS)
[![PyPI version](https://badge.fury.io/py/petab-ms.svg)](https://badge.fury.io/py/petab-ms)

# petab_MS - a Python package for handling PEtab files for multiscale systems

PEtab_MS is an extension of PEtab for multiscale systems. [PEtab](https://petab.readthedocs.io/) is a data format for specifying
parameter estimation problems in systems biology. This repository provides
the `petab` Python package for reading, writing and validating PEtab files.


## Installation

The PEtab library is available on [pypi](https://pypi.org/project/petab-MS/)
and the easiest way to install it is running

    pip3 install petab_MS
    
It will require Python>=3.7.1 to run.

Development versions of the PEtab library can be installed using

    pip3 install https://github.com/EmadAlamoudi/libpetab-python-MS/archive/develop.zip
(replace `develop` by the branch or commit you would like to install).

## Getting help

If you have any question or problems with this package, feel free to post them
at our GitHub [issue tracker](https://github.com/EmadAlamoudi/libpetab-python-MS/issues/).

## Contributing

Contributions and feedback to this package are very welcome, see our
[contribution guide](https://gitlab.com/fitmulticell/libpetab-python-MS/tree/master/CONTRIBUTING.md).
