.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/.DS_Store
src/growthcurves/__init__.py
src/growthcurves/models.py
src/growthcurves/non_parametric.py
src/growthcurves/parametric.py
src/growthcurves/plot.py
src/growthcurves/utils.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-311.pyc
src/growthcurves/__pycache__/__init__.cpython-312.pyc
src/growthcurves/__pycache__/models.cpython-311.pyc
src/growthcurves/__pycache__/models.cpython-312.pyc
src/growthcurves/__pycache__/non_parametric.cpython-311.pyc
src/growthcurves/__pycache__/non_parametric.cpython-312.pyc
src/growthcurves/__pycache__/parametric.cpython-311.pyc
src/growthcurves/__pycache__/parametric.cpython-312.pyc
src/growthcurves/__pycache__/plot.cpython-311.pyc
src/growthcurves/__pycache__/plot.cpython-312.pyc
src/growthcurves/__pycache__/utils.cpython-311.pyc
src/growthcurves/__pycache__/utils.cpython-312.pyc
tests/README.md
tests/__init__.py
tests/test_import.py