.gitignore
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
sonar-project.properties
tox.ini
travis_compat_tests.sh
travis_integration_tests.sh
.github/workflows/build.yml
.github/workflows/publish.yml
dj_cqrs/__init__.py
dj_cqrs/constants.py
dj_cqrs/correlation.py
dj_cqrs/dataclasses.py
dj_cqrs/delay.py
dj_cqrs/managers.py
dj_cqrs/metas.py
dj_cqrs/mixins.py
dj_cqrs/registries.py
dj_cqrs/signals.py
dj_cqrs/tracker.py
dj_cqrs/utils.py
dj_cqrs/controller/__init__.py
dj_cqrs/controller/consumer.py
dj_cqrs/controller/producer.py
dj_cqrs/management/__init__.py
dj_cqrs/management/commands/__init__.py
dj_cqrs/management/commands/cqrs_bulk_dump.py
dj_cqrs/management/commands/cqrs_bulk_load.py
dj_cqrs/management/commands/cqrs_consume.py
dj_cqrs/management/commands/cqrs_deleted_diff_master.py
dj_cqrs/management/commands/cqrs_deleted_diff_replica.py
dj_cqrs/management/commands/cqrs_deleted_sync_replica.py
dj_cqrs/management/commands/cqrs_diff_master.py
dj_cqrs/management/commands/cqrs_diff_replica.py
dj_cqrs/management/commands/cqrs_diff_sync.py
dj_cqrs/management/commands/cqrs_sync.py
dj_cqrs/management/commands/utils.py
dj_cqrs/transport/__init__.py
dj_cqrs/transport/base.py
dj_cqrs/transport/kombu.py
dj_cqrs/transport/mixins.py
dj_cqrs/transport/mock.py
dj_cqrs/transport/rabbit_mq.py
django_cqrs.egg-info/PKG-INFO
django_cqrs.egg-info/SOURCES.txt
django_cqrs.egg-info/dependency_links.txt
django_cqrs.egg-info/requires.txt
django_cqrs.egg-info/top_level.txt
django_cqrs.egg-info/zip-safe
docs/Makefile
docs/conf.py
docs/custom_serialization.rst
docs/getting_started.rst
docs/index.rst
docs/lifecycle.rst
docs/reference.rst
docs/track_fields_changes.rst
docs/transports.rst
docs/utilities.rst
docs/_static/css/custom.css
docs/_static/img/lifecycle.png
integration_tests/.dockerignore
integration_tests/Dockerfile.Master
integration_tests/Dockerfile.MasterV1
integration_tests/Dockerfile.Replica
integration_tests/Dockerfile.ReplicaV1
integration_tests/Makefile
integration_tests/__init__.py
integration_tests/docker-compose.yml
integration_tests/kombu.yml
integration_tests/manage.py
integration_tests/masterV1.yml
integration_tests/master_settings.py
integration_tests/replicaV1.yml
integration_tests/replica_settings.py
integration_tests/replica_wsgi.py
integration_tests/run_integration_tests.sh
integration_tests/setup.cfg
integration_tests/tests/__init__.py
integration_tests/tests/conftest.py
integration_tests/tests/test_asynchronous_consuming.py
integration_tests/tests/test_bulk_operations.py
integration_tests/tests/test_dead_letter.py
integration_tests/tests/test_single_basic_instance.py
integration_tests/tests/test_sync_to_a_certain_service.py
integration_tests/tests/utils.py
requirements/dev.txt
requirements/docs.txt
requirements/test.txt