Metadata-Version: 2.1
Name: tmodelviz
Version: 1.1.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 and antimony models.
- Calculate rolling averages and fluxes.
- Interactive visualizations using Matplotlib and ipywidgets.

## Installation

```bash
pip install tmodelviz


