AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/min_versions.rst
docs/source/auto_gallery/index.rst
docs/source/tutorials/average.rst
docs/source/tutorials/calibration.rst
docs/source/tutorials/index.rst
docs/source/tutorials/integration.rst
docs/source/tutorials/transformation.rst
docs/source/usage/cli.rst
docs/source/usage/index.rst
docs/source/usage/python.rst
pdfstream/__init__.py
pdfstream/cli.py
pdfstream/io.py
pdfstream/main.py
pdfstream.egg-info/PKG-INFO
pdfstream.egg-info/SOURCES.txt
pdfstream.egg-info/dependency_links.txt
pdfstream.egg-info/entry_points.txt
pdfstream.egg-info/top_level.txt
pdfstream/integration/__init__.py
pdfstream/integration/main.py
pdfstream/integration/tools.py
pdfstream/transformation/__init__.py
pdfstream/transformation/cli.py
pdfstream/transformation/io.py
pdfstream/transformation/main.py
pdfstream/transformation/tools.py
pdfstream/utils/__init__.py
pdfstream/utils/dct_ops.py
pdfstream/utils/jupyter.py
pdfstream/utils/wrappers.py
pdfstream/vend/__init__.py
pdfstream/vend/jittools.py
pdfstream/vend/loaddata.py
pdfstream/vend/masking.py
pdfstream/visualization/__init__.py
pdfstream/visualization/main.py
pdfstream/visualization/tools.py
tests/integration/__init__.py
tests/integration/test_main.py
tests/integration/test_tools.py
tests/transformation/__init__.py
tests/transformation/test_cli.py
tests/transformation/test_main.py
tests/transformation/test_tools.py
tests/utils/__init__.py
tests/utils/test_dct_ops.py
tests/utils/test_jupyter.py
tests/utils/test_warppers.py
tests/visualization/__init__.py
tests/visualization/test_main.py
tests/visualization/test_tools.py