.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
docs/api.rst
docs/concepts.md
docs/conf.py
docs/contributing.md
docs/index.rst
docs/_static/img/git-flow.png
docs/_static/img/mr-change-submit.png
docs/_static/img/mr-changes.png
docs/_static/img/mr-create-steps.png
docs/_static/img/mr-create.png
docs/_static/img/mr-merge.png
docs/_static/img/mr-overview.png
docs/_static/img/mr-resolve.png
docs/_static/img/mr-respond.png
docs/examples/index.md
docs/examples/simple-json.md
docs/examples/simple.md
docs/examples/trivial.md
docs2/sgndocs/mkdocs.yml
docs2/sgndocs/docs/index.md
docs2/sgndocs/docs/api/apps.md
docs2/sgndocs/docs/api/base.md
docs2/sgndocs/docs/api/control.md
docs2/sgndocs/docs/api/frames.md
docs2/sgndocs/docs/api/sinks.md
docs2/sgndocs/docs/api/sources.md
docs2/sgndocs/docs/api/transforms.md
docs2/sgndocs/docs/dev-guide/contributing.md
docs2/sgndocs/docs/examples/index.md
docs2/sgndocs/docs/examples/simple-json.md
docs2/sgndocs/docs/examples/simple.md
docs2/sgndocs/docs/examples/trivial.md
docs2/sgndocs/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/control.py
src/sgn/frames.py
src/sgn/py.typed
src/sgn/sinks.py
src/sgn/sources.py
src/sgn/transforms.py
src/sgn.egg-info/PKG-INFO
src/sgn.egg-info/SOURCES.txt
src/sgn.egg-info/dependency_links.txt
src/sgn.egg-info/not-zip-safe
src/sgn.egg-info/requires.txt
src/sgn.egg-info/top_level.txt
tests/test_apps.py
tests/test_base.py
tests/test_control.py
tests/test_examples.py
tests/test_frames.py
tests/test_sinks.py
tests/test_sources.py
tests/test_transforms.py