LICENSE
README.md
pyproject.toml
sotastream/__init__.py
sotastream/__main__.py
sotastream/cli.py
sotastream/data.py
sotastream.egg-info/PKG-INFO
sotastream.egg-info/SOURCES.txt
sotastream.egg-info/dependency_links.txt
sotastream.egg-info/entry_points.txt
sotastream.egg-info/requires.txt
sotastream.egg-info/top_level.txt
sotastream/augmentors/__init__.py
sotastream/augmentors/augmentors.py
sotastream/filters/__init__.py
sotastream/filters/filters.py
sotastream/pipelines/__init__.py
sotastream/pipelines/base.py
sotastream/pipelines/default.py
sotastream/pipelines/example_pipeline.py
sotastream/pipelines/mtdata_pipeline.py
sotastream/pipelines/multistream_pipeline.py
sotastream/utils/__init__.py
sotastream/utils/phrases.py
sotastream/utils/split.py
test/test_augmentors.py
test/test_filter.py
test/test_line.py
test/test_pipeline.py