Skip to main content

This is the spglib module.

Project description

Python bindings for C library for finding and handling crystal symmetries

Installation

The package is developed on GitHub. You can get the source for the released versions from the repository.

Note that the Python bindings will link to the system/environment installed Spglib (loaded from LD_LIBRARY_PATH or DYLD_LIBRARY_PATH), and it will default to a bundled version otherwise. To always use the system version of Spglib (e.g. in a lua-module environment) delete the bundled libraries libsymspg.so* in the python Spglib installation directory.

Using package distribution service

The easiest way to install python-spglib is to use the pypi package, for which numpy is required to be installed before the installation. A command to install spglib is:

$ pip install spglib

Conda is another choice:

$ conda install -c conda-forge spglib

These packages are made by Pawel T. Jochym.

Building from source

To build from source, make sure you have installed the build requirements in pyproject.toml. Then simply run the following in the root directory.

$ python -m build
$ pip install .

To include testing or documentation environments, simply include the relevant extras

$ pip install .[test]

Running tests

After installing the project with appropriate extras (testing), either from package manager or from source, simply run pytest in the current directory to test the python bindings

$ pytest

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spglib-2.6.0.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

spglib-2.6.0-cp313-cp313-win_amd64.whl (561.1 kB view details)

Uploaded CPython 3.13Windows x86-64

spglib-2.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

