LICENSE
MANIFEST.in
README.rst
pyproject.toml
runtests.py
setup.cfg
tox.ini
docs/api.rst
docs/conf.py
docs/custom.rst
docs/exchangeables.rst
docs/index.rst
docs/requirements.txt
docs/settings.rst
docs/_static/style.css
drf_sendables.egg-info/PKG-INFO
drf_sendables.egg-info/SOURCES.txt
drf_sendables.egg-info/dependency_links.txt
drf_sendables.egg-info/requires.txt
drf_sendables.egg-info/top_level.txt
sendables/__init__.py
sendables/apps.py
sendables/urls.py
sendables/core/__init__.py
sendables/core/apps.py
sendables/core/mixins.py
sendables/core/models.py
sendables/core/serializers.py
sendables/core/settings.py
sendables/core/types.py
sendables/core/urls.py
sendables/core/utils.py
sendables/core/views.py
sendables/core/policies/__init__.py
sendables/core/policies/filter.py
sendables/core/policies/list.py
sendables/core/policies/select.py
sendables/core/policies/send.py
sendables/messages/__init__.py
sendables/messages/apps.py
sendables/messages/models.py
sendables/messages/serializers.py
sendables/messages/urls.py
sendables/notices/__init__.py
sendables/notices/apps.py
sendables/notices/models.py
sendables/notices/urls.py
tests/__init__.py
tests/models.py
tests/settings.py
tests/test_delete.py
tests/test_delete_sent.py
tests/test_detail.py
tests/test_detail_sent.py
tests/test_list.py
tests/test_list_marked.py
tests/test_list_sent.py
tests/test_mark.py
tests/test_send.py
tests/types.py
tests/urls.py
tests/utils.py