LICENSE
README.md
pyproject.toml
src/chem_deg/__init__.py
src/chem_deg/degradation.py
src/chem_deg/main.py
src/chem_deg/util.py
src/chem_deg.egg-info/PKG-INFO
src/chem_deg.egg-info/SOURCES.txt
src/chem_deg.egg-info/dependency_links.txt
src/chem_deg.egg-info/requires.txt
src/chem_deg.egg-info/top_level.txt
src/chem_deg/assets/degradation_graph.png
src/chem_deg/assets/degradation_kinetics.png
src/chem_deg/kinetics/__init__.py
src/chem_deg/kinetics/graph.py
src/chem_deg/kinetics/halflife.py
src/chem_deg/kinetics/integration.py
src/chem_deg/reactions/__init__.py
src/chem_deg/reactions/base.py
src/chem_deg/reactions/reaction_classes.py
src/chem_deg/reactions/hydrolysis/__init__.py
src/chem_deg/reactions/hydrolysis/anhydride.py
src/chem_deg/reactions/hydrolysis/carbamate.py
src/chem_deg/reactions/hydrolysis/carbonate.py
src/chem_deg/reactions/hydrolysis/ester.py
src/chem_deg/reactions/hydrolysis/halogenated_aliphatic.py
src/chem_deg/reactions/hydrolysis/imide.py
src/chem_deg/reactions/hydrolysis/lactam.py
src/chem_deg/reactions/hydrolysis/lactone.py
src/chem_deg/reactions/hydrolysis/misc.py
src/chem_deg/reactions/hydrolysis/urea.py
tests/test_degradation.py
tests/test_util.py