.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
requirements.txt
.github/workflows/codeql-analysis.yml
.github/workflows/coverage_report.yml
.github/workflows/python_tests.yml
.github/workflows/release_pip.yml
docs/Makefile
docs/build_all.sh
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/parse_examples.py
docs/source/run_autodoc.py
docs/source/sphinx_simplify_typehints.py
docs/source/quickstart/contributing.rst
docs/source/quickstart/examples.rst
docs/source/quickstart/quickstart.rst
droplets/__init__.py
droplets/_version.py
droplets/conftest.py
droplets/droplet_tracks.py
droplets/droplets.py
droplets/emulsions.py
droplets/image_analysis.py
droplets/py.typed
droplets/trackers.py
droplets/resources/make_spheres_3d.py
droplets/resources/requirements.txt
droplets/resources/spheres_3d.hdf5
droplets/tests/test_droplet_tracks.py
droplets/tests/test_droplets.py
droplets/tests/test_emulsion.py
droplets/tests/test_examples.py
droplets/tests/test_image_analysis.py
droplets/tests/test_trackers.py
droplets/tools/__init__.py
droplets/tools/spherical.py
droplets/tools/tests/__init__.py
droplets/tools/tests/test_spherical.py
examples/analyze_image.py
examples/analyze_simulation.py
examples/define_droplets.py
examples/plot_emulsion.py
examples/plot_emulsion_properties.py
examples/resources/emulsion.png
examples/tutorial/Using the py-droplets package.ipynb
py_droplets.egg-info/PKG-INFO
py_droplets.egg-info/SOURCES.txt
py_droplets.egg-info/dependency_links.txt
py_droplets.egg-info/not-zip-safe
py_droplets.egg-info/requires.txt
py_droplets.egg-info/top_level.txt
scripts/format_code.sh
tests/requirements.txt
tests/run_tests.py
tests/tests_all.sh
tests/tests_codestyle.sh
tests/tests_coverage.sh
tests/tests_parallel.sh
tests/tests_run.sh
tests/tests_types.sh