.gitignore
.readthedocs.yaml
CITATION.cff
Contributing.md
LICENSE
MANIFEST.in
README.md
developing.md
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/README.md
.github/workflows/cicd.yml
docs/.gitignore
docs/Makefile
docs/README.md
docs/conf.py
docs/developing.md
docs/index.md
docs/tutorial/tutorial.ipynb
src/growthcurves/__init__.py
src/growthcurves/fitting_functions.py
src/growthcurves/models.py
src/growthcurves.egg-info/PKG-INFO
src/growthcurves.egg-info/SOURCES.txt
src/growthcurves.egg-info/dependency_links.txt
src/growthcurves.egg-info/entry_points.txt
src/growthcurves.egg-info/requires.txt
src/growthcurves.egg-info/top_level.txt
src/growthcurves/__pycache__/__init__.cpython-313.pyc
src/growthcurves/__pycache__/fitting_functions.cpython-313.pyc
src/growthcurves/__pycache__/models.cpython-313.pyc
tests/README.md
tests/__init__.py
tests/test_import.py