MANIFEST.in
README.md
pyproject.toml
fastpluggy_example_plugin.egg-info/PKG-INFO
fastpluggy_example_plugin.egg-info/SOURCES.txt
fastpluggy_example_plugin.egg-info/dependency_links.txt
fastpluggy_example_plugin.egg-info/entry_points.txt
fastpluggy_example_plugin.egg-info/requires.txt
fastpluggy_example_plugin.egg-info/top_level.txt
src/__init__.py
src/config.py
src/models.py
src/plugin.py
src/view_builer_components.py
src/router/__init__.py
src/static/js/example.js
src/tasks/__init__.py
src/tasks/demo_tasks.py
src/tasks/error_tasks.py
src/tasks/locked_tasks.py
src/tasks/parrent_tasks.py
src/tasks/progress.py
src/tasks/sample_tasks.py
src/tasks/task_sample.py
src/templates/text.html.j2
src/widget/basic_usage.py
src/widget/plugin_example.py
tests/test_import.py