.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/deploy.yml
.github/workflows/testing.yml
docs/changelog.md
docs/conf.py
docs/development.md
docs/genindex.rst
docs/index.md
docs/api/api.md
examples/symmetry_search.py
scripts/generate_automorphisms.py
scripts/generate_spin_point_group_table.py
src/spinspg/__init__.py
src/spinspg/automorphisms.json
src/spinspg/core.py
src/spinspg/group.py
src/spinspg/permutation.py
src/spinspg/pointgroup.py
src/spinspg/spin.py
src/spinspg/utils.py
src/spinspg.egg-info/PKG-INFO
src/spinspg.egg-info/SOURCES.txt
src/spinspg.egg-info/dependency_links.txt
src/spinspg.egg-info/not-zip-safe
src/spinspg.egg-info/requires.txt
src/spinspg.egg-info/top_level.txt
tests/conftest.py
tests/test_group.py
tests/test_permutation.py
tests/test_pointgroup.py
tests/test_spin.py