.github_changelog_generator
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/test_conversion.yml
npe2/__init__.py
npe2/__main__.py
npe2/_command_registry.py
npe2/_from_npe1.py
npe2/_plugin_manager.py
npe2/_version.py
npe2/cli.py
npe2/io_utils.py
npe2/types.py
npe2.egg-info/PKG-INFO
npe2.egg-info/SOURCES.txt
npe2.egg-info/dependency_links.txt
npe2.egg-info/entry_points.txt
npe2.egg-info/not-zip-safe
npe2.egg-info/requires.txt
npe2.egg-info/top_level.txt
npe2/manifest/__init__.py
npe2/manifest/commands.py
npe2/manifest/configuration.py
npe2/manifest/contributions.py
npe2/manifest/icon.py
npe2/manifest/io.py
npe2/manifest/keybindings.py
npe2/manifest/menus.py
npe2/manifest/package_metadata.py
npe2/manifest/sample_data.py
npe2/manifest/schema.py
npe2/manifest/spdx.txt
npe2/manifest/submenu.py
npe2/manifest/themes.py
npe2/manifest/utils.py
npe2/manifest/widgets.py
tests/conftest.py
tests/test_conversion.py
tests/test_io_utils.py
tests/test_npe2.py
tests/test_plugin_manager.py
tests/sample/my_plugin/__init__.py
tests/sample/my_plugin/napari.yaml
tests/sample/my_plugin-1.2.3.dist-info/METADATA
tests/sample/my_plugin-1.2.3.dist-info/entry_points.txt
tests/sample/my_plugin-1.2.3.dist-info/top_level.txt