AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/min_versions.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/calibration/__init__.py
pdfstream/calibration/main.py
pdfstream/data/Ni_cfg_file.cfg
pdfstream/data/Ni_cif_file.cif
pdfstream/integration/__init__.py
pdfstream/integration/main.py
pdfstream/integration/tools.py
pdfstream/modeling/__init__.py
pdfstream/modeling/fitfuncs.py
pdfstream/modeling/fitobjs.py
pdfstream/modeling/gens.py
pdfstream/modeling/main.py
pdfstream/modeling/saving.py
pdfstream/parsers/__init__.py
pdfstream/parsers/atoms.py
pdfstream/parsers/ciffile.py
pdfstream/parsers/fitdata.py
pdfstream/parsers/fitrecipe.py
pdfstream/parsers/tools.py
pdfstream/transformation/__init__.py
pdfstream/transformation/main.py
pdfstream/transformation/tools.py
pdfstream/utils/__init__.py
pdfstream/utils/jupyter.py
pdfstream/utils/parse.py
pdfstream/utils/wrappers.py
pdfstream/visualization/__init__.py
pdfstream/visualization/docs.py
pdfstream/visualization/main.py
pdfstream/visualization/tools.py
tests/calibration/__init__.py
tests/calibration/test_main.py
tests/integration/__init__.py
tests/integration/test_main.py
tests/integration/test_tools.py
tests/modeling/__init__.py
tests/modeling/conftest.py
tests/modeling/test_fitfuncs.py
tests/modeling/test_fitobjs.py
tests/modeling/test_gens.py
tests/modeling/test_main.py
tests/modeling/test_saving.py
tests/parsers/__init__.py
tests/parsers/conftest.py
tests/parsers/test_atoms.py
tests/parsers/test_ciffile.py
tests/parsers/test_fitdata.py
tests/parsers/test_fitrecipe.py
tests/parsers/test_tools.py
tests/transformation/__init__.py
tests/transformation/test_main.py
tests/transformation/test_tools.py
tests/utils/__init__.py
tests/utils/test_jupyter.py
tests/utils/test_parse.py
tests/utils/test_warppers.py
tests/visualization/__init__.py
tests/visualization/test_docs.py
tests/visualization/test_main.py
tests/visualization/test_tools.py