.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
docs/api.rst
docs/concepts.md
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/examples/index.md
docs/examples/simple-json.md
docs/examples/simple.md
docs/examples/trivial.md
src/sgn/__init__.py
src/sgn/_version.py
src/sgn/apps.py
src/sgn/base.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_examples.py
tests/test_frames.py
tests/test_sinks.py
tests/test_sources.py
tests/test_transforms.py