.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
docs/index.md
docs/api/apps.md
docs/api/base.md
docs/api/control.md
docs/api/frames.md
docs/api/groups.md
docs/api/sinks.md
docs/api/sources.md
docs/api/subprocess.md
docs/api/transforms.md
docs/assets/css/mkdocstrings-custom.css
docs/assets/css/sgn.css
docs/assets/img/git-flow.png
docs/assets/img/mr-change-submit.png
docs/assets/img/mr-changes.png
docs/assets/img/mr-create-steps.png
docs/assets/img/mr-create.png
docs/assets/img/mr-merge.png
docs/assets/img/mr-overview.png
docs/assets/img/mr-resolve.png
docs/assets/img/mr-respond.png
docs/assets/img/sgn.png
docs/dev-guide/contributing.md
docs/examples/grouping.md
docs/examples/index.md
docs/examples/simple-json.md
docs/examples/simple.md
docs/examples/trivial.md
docs/faqs/pads.md
docs/tutorials/.hello_world.md.swp
docs/tutorials/compose.md
docs/tutorials/end_of_stream.md
docs/tutorials/hello_world.md
docs/tutorials/http_control.md
docs/tutorials/index.md
docs/tutorials/internal_pad.md
docs/tutorials/memory_profiling.md
docs/tutorials/multiple_pads.md
docs/tutorials/pipeline_connection_basics.md
docs/tutorials/pipeline_connection_strategies.md
docs/tutorials/pipeline_grouping.md
docs/tutorials/pipeline_selection.md
docs/tutorials/pipeline_visualization.md
docs/tutorials/signal_handling.md
docs/tutorials/stats_monitoring.md
docs/tutorials/subprocess.md
docs/tutorials/transforms.md
docs/user-guide/concepts.md
src/sgn/__init__.py
src/sgn/_version.py
src/sgn/apps.py
src/sgn/base.py
src/sgn/bottle.py
src/sgn/compose.py
src/sgn/control.py
src/sgn/frames.py
src/sgn/groups.py
src/sgn/logger.py
src/sgn/profile.py
src/sgn/py.typed
src/sgn/sinks.py
src/sgn/sources.py
src/sgn/subprocess.py
src/sgn/transforms.py
src/sgn/validator.py
src/sgn/visualize.py
src/sgn.egg-info/PKG-INFO
src/sgn.egg-info/SOURCES.txt
src/sgn.egg-info/dependency_links.txt
src/sgn.egg-info/entry_points.txt
src/sgn.egg-info/requires.txt
src/sgn.egg-info/top_level.txt
tests/conftest.py
tests/test_apps.py
tests/test_base.py
tests/test_compose.py
tests/test_control.py
tests/test_frames.py
tests/test_groups.py
tests/test_logger.py
tests/test_profile.py
tests/test_sinks.py
tests/test_sources.py
tests/test_static_dynamic_pads.py
tests/test_stats_source.py
tests/test_subprocess.py
tests/test_transforms.py
tests/test_validator.py