.env.example
.gitignore
LICENSE
README.md
TUTORIAL.md
pyproject.toml
run.ipynb
uv.lock
.github/workflows/actions.yml
.github/workflows/coveralls.yml
.github/workflows/publish.yml
.vscode/settings.json
src/bruker_powderxrd_parser/__init__.py
src/bruker_powderxrd_parser/_version.py
src/bruker_powderxrd_parser/data_classes.py
src/bruker_powderxrd_parser/parser.py
src/bruker_powderxrd_parser/utils.py
src/bruker_powderxrd_parser.egg-info/PKG-INFO
src/bruker_powderxrd_parser.egg-info/SOURCES.txt
src/bruker_powderxrd_parser.egg-info/dependency_links.txt
src/bruker_powderxrd_parser.egg-info/entry_points.txt
src/bruker_powderxrd_parser.egg-info/requires.txt
src/bruker_powderxrd_parser.egg-info/scm_file_list.json
src/bruker_powderxrd_parser.egg-info/scm_version.json
src/bruker_powderxrd_parser.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_parser.py
tests/data/D6Pm/A52-B128-S_20-140_0.008_4s_17h_D6Pm.brml
tests/data/D6Pm/A52-B128-S_Experiment0_PXRD.png
tests/data/D6Pm/Experiment0_debug.json
tests/data/D8A/Experiment0_debug.json
tests/data/D8A/SRM1976b_260105_D8A_20-155_0.008_4s_19hm.brml
tests/data/D8A/SRM1976b_260105_Experiment0_PXRD.png
tests/data/D8D/Experiment0_debug.json
tests/data/D8D/Si-Std_SRM640d_D8D_20-97_7_16hm.brml
tests/data/D8D/Si-Std_SRM640d_Experiment0_PXRD.png
tutorials/parser_tutorial.py
tutorials/unzip_brml.py