.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
src/pylsl/__init__.py
src/pylsl/__version__.py
src/pylsl/info.py
src/pylsl/inlet.py
src/pylsl/outlet.py
src/pylsl/resolve.py
src/pylsl/util.py
src/pylsl.egg-info/PKG-INFO
src/pylsl.egg-info/SOURCES.txt
src/pylsl.egg-info/dependency_links.txt
src/pylsl.egg-info/requires.txt
src/pylsl.egg-info/top_level.txt
src/pylsl/examples/GetTimeCorrection.py
src/pylsl/examples/HandleMetadata.py
src/pylsl/examples/PerformanceTest.py
src/pylsl/examples/README.md
src/pylsl/examples/ReceiveAndPlot.py
src/pylsl/examples/ReceiveData.py
src/pylsl/examples/ReceiveDataInChunks.py
src/pylsl/examples/ReceiveStringMarkers.py
src/pylsl/examples/SendData.py
src/pylsl/examples/SendDataAdvanced.py
src/pylsl/examples/SendStringMarkers.py
src/pylsl/examples/__init__.py
src/pylsl/lib/__init__.py
test/test_format.py
test/test_info.py