Metadata-Version: 2.4
Name: symbolic-compartmental-model
Version: 0.0.1
Summary: Analyzing protein-complex dynamics using metabolic age quantified by stable-isotope labeling
Author-email: Elad Noor <elad.noor@weizmann.ac.il>, Evgeny Onishchenko <evgeny.onishchenko@uib.no>
License: MIT License
Project-URL: repository, https://gitlab.com/elad.noor/symbolic-compartmental-model/
Project-URL: documentation, https://gitlab.com/elad.noor/symbolic-compartmental-model/
Keywords: protein complex,macromolecules,assembly,kinetic analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.2
Requires-Dist: scipy>=1.15
Requires-Dist: pandas>=2.2
Requires-Dist: seaborn>=0.13
Requires-Dist: sympy>=0.7
Requires-Dist: cvxpy>=1.6
Requires-Dist: matplotlib>=3
Requires-Dist: more_itertools>=10
Requires-Dist: networkx>=3
Requires-Dist: pynverse
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-raises; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-allclose; extra == "test"
Provides-Extra: development
Requires-Dist: ruff; extra == "development"
Requires-Dist: safety; extra == "development"
Requires-Dist: tox; extra == "development"
Requires-Dist: twine; extra == "development"
Provides-Extra: deployment
Requires-Dist: click; extra == "deployment"
Requires-Dist: click-log; extra == "deployment"
Requires-Dist: python-dateutil; extra == "deployment"
Requires-Dist: requests; extra == "deployment"
Provides-Extra: docs
Requires-Dist: sphinxcontrib-bibtex>=2.6; extra == "docs"
Requires-Dist: sphinx-autoapi>=3.6; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3.0; extra == "docs"
Requires-Dist: nbsphinx>=0.9; extra == "docs"
Dynamic: license-file

symbolic-compartmental-model
============================

[![PyPI version](https://badge.fury.io/py/symbolic-compartmental-model.svg)](https://badge.fury.io/py/symbolic-compartmental-model)
[![Python version](https://img.shields.io/pypi/pyversions/symbolic-compartmental-model.svg)](https://www.python.org/downloads)
[![MIT license](https://img.shields.io/pypi/l/symbolic-compartmental-model.svg)](https://mit-license.org/)
[![codecov](https://codecov.io/gl/elad.noor/symbolic-compartmental-model/graph/badge.svg?token=0MEGJMPWVS)](https://codecov.io/gl/elad.noor/symbolic-compartmental-model)
[![ReadTheDocs](https://readthedocs.org/projects/symbolic-compartmental-model/badge/?version=latest)](https://symbolic-compartmental-model.readthedocs.io/en/latest/)

A symbolic package based on SymPy for simulating and fitting Compartmental Models (CMs).
