MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
requirements/base.txt
requirements/test.txt
src/cloud_events/__init__.py
src/cloud_events/adapter.py
src/cloud_events/handler.py
src/cloud_events/interface.py
src/cloud_events/utils.py
src/cloud_events.egg-info/PKG-INFO
src/cloud_events.egg-info/SOURCES.txt
src/cloud_events.egg-info/dependency_links.txt
src/cloud_events.egg-info/not-zip-safe
src/cloud_events.egg-info/requires.txt
src/cloud_events.egg-info/top_level.txt
tests/__init__.py
tests/adapter_test.py
tests/asgi-app.py
tests/events.py
tests/events_test.py
tests/handler_test.py
tests/django-app/.ctags
tests/django-app/.gitignore
tests/django-app/manage.py
tests/django-app/library/__init__.py
tests/django-app/library/admin.py
tests/django-app/library/apps.py
tests/django-app/library/models.py
tests/django-app/library/serializers.py
tests/django-app/library/urls.py
tests/django-app/library/views.py
tests/django-app/library/migrations/0001_initial.py
tests/django-app/library/migrations/__init__.py
tests/django-app/library/tests/__init__.py
tests/django-app/library/tests/json_api_tests.py
tests/django-app/library/tests/json_test.py
tests/django-app/library/tests/your_test.py
tests/django-app/project/__init__.py
tests/django-app/project/urls.py
tests/django-app/project/wsgi.py
tests/django-app/project/settings/__init__.py
tests/django-app/project/settings/base.py
tests/django-app/requirements/base.txt
tests/starlette-app/__init__.py
tests/starlette-app/requirements.txt