README.md
pyproject.toml
fastpluggy_notification_center.egg-info/PKG-INFO
fastpluggy_notification_center.egg-info/SOURCES.txt
fastpluggy_notification_center.egg-info/dependency_links.txt
fastpluggy_notification_center.egg-info/entry_points.txt
fastpluggy_notification_center.egg-info/requires.txt
fastpluggy_notification_center.egg-info/top_level.txt
src/__init__.py
src/channels.py
src/config.py
src/hooks.py
src/models.py
src/plugin.py
src/push_service.py
src/repository.py
src/vapid_keys.py
src/routers/__init__.py
src/routers/api.py
src/routers/front.py
src/routers/push_api.py
src/static/css/notifications.css
src/static/js/notifications.js
src/static/js/push-subscribe.js
src/static/js/sw-handlers.js
src/templates/full_page.html.j2
src/templates/panel_item.html.j2
tests/test_api.py
tests/test_channels.py
tests/test_push_api.py
tests/test_push_service.py
tests/test_repository.py