Metadata-Version: 2.1
Name: tmodelviz
Version: 1.2.0
Summary: A package for Tellurium model visualization.
Home-page: https://github.com/yourusername/tmodelviz
Author: Shajesh Sharma
Author-email: shajesh.sharma@colorado.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# tmodelviz

`tmodelviz` is a Python package for simulating and visualizing biochemical models using Tellurium in a jupyter notebook.

## Features
- Load and simulate SBML or antimony models.
- Calculate concentrations of chemical species, changes in concentration, rolling averages and fluxes at a range of timesteps.
- Interactively visualize simulations using Matplotlib and ipywidgets.

## Installation

```bash
pip install tmodelviz


