Metadata-Version: 2.1
Name: RTandCasKinetics
Version: 0.2.0
Summary: Model that investigates the combined kinetics of HIV reverse transcriptase and CRISPR Cas12a.
Author-Email: Maya Singh <msingh6@uw.edu>
License: MIT
Project-URL: Homepage, https://github.com/msingh0606/RTandCasKinetics
Requires-Python: >=3.9
Requires-Dist: numpy>=1.24.0
Requires-Dist: matplotlib>=3.9.3
Requires-Dist: tellurium>=2.2.10
Requires-Dist: pytest>=8.3.4
Requires-Dist: pyqt5>=5.15.11
Requires-Dist: pip>=24.3.1
Description-Content-Type: text/markdown

# RTandCasKinetics
This is a tool that is used for creating a plot that investigates the combined kinetics of HIV reverse transcriptase

# Installation
To install, first install `pdm`, and make sure it's accessible in your $PATH.
You can install it by going to 'https://pdm-project.org/en/latest/' and following their instructions to download PDM.
Prepare the local python environment by running `pdm install`

# Getting Started
To run this, go to the root directory `RTandCasKinetics/` and run the command `pdm run src/rtandcaskinetics/casmodel.py`

# Docs
p

# Contributing
To add new packages (e.g. like pip) to your local python environment (like an anaconda environment) run `pdm add matplotlib` for example if you wanted to add matplotlib. 

