Python package for working with XDF files
pyXDF is a Python importer for XDF files. This package contains the examples (pyxdf.examples). These can be run from the command line for basic functionality. • print_metadata will enable a DEBUG logger to log read messages, then it will print basic metadata about each found stream. ◦ python3 -m pyxdf.examples.print_metadata -f=/path/to/my.xdf • playback_lsl will open an XDF file then replay its data in an infinite loop, but using current timestamps. This is useful for prototyping online processing. ◦ python3 -m pyxdf.examples.playback_lsl /path/to/my.xdf
| Release | Stable | Testing | 
|---|---|---|
| Fedora 43 | 1.17.0-6.fc43 | 1.17.0-6.fc43 | 
| Fedora 42 | 1.17.0-1.fc42 | - | 
| Fedora 41 | 1.16.8-1.fc41 | - | 
| Fedora EPEL 9 | 1.16.8-1.el9 | - | 
| Fedora EPEL 10.2 | 1.16.8-1.el10_0 | - | 
| Fedora EPEL 10.1 | 1.16.8-1.el10_0 | - | 
| Fedora EPEL 10.0 | 1.16.8-1.el10_0 | - | 
			You can contact the maintainers of this package via email at
			python-pyxdf dash maintainers at fedoraproject dot org.