.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
resources/output.gif
src/napari_geojson/__init__.py
src/napari_geojson/_reader.py
src/napari_geojson/_version.py
src/napari_geojson/_writer.py
src/napari_geojson/napari.yaml
src/napari_geojson.egg-info/PKG-INFO
src/napari_geojson.egg-info/SOURCES.txt
src/napari_geojson.egg-info/dependency_links.txt
src/napari_geojson.egg-info/entry_points.txt
src/napari_geojson.egg-info/requires.txt
src/napari_geojson.egg-info/scm_file_list.json
src/napari_geojson.egg-info/scm_version.json
src/napari_geojson.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_reader.py
tests/test_writer.py
tests/test_data/invalid_feature_list.geojson
tests/test_data/polygon_with_hole.geojson
tests/test_data/qp_all_shapes.geojson
tests/test_data/single_feature.geojson
tests/test_data/valid_feature_collection.geojson
tests/test_data/valid_geometry_collection.geojson
tests/test_data/xyz_feature_collection.geojson