LICENSE
MANIFEST.in
README.md
pyproject.toml
src/cell_gater/__init__.py
src/cell_gater/__main__.py
src/cell_gater/napari.yaml
src/cell_gater/model/__init__.py
src/cell_gater/model/data_model.py
src/cell_gater/utils/__init__.py
src/cell_gater/utils/csv_df.py
src/cell_gater/utils/misc.py
src/cell_gater/widgets/__init__.py
src/cell_gater/widgets/sample_widget.py
src/cell_gater/widgets/scatter_widget.py
src/napari_cell_gater/__init__.py
src/napari_cell_gater.egg-info/PKG-INFO
src/napari_cell_gater.egg-info/SOURCES.txt
src/napari_cell_gater.egg-info/dependency_links.txt
src/napari_cell_gater.egg-info/entry_points.txt
src/napari_cell_gater.egg-info/requires.txt
src/napari_cell_gater.egg-info/top_level.txt
tests/test_csv_df.py
tests/test_data_model.py
tests/test_misc.py
tests/test_sample_widget.py
tests/test_scatter_widget.py