.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/test_and_deploy.yml
starfile/__init__.py
starfile/__main__.py
starfile/_version.py
starfile/functions.py
starfile/parser.py
starfile/utils.py
starfile/writer.py
starfile.egg-info/PKG-INFO
starfile.egg-info/SOURCES.txt
starfile.egg-info/dependency_links.txt
starfile.egg-info/entry_points.txt
starfile.egg-info/not-zip-safe
starfile.egg-info/requires.txt
starfile.egg-info/top_level.txt
tests/__init__.py
tests/constants.py
tests/test_functional_interface.py
tests/test_parsing.py
tests/test_read_write_round_trip.py
tests/test_writing.py
tests/utils.py
tests/data/default_pipeline.star
tests/data/one_loop.star
tests/data/postprocess.star
tests/data/rln3.1_data_style.star
tests/data/single_line_end_of_multiblock.star
tests/data/single_line_middle_of_multiblock.star
tests/data/two_basic_blocks.star
tests/data/two_single_line_loop_blocks.star
tests/data/relion_tutorial/run_it025_optimiser_2D.star
tests/data/relion_tutorial/run_it025_optimiser_3D.star
tests/data/relion_tutorial/run_it025_sampling_2D.star
tests/data/relion_tutorial/run_it025_sampling_3D.star