.flake8
.gitattributes
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Dockerfile.dockergitignore
LICENSE
MANIFEST.in
README.md
SECURITY.md
classifiers.txt
conftest.py
py-description.txt
pyproject.toml
pyrightconfig.json
pytest.ini
requirements-dev.txt
requirements-file.txt
requirements-host.txt
requirements.txt
setup.py
syncstream.code-workspace
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/docs_request.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docker/docker-entrypoint.sh
docker/install.sh
syncstream/__init__.py
syncstream/base.py
syncstream/file.py
syncstream/host.py
syncstream/mproc.py
syncstream/utils.py
syncstream/version.py
syncstream/webtools.py
syncstream.egg-info/PKG-INFO
syncstream.egg-info/SOURCES.txt
syncstream.egg-info/dependency_links.txt
syncstream.egg-info/requires.txt
syncstream.egg-info/top_level.txt
syncstream.egg-info/zip-safe
tests/requirements.txt
tests/test_file.py
tests/test_host.py
tests/test_mproc.py
version/__init__.py