.gitignore
.readthedocs.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
justfile
pyproject.toml
setup.cfg
setup.py
.github/workflows/release.yml
.github/workflows/test.yml
assets/docs_cov.svg
docs/Makefile
docs/requirements.txt
docs/source/conf.py
docs/source/index.md
src/priwo/__init__.py
src/priwo/_version.py
src/priwo.egg-info/PKG-INFO
src/priwo.egg-info/SOURCES.txt
src/priwo.egg-info/dependency_links.txt
src/priwo.egg-info/not-zip-safe
src/priwo.egg-info/requires.txt
src/priwo.egg-info/top_level.txt
src/priwo/presto/__init__.py
src/priwo/presto/bpf.py
src/priwo/presto/dat.py
src/priwo/presto/fft.py
src/priwo/presto/inf.py
src/priwo/presto/pfd.py
src/priwo/sigproc/__init__.py
src/priwo/sigproc/fil.py
src/priwo/sigproc/hdr.py
src/priwo/sigproc/tim.py
src/priwo/timing/__init__.py
src/priwo/timing/polycos.py
tests/test_bpf.py
tests/test_dat.py
tests/test_fft.py
tests/test_fil.py
tests/test_hdr.py
tests/test_inf.py
tests/test_pfd.py
tests/test_polycos.py
tests/test_tim.py
tests/data/test.bestprof
tests/data/test.dat
tests/data/test.fft
tests/data/test.fil
tests/data/test.inf
tests/data/test.pfd
tests/data/test.polycos
tests/data/test.raw
tests/data/test_16bit.fil
tests/data/test_1bit.fil
tests/data/test_2bit.fil
tests/data/test_32bit.fil
tests/data/test_4bit.fil
tests/data/test_8bit.fil
tests/data/test_f32.tim
tests/data/test_i8.tim
tests/data/test_radio.inf
tests/data/test_radio_breaks.inf
tests/data/test_ui8.tim
tests/data/test_xray.inf