.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/pypi_deployment.yml
.github/workflows/test.yml
docs/source/logos/batt_logo.png
src/pathsim_batt/__init__.py
src/pathsim_batt/_version.py
src/pathsim_batt.egg-info/PKG-INFO
src/pathsim_batt.egg-info/SOURCES.txt
src/pathsim_batt.egg-info/dependency_links.txt
src/pathsim_batt.egg-info/requires.txt
src/pathsim_batt.egg-info/top_level.txt
src/pathsim_batt/cells/__init__.py
src/pathsim_batt/cells/pybamm_cell.py
src/pathsim_batt/thermal/__init__.py
src/pathsim_batt/thermal/lumped.py
tests/__init__.py
tests/cells/__init__.py
tests/cells/test_pybamm_cell.py
tests/thermal/__init__.py
tests/thermal/test_lumped.py