File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ repos:
1212 - id : debug-statements
1313 - id : end-of-file-fixer
1414 - repo : https://github.com/astral-sh/ruff-pre-commit
15- rev : v0.11.13
15+ rev : v0.12.0
1616 hooks :
1717 - id : ruff-format
1818 - id : ruff
1919 args : [ "--fix", "--show-fixes"]
2020 types_or : [python, pyi]
2121 - repo : https://github.com/pre-commit/mirrors-mypy
22- rev : v1.16.0
22+ rev : v1.16.1
2323 hooks :
2424 - id : mypy
2525 exclude : ^docs/
Original file line number Diff line number Diff line change 11# Spgrep
2+
23[ ![ testing] ( https://github.com/spglib/spgrep/actions/workflows/testing.yml/badge.svg )] ( https://github.com/spglib/spgrep/actions/workflows/testing.yml )
34[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/spglib/spgrep/develop.svg )] ( https://results.pre-commit.ci/latest/github/spglib/spgrep/develop )
45[ ![ codecov] ( https://codecov.io/gh/spglib/spgrep/graph/badge.svg?token=DQGVFCTB1P )] ( https://codecov.io/gh/spglib/spgrep )
1819## Features
1920
2021- Enumerate the following irreducible representations (irreps) of space groups from [ spglib] ( https://spglib.github.io/spglib/ ) 's cell and kpoints:
21- - Linear irreps
22- - Physically irreps (irreps over real numbers)
23- - Projective irreps for spnior
24- - Projective irreducible co-representations for spinor
22+ - Linear irreps
23+ - Physically irreps (irreps over real numbers)
24+ - Projective irreps for spnior
25+ - Projective irreducible co-representations for spinor
2526- Enumerate irreps of crystallographic point groups as well
2627- Find symmetry-adapted basis forming given irreps
2728- Minimal dependencies (numpy and [ spglib] ( https://spglib.github.io/spglib/ ) )
@@ -77,11 +78,13 @@ See [example pages](docs/examples/examples.md) for more detailed use cases and [
7778## Installation
7879
7980Spgrep works with Python3.8+ and can be installed via PyPI:
81+
8082``` shell
8183pip install spgrep
8284```
8385
8486or in local:
87+
8588``` shell
8689conda create -n spgrep python=3.10 pip
8790conda activate spgrep
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ homepage = "https://github.com/spglib/spgrep"
3939[project .optional-dependencies ]
4040dev = [
4141 " pre-commit" ,
42- " mypy" ,
43- " pyupgrade" ,
44- " pydocstyle" ,
4542 " nbqa" ,
4643 " phonopy" ,
4744 " notebook" ,
You can’t perform that action at this time.
0 commit comments