LICENSE
README.md
setup.py
examples/__init__.py
examples/pgoutput/__init__.py
examples/pgoutput/producer.py
examples/rabbitmq/__init__.py
examples/rabbitmq/consumer.py
examples/rabbitmq/producer.py
examples/wal2json/__init__.py
examples/wal2json/producer.py
pg_streamline/__init__.py
pg_streamline/utils.py
pg_streamline.egg-info/PKG-INFO
pg_streamline.egg-info/SOURCES.txt
pg_streamline.egg-info/dependency_links.txt
pg_streamline.egg-info/requires.txt
pg_streamline.egg-info/top_level.txt
pg_streamline/consumer/__init__.py
pg_streamline/consumer/process.py
pg_streamline/parser/__init__.py
pg_streamline/parser/base.py
pg_streamline/parser/delete.py
pg_streamline/parser/insert.py
pg_streamline/parser/update.py
pg_streamline/plugins/__init__.py
pg_streamline/plugins/rabbitmq/__init__.py
pg_streamline/plugins/rabbitmq/consumer.py
pg_streamline/plugins/rabbitmq/producer.py
pg_streamline/producer/__init__.py
pg_streamline/producer/process.py
tests/__init__.py
tests/conftest.py
tests/test_consumer.py
tests/test_parser.py
tests/test_producer.py
tests/test_plugins/__init__.py
tests/test_plugins/conftest.py
tests/test_plugins/test_rabbitmq.py