.github_changelog_generator
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
codecov.yml
pyproject.toml
pytest.ini
setup.cfg
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/test_conversion.yml
_docs/example_manifest.yaml
_docs/render.py
_docs/example_plugin/__init__.py
_docs/example_plugin/some_module.py
_docs/templates/_npe2_contributions.md.jinja
_docs/templates/_npe2_manifest.md.jinja
_docs/templates/_npe2_readers_guide.md.jinja
_docs/templates/_npe2_sample_data_guide.md.jinja
_docs/templates/_npe2_widgets_guide.md.jinja
_docs/templates/_npe2_writers_guide.md.jinja
docs/_config.yml
docs/_toc.yml
docs/index.md
docs/requirements.txt
npe2/__init__.py
npe2/_command_registry.py
npe2/_dynamic_plugin.py
npe2/_from_npe1.py
npe2/_plugin_manager.py
npe2/_version.py
npe2/cli.py
npe2/io_utils.py
npe2/py.typed
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/_bases.py
npe2/manifest/_validators.py
npe2/manifest/commands.py
npe2/manifest/configuration.py
npe2/manifest/contributions.py
npe2/manifest/icon.py
npe2/manifest/keybindings.py
npe2/manifest/menus.py
npe2/manifest/package_metadata.py
npe2/manifest/readers.py
npe2/manifest/sample_data.py
npe2/manifest/schema.py
npe2/manifest/submenu.py
npe2/manifest/themes.py
npe2/manifest/utils.py
npe2/manifest/widgets.py
npe2/manifest/writers.py
tests/conftest.py
tests/test_cli.py
tests/test_contributions.py
tests/test_conversion.py
tests/test_docs.py
tests/test_io_utils.py
tests/test_manifest.py
tests/test_package_meta.py
tests/test_plugin_manager.py
tests/test_tmp_plugin.py
tests/test_utils.py
tests/test_validations.py
tests/npe1-plugin/setup.cfg
tests/npe1-plugin/npe1-plugin-0.0.1.dist-info/METADATA
tests/npe1-plugin/npe1-plugin-0.0.1.dist-info/entry_points.txt
tests/npe1-plugin/npe1-plugin-0.0.1.dist-info/top_level.txt
tests/npe1-plugin/npe1_module/__init__.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