README.md
pyproject.toml
petal/__init__.py
petal/examples/example_01_noop.py
petal/examples/example_02_copy_file_to_file.py
petal/examples/example_03_splitting_streams_to_multiple_destinations.py
petal/examples/example_04_joining_multiple_streams_into_one.py
petal/examples/example_05_multi_step_etl.py
petal/src/__init__.py
petal/src/cli.py
petal/src/logger.py
petal/src/main.py
petal/src/core/__init__.py
petal/src/core/context.py
petal/src/core/pipeline.py
petal/src/core/utils.py
petal/src/core/operators/BaseOperator.py
petal/src/core/operators/Filter.py
petal/src/core/operators/Mapper.py
petal/src/core/operators/NonTerminalOperator.py
petal/src/core/operators/Reader.py
petal/src/core/operators/Sink.py
petal/src/core/operators/Source.py
petal/src/core/operators/Writer.py
petal/src/core/operators/__init__.py
petal/src/plugins/EmptySource.py
petal/src/plugins/FileReader.py
petal/src/plugins/FileWriter.py
petal/src/plugins/IdentityTransformer.py
petal/src/plugins/Joiner.py
petal/src/plugins/NoOpSink.py
petal/src/plugins/RegexFilter.py
petal/src/plugins/RegexMapper.py
petal/src/plugins/Splitter.py
petal/src/plugins/SqsWriter.py
petal/src/plugins/StreamJoiner.py
petal/src/plugins/__init__.py
petal/test/__init__.py
petal/test/unit_test.py
petal_etl_composer.egg-info/PKG-INFO
petal_etl_composer.egg-info/SOURCES.txt
petal_etl_composer.egg-info/dependency_links.txt
petal_etl_composer.egg-info/entry_points.txt
petal_etl_composer.egg-info/top_level.txt