.copier-answers.yml
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
Makefile
Makefile.local
README.rst
pyproject.toml
requirements-swh.txt
requirements-test.txt
requirements.txt
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/_static/.placeholder
docs/_templates/.placeholder
docs/explanations/coar-notify.rst
docs/explanations/index.rst
docs/explanations/metadata.rst
docs/howto/access.rst
docs/howto/index.rst
docs/howto/install.rst
docs/howto/mention.rst
docs/references/api.rst
docs/references/cli.rst
docs/references/index.rst
docs/references/payloads.rst
docs/references/specifications.rst
docs/references/workflows.rst
swh.coarnotify.egg-info/PKG-INFO
swh.coarnotify.egg-info/SOURCES.txt
swh.coarnotify.egg-info/dependency_links.txt
swh.coarnotify.egg-info/entry_points.txt
swh.coarnotify.egg-info/requires.txt
swh.coarnotify.egg-info/top_level.txt
swh/coarnotify/__init__.py
swh/coarnotify/cli.py
swh/coarnotify/client.py
swh/coarnotify/manage.py
swh/coarnotify/parsers.py
swh/coarnotify/renderers.py
swh/coarnotify/urls.py
swh/coarnotify/wsgi.py
swh/coarnotify/server/__init__.py
swh/coarnotify/server/admin.py
swh/coarnotify/server/apps.py
swh/coarnotify/server/forms.py
swh/coarnotify/server/handlers.py
swh/coarnotify/server/models.py
swh/coarnotify/server/signals.py
swh/coarnotify/server/utils.py
swh/coarnotify/server/views.py
swh/coarnotify/server/management/__init__.py
swh/coarnotify/server/management/commands/__init__.py
swh/coarnotify/server/management/commands/createorganization.py
swh/coarnotify/server/management/commands/createuser.py
swh/coarnotify/server/management/commands/devusers.py
swh/coarnotify/server/migrations/0001_initial.py
swh/coarnotify/server/migrations/__init__.py
swh/coarnotify/server/templates/index.html
swh/coarnotify/server/tests/__init__.py
swh/coarnotify/server/tests/conftest.py
swh/coarnotify/server/tests/test_createorganization.py
swh/coarnotify/server/tests/test_createuser.py
swh/coarnotify/server/tests/test_handlers.py
swh/coarnotify/server/tests/test_models.py
swh/coarnotify/server/tests/test_utils.py
swh/coarnotify/server/tests/test_views.py
swh/coarnotify/settings/__init__.py
swh/coarnotify/settings/common.py
swh/coarnotify/settings/development.py
swh/coarnotify/settings/production.py
swh/coarnotify/settings/tests.py
swh/coarnotify/tests/__init__.py
swh/coarnotify/tests/test_application.py
swh/coarnotify/tests/test_client.py