LICENSE
README.md
pyproject.toml
src/hofmann/__init__.py
src/hofmann/py.typed
src/hofmann.egg-info/PKG-INFO
src/hofmann.egg-info/SOURCES.txt
src/hofmann.egg-info/dependency_links.txt
src/hofmann.egg-info/requires.txt
src/hofmann.egg-info/top_level.txt
src/hofmann/construction/__init__.py
src/hofmann/construction/bonds.py
src/hofmann/construction/defaults.py
src/hofmann/construction/parser.py
src/hofmann/construction/polyhedra.py
src/hofmann/construction/rendering_set.py
src/hofmann/construction/scene_builders.py
src/hofmann/construction/styles.py
src/hofmann/data/__init__.py
src/hofmann/data/vesta_cutoffs.json
src/hofmann/model/__init__.py
src/hofmann/model/_util.py
src/hofmann/model/atom_style.py
src/hofmann/model/bond_spec.py
src/hofmann/model/colour.py
src/hofmann/model/frame.py
src/hofmann/model/polyhedron_spec.py
src/hofmann/model/render_style.py
src/hofmann/model/structure_scene.py
src/hofmann/model/view_state.py
src/hofmann/rendering/__init__.py
src/hofmann/rendering/bond_geometry.py
src/hofmann/rendering/cell_edges.py
src/hofmann/rendering/interactive.py
src/hofmann/rendering/painter.py
src/hofmann/rendering/projection.py
src/hofmann/rendering/static.py
tests/test_init.py