File: SOURCES.txt

package info (click to toggle)
napari-plugin-engine 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: python: 3,052; makefile: 21
file content (52 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/deploy.yml
.github/workflows/test.yml
changelog/README.rst
changelog/_template.rst
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
docs/_static/css/press.css
docs/_static/css/rtd.css
napari_plugin_engine/__init__.py
napari_plugin_engine/_testsupport.py
napari_plugin_engine/_tracing.py
napari_plugin_engine/_version.py
napari_plugin_engine/callers.py
napari_plugin_engine/dist.py
napari_plugin_engine/exceptions.py
napari_plugin_engine/hooks.py
napari_plugin_engine/implementation.py
napari_plugin_engine/manager.py
napari_plugin_engine/markers.py
napari_plugin_engine.egg-info/PKG-INFO
napari_plugin_engine.egg-info/SOURCES.txt
napari_plugin_engine.egg-info/dependency_links.txt
napari_plugin_engine.egg-info/entry_points.txt
napari_plugin_engine.egg-info/requires.txt
napari_plugin_engine.egg-info/top_level.txt
testing/conftest.py
testing/test_call_ordering.py
testing/test_details.py
testing/test_discovery.py
testing/test_helpers.py
testing/test_hookcaller.py
testing/test_invocations.py
testing/test_multicall.py
testing/test_pluginmanager.py
testing/test_testsupport.py
testing/test_tracer.py