spglib-2.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (805.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

spglib-2.6.0-cp313-cp313-macosx_11_0_arm64.whl (798.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spglib-2.6.0-cp313-cp313-macosx_10_13_x86_64.whl (795.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spglib-2.6.0-cp312-cp312-win_amd64.whl (561.1 kB view details)

Uploaded CPython 3.12Windows x86-64

spglib-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

spglib-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (805.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

spglib-2.6.0-cp312-cp312-macosx_11_0_arm64.whl (798.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spglib-2.6.0-cp312-cp312-macosx_10_13_x86_64.whl (795.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spglib-2.6.0-cp311-cp311-win_amd64.whl (561.1 kB view details)

Uploaded CPython 3.11Windows x86-64

spglib-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

spglib-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (805.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

spglib-2.6.0-cp311-cp311-macosx_11_0_arm64.whl (798.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spglib-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl (796.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

spglib-2.6.0-cp310-cp310-win_amd64.whl (561.1 kB view details)

Uploaded CPython 3.10Windows x86-64

spglib-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

spglib-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (805.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

spglib-2.6.0-cp310-cp310-macosx_11_0_arm64.whl (798.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spglib-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl (796.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

spglib-2.6.0-cp39-cp39-win_amd64.whl (561.1 kB view details)

Uploaded CPython 3.9Windows x86-64

spglib-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (809.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

spglib-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (805.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

spglib-2.6.0-cp39-cp39-macosx_11_0_arm64.whl (798.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

spglib-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl (796.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file spglib-2.6.0.tar.gz.

File metadata

  • Download URL: spglib-2.6.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spglib-2.6.0.tar.gz
Algorithm Hash digest
SHA256 d66eda2ba00a1e14fd96ec9c3b4dbf8ab0fb3f124643e35785c71ee455b408eb
MD5 fbf8ac4397b5d5075d7775d845c61ae4
BLAKE2b-256 bf341fe99124be59579ebd24316522e1da780979c856977b142c0dcd878b0a2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0.tar.gz:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: spglib-2.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 561.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spglib-2.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ff1632524f6ac0031423474e48d6b69f4932ecb7eb4446a501f59619e2b5cbc9
MD5 5ff7bfc94fc1ffc81b68370b518d0384
BLAKE2b-256 1656a31e8d3c9e8d21100b83bbe1c1f3f7c94db317393a229e193461e5e6d2a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc9d856d7cc936dc73b6b303aaf8b2fb4230a8527659373450c6e1139cbb2a5c
MD5 9675930399eb938b7ceb114c9dcccc07
BLAKE2b-256 53011c0485ae02e645bc517bf5d5a6ca674f62c97e247890b954cbfe85c64dae

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ebf487ab9f87378f4514e9415f27a546e3cd03ced6aa40428bb16bcb9728334
MD5 620e22f94f3c6e5085e1d70d981a6404
BLAKE2b-256 7c3efa9706976dc00e3862d858ddc5d5f8a06938175ba503a9f43bf3d2c119e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12db7a0d6ad84c55e61eda67590a438edeb48e57ffd5df868cd931b57fb8c630
MD5 788c532a0f20ad5ffab3137f7cd31a7f
BLAKE2b-256 2d47634fe8323c6c2bfa86e10eb41ebfe410db5e6231aa1727a31ce4f002480f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d7872819b6448024ecf7dfccac45147d8cac839bdfff6763b92784aae63bd139
MD5 a9934f7a0411101d3ad42ef9adba39be
BLAKE2b-256 1ba5174d33068d4383df4be9ee1ea9251f17820a622f3be744ca2ab7334818ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: spglib-2.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 561.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spglib-2.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 86d0fd355689e58becd2cda609b03c3a0d9ad9d6f761cefd08b970db6f314eae
MD5 ce7f1e9e52b2915ea5634a326e9e0975
BLAKE2b-256 8f82b54e646be7b938fcbdda10030c6533bd2bb1a59930a1381cc83d6050a49c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8e9c34da1e2428c3a8bd4e209e5356d12d454d8ac54120d5ba4a437d3abe7ba
MD5 f88a1a6b8f6610273714e590bc4e3506
BLAKE2b-256 337598a7eb100dc5cfd20b019046452f08d5e67dfbacc71d8f28763d32426fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a99533dd2e324d2adcb39fb43bee2fa7d41dd389afad3cc740146c64cbf96c9f
MD5 bacc1f4013099667bb69b57ab5e4b179
BLAKE2b-256 950118d6ed856a1ff6d0556e5a0dffb8c126f936f2b2c9f8b20fbfec5b02d5e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83ea2e90addc7232017c793a32d94b47bc68040c595671d1cbb836ede4349510
MD5 abbc3dc332f802ae3f8f29c8b7c32f20
BLAKE2b-256 bd8cd4907ad4f6bdc5bf79462d8767728713a7b316918a7444df372958a0e417

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f38b7a98e9cc56d23830e42af5d156802c6a756ef6ce52d7e35641b57f8daf7a
MD5 78e230605266535048dfa9b00bd6c3ab
BLAKE2b-256 3cf59febf95f9ec5e2453fb5fc178683720cf135997c3779a8a1c82269ab5a11

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: spglib-2.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 561.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spglib-2.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9a72daeefcabf62ca88eff77adacf5b2b9d91a17c4f93d61d86f635476de8400
MD5 9ca9e7900d17c45d79beb2cd6625cffc
BLAKE2b-256 25a8d89e1bde525baba10eb8d0be79a5bbaf56c59a47b32bb954866d96a228e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff6b2f21226f7ece7758eb1d320907168018aa0a30a57c2b0a24cbf8f6860211
MD5 9e04f2099ad5693ab1feae007e35b088
BLAKE2b-256 5541591cd1e94254c20f00bb1f32c0b1a6de68c03d54e6daf78dd7b146d0b3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 046b72f67f0a6e47ea2ec43c160c8f223f5bb557311617aa2043c5d0bb3b39fa
MD5 1641b841173763cd613db34853329704
BLAKE2b-256 9f205e230660425b03b9a43d10e8d8c29d2242c0ba839919ae37a0a5120df137

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02d2e730a3b2cb43e318944493d0c288592b0e2ddbab0d222a548312659ee22a
MD5 88f140071bbc40c7eb6ba7eb9a716641
BLAKE2b-256 f6ca270d463f6c34f539bb55acdab14099c092d3be28c8af64d61399aa07610c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c22d87849e1086cbe88399c08c93b4e7babec92c1db49f15ef8b081339b67e25
MD5 b8828091e3d0ac3a4a636d5a0968ca63
BLAKE2b-256 6c4430888e2a5b2fa2e6df18606b442cb8b126b0bea5a2f1ec4a2a82538ffecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: spglib-2.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 561.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spglib-2.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 94675831b99433a09cd1aa29b5212d1c87e611bd92cb31f37ea73a5509219aef
MD5 fdfebe24b2c145f547fcd06f7ce4dc1b
BLAKE2b-256 d1d455a5dcda747b595fc5a2398f93a7a44764b22ca5ee8c5be8bfb9304b7431

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp310-cp310-win_amd64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7b8a6415b02a3bd5c69fb6bc8a8f7a01e28a3376e579819c10f12c9ac875bcb
MD5 8af558a5d5a42b3e873ec97f12c6e3c6
BLAKE2b-256 e165453e04e8311ccb65794aae8550934b405d19e883956904358f92ba061206

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 231af497fa2c7cec7943291d07e61e67c4202acecc3f79876bf7c48a86432202
MD5 c73ccab4c01d7c6c1610c8ea283913ca
BLAKE2b-256 c14162c7412c8674647ff26b7cb2d06f70a203eaf22f7197cc00d55d179b9bc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c5410f73e7455372309309444541fd7a8c6e72b0536185d5b8e95dc5e0b949d
MD5 600139ff9a4c5ad545f328fe24742a00
BLAKE2b-256 1c13c1636179c0cc83bf70e26b9936a165429606a0520a81fe0350f74259b822

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32412b0e1287e3ae59758d5ce8f91a35f377e53eb2931341e4e9a1e1be187a54
MD5 acd1bf947ffc42b7ded23f69398abdc0
BLAKE2b-256 80c9e13567a05086275fc386b176073515ace929cff3e2a371f7cce4f10e9eb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: spglib-2.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 561.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for spglib-2.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4dbb67f9d9e98f21e389d75a1b1661184db056007a55a23322e3e986cdd15aee
MD5 a916f6043d9aa9a0f7b3112d8d4974c8
BLAKE2b-256 f1e44fe7edd63da6d6b178332f49bc106c09533be0bb5abf4e7f4b2ec0441d53

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp39-cp39-win_amd64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33356cbea5a443d691229ebfd09fd5c9dbe259249d1edd3391073dbb6038def6
MD5 d763353a52fdc5a8eade355c051b7752
BLAKE2b-256 67d9d2031a86eaa1039eaf4bc03d1dd14ce7443ab45ba121536d0c03d0faa928

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0aa76030b070cac33f71c2b80a97f5a13ce63bbcecf2dcb839637fbef998ab34
MD5 bb7ff9babe0eefabe73f9725fbe78311
BLAKE2b-256 57bde274f4e7e79c223a0659e3990764977dbf4ae32dcbd0d09b6873f608f4b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a64ade674bf8018c26d3f549a94e75cf124508a54a8fc4ef249ac7b2a51545b
MD5 c2580eca5e92e3412fbdee6f57e4db7a
BLAKE2b-256 fb7fd4a4610c7b8996a6ac9bccf380aafd7b2e92416ad5829dec1778213313d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spglib-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spglib-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e8b045112a473e2a338d713e8579e053be6e12fc184d37c70ba12a24128b18b
MD5 c0f332015531b7d6bcdd793d1e50ada7
BLAKE2b-256 f33adc6c34e4d09820ad94334f7725887c050d0c272ff63c0aebaaec7e4fb390

See more details on using hashes here.

Provenance

The following attestation bundles were made for spglib-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yaml on spglib/spglib

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page