.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.yml
ruff.toml
tests_requirements.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-improvement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test.yml
docs/Makefile
docs/requirements.yml
docs/source/conf.py
docs/source/index.rst
docs/source/reactions.rst
docs/source/tests.rst
ramp_reactions.egg-info/PKG-INFO
ramp_reactions.egg-info/SOURCES.txt
ramp_reactions.egg-info/dependency_links.txt
ramp_reactions.egg-info/requires.txt
ramp_reactions.egg-info/top_level.txt
reactions/__init__.py
reactions/particle.py
reactions/reaction.py
reactions/reaction_category.py
reactions/reaction_rate.py
reactions/spectrum.py
reactions/typus.py
tests/conftest.py
tests/test_proto_reaction.py
tests/test_reaction.py
tests/test_serialization.py