Skip to main content

No project description provided

Project description

pySpinW is a tool for calculating magnon energies and simulating scattering experiments

Details of its use can be found at www.spinw.org/pyspinw

Example

Here is an example of calculating dispersion curves for simple ferromagnetic chain in python:

from pyspinw import *

# Define the unit cell
unit_cell = UnitCell(1,1,1)

# Specify a magetic atom at (0,0,0), with moment (0,0,1)
x = LatticeSite(0, 0, 0, 0, 0, 1, name="X")

# Create a magnetic structure (this could include a spacegroup, or 
# supercell structure, but we don't do so here)
structure = Structure([x], unit_cell=unit_cell)

# A single exchange between atoms in neighbouring unit cells (in the x direction)
exchanges = [HeisenbergExchange(x, x, cell_offset=(1,0,0), j=-1)]

# Create a Hamiltonian object that holds things together 
hamiltonian = Hamiltonian(structure, exchanges)

# Define a path through q-space for out dispersion curve
path = Path([[0,0,0], [1,0,0]])

# Show the spaghetti plot, with constant energy smearing of 0.4
hamiltonian.spaghetti_plot(path, dE=0.4)

This should produce a plot like this:

New features in the python version

There are a number of features in pySpinW that did not exist in the MATLAB version.

  • A viewer that lets you see magnetic structures and their data simultaneously
  • Parameterisation of hamiltonians
  • Saving of objects (note: we are still in alpha, so expect there to be changes in file format in the near future)
  • Approximation of incommensurate structures
  • Tools for working with spacegroups

Functional parity with SpinW

pySpinW is still in alpha, this means that a small number of features of SpinW are not present or complete in pySpinW and that some features are not considered stable.

Not fully ported:

  • Fitting of incommensurate k-vectors (work in progress)
  • Powder fitting tools (basic powder fitting available, but not all tools are ported yet)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

spinw_python-1.0.0a1-cp314-cp314t-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

spinw_python-1.0.0a1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

spinw_python-1.0.0a1-cp314-cp314t-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

spinw_python-1.0.0a1-cp314-cp314t-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

spinw_python-1.0.0a1-cp314-cp314t-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

spinw_python-1.0.0a1-cp314-cp314-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86-64

spinw_python-1.0.0a1-cp314-cp314-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

spinw_python-1.0.0a1-cp314-cp314-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

spinw_python-1.0.0a1-cp314-cp314-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

spinw_python-1.0.0a1-cp314-cp314-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

spinw_python-1.0.0a1-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

spinw_python-1.0.0a1-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

spinw_python-1.0.0a1-cp313-cp313-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

spinw_python-1.0.0a1-cp313-cp313-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spinw_python-1.0.0a1-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spinw_python-1.0.0a1-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

spinw_python-1.0.0a1-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

spinw_python-1.0.0a1-cp312-cp312-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

spinw_python-1.0.0a1-cp312-cp312-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spinw_python-1.0.0a1-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spinw_python-1.0.0a1-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

spinw_python-1.0.0a1-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

spinw_python-1.0.0a1-cp311-cp311-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

spinw_python-1.0.0a1-cp311-cp311-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spinw_python-1.0.0a1-cp311-cp311-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

spinw_python-1.0.0a1-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

spinw_python-1.0.0a1-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

spinw_python-1.0.0a1-cp310-cp310-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

spinw_python-1.0.0a1-cp310-cp310-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spinw_python-1.0.0a1-cp310-cp310-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 282fab436ffbcaafdb702c83164df49f1869f24a0a7cc299fea98e1a9fddd306
MD5 a84f81bfbf4af87f9fe5ce1e1bccd69b
BLAKE2b-256 6d7b42c33f0fc52aa0080402be0a79be148b8dca30338ac1aafaf812598e0839

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 042c422b2d757392cb8f65f194754c927c354659d3fb8a0c412ee2a64d854b31
MD5 93715517659e30717dace2efa623ecfa
BLAKE2b-256 2f4e3ef9a90e96e95d4f4bb062b97158b71bf777228110142e2a36f1bf2c1611

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f51c370af4fe44c521f44d4539b2946ad8938fd32405e01522592a1e580591bd
MD5 1bd229b739b06c6814fe2f3d9ac94363
BLAKE2b-256 e3e155f384d6311bd83e74421d96be271ff55dde3db0c263b509d5aea35be73a

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51a94ef304c466d0c926bf63cdfcb2738e0c5d7e955911c5ad8c83d0254276e0
MD5 6bf7096ceb92e250a0e41a91981fa2e7
BLAKE2b-256 5889cb1a252528155fd7df602bd87435dab30f2d3ec6f9fea702b0dccf21115b

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f68394c7c6470b1e7509bc200d6ca2e532d31ccd5a694c1b91fabc3eb2412b6c
MD5 320b5eba677df3153624651122449133
BLAKE2b-256 e745ffdd45eba79250dfcc8d65567b901258ba48786eb3f91afc93e9d7f42ed8

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bb45e7ecc2bef4c5da04d6f028a06d6648bb1e746592beb9aee56f0eebdf7736
MD5 ebfe580f064bcfa2b262d764ac29a1dc
BLAKE2b-256 e4e659d519080c05c2cf223c0919a9c02066e35db0656b69e372d6b538a22f24

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56af7cdb6bc8dcb82c0dc0234dc0d791d9b87811fab037da634e65065abf6186
MD5 bfb00eaccfc8eb5238bf760af51646b3
BLAKE2b-256 04e7d693a5cb100c5ce0e7fc9a3268ae720822f05351467770d6eba694c6bb39

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d6a251fcd6256dfe3c866dceb5b3f6d4c41036fa404f4e0063656acac708171
MD5 fb1622688ce5e01031e0e6519d81b0b4
BLAKE2b-256 77852743c2d5df31319fb296b7cf686268fcff54e13e0ef9fd9910f8ce2fe79d

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d93397ed79a4a8622f281912146e0ac1f0adfd810f8672ca9105a647aa8d174
MD5 14ee85ffff2c95a417dbceac16ed34b7
BLAKE2b-256 94491771e4002afa116ecf6d8b4dd6b17be8998d781842dd8370107d8bc413b6

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ae9ccf132412b24da1b5d6b058d4842ac3e9bbc6c599448bd0ad55c699d64c9e
MD5 2f922fa814a68baada7a924654b24a6b
BLAKE2b-256 93e4d525f322660dd2cdbd96d12283e4b3036b88bce911618b626a9a5632a641

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 80e7e7be1677d9e0b12e96950ab42e99f0d2b41ee55687e9cdc3374dc370aa97
MD5 699b17d37a5c6de1e3ec4e2609c5f78d
BLAKE2b-256 91e67caac4b497b401d624cb8da9f8baa13b2c016ca622a63699f58deff8d809

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65461f5302654343233d883df300ef55202724996a60feb66662f22d335831d0
MD5 d56ead7700b0af2a788c10c2e50cad86
BLAKE2b-256 0306fe034deadc8d665a71b43cc1810cbfa13a13f86b3eec359a702065f65cd2

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af1aa9f5ab9c1d37eaaa4bbd65f5f5bdb628fc006c571342d511f47ed0135db4
MD5 d0fa61bfd507c091ec08140d2f373314
BLAKE2b-256 bd294e5f8ddaae0002294f01e57670c8304f959188482c24e87a681480ff1777

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bdfb987790bd642649479387d83bca926c08da4e6f5092b7560e454380add9c
MD5 7945d95d07e75e9d2a933340a8846eaa
BLAKE2b-256 0c703605a66d27e1ff2620428a134740938aa30f7146ff7009b6c73bcec50946

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 352f2f9a75ba03ec9db42e10b9bed185e220e5fdd8ff4c59c727b4e4fbbd24ed
MD5 f11d436f67247546ab04e5d8fc250297
BLAKE2b-256 7c093ddb061f3de125e182ec3138b8403cd11f27ac0757a687c341ed9fedbe20

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 92c7ad3eddb92f1dcacff9cf59e1f251a0b01a529aa0ec5afb4864812f6f8132
MD5 dbe5f9aa2afc145fbf92402804d2b424
BLAKE2b-256 0c4b7755428e1d4b144a255499c760cbc5a93210e577d2c68566955b55c42f16

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f94b1402a382c242ede43c4b893ecca3e6b43d8d95bbe1f38cda56f45390be82
MD5 fbe9c990f4051db6e457b5811cfacf7c
BLAKE2b-256 b74bd5bce7d71c8c7776494dd9ed5b275d8c853158d15acaf0334163af254d8a

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d93b2d74a9f30d44cd0f4e15c2e5b028aedc3ca4fbdd8b851360abf33dc947de
MD5 a1772ffbbdc6ab23026fde5cd2f5d50b
BLAKE2b-256 8e61a9c7fb4dda292c86891a6bd280ef94568daea6268845ca007c5f31af6f39

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 305fef03b93e4b2fe752c44903e9ca8b614e433853b5b15dc47a97db3775e631
MD5 cd40a4abe17bee7d7a1153767d5fa98e
BLAKE2b-256 82311df8684762047c04cf195b089e3d06e2845396ee4ad02931e33a05164772

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 250c2e48b1570aa723167be36e8d5d52021fab1558fb953e083a725b742bc409
MD5 93cc47ceb661d02b01aae78c81cd96f7
BLAKE2b-256 c0f0a70cec9d22a66252d902d59cc18960dc14d5d98dc092e5de50153763a797

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7697261994adc8d43a4f493b1f7db46d12fd6b20913570289e938c4e0d9670f6
MD5 b78c3a420f9e7ce6b031a04613331807
BLAKE2b-256 ba89de6cd85f7cd2fa082ef6996e35d84bf751619c95dfef99b6bfe7f940aa8d

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61c81d3145181a20ccfe92cc94ecaf2011af972593d439c4195d5487424e1b5b
MD5 cc51c8f7c89d34f98d7cfe2ba3937655
BLAKE2b-256 a1b8b2493a49dc1ef8259103326f33d7626a9e6b3b2b2dd50f0f2c06aad1175e

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a192e1a9a8acc7104ff4cc72c9f972473a302a300dfbf667453630bf2d220b69
MD5 164141dd9e76fffd197db5f6fb1727ff
BLAKE2b-256 0edff8c7064fb9f55440dbd2b9a26c17e02a80546b5ddd8eeb6cfa0f4d366e67

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d55c45f5a9c36507d142559712e08dfd16ce35cee884e31d5b46aabcc396303
MD5 6a4db6c7318a0827844c16a01e5e6ba6
BLAKE2b-256 c0c32bb96112d7a618149d048289b0576c96b9303806a6e9ed2e62b4d67d0ef6

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86f2b03a4481c22cebb79677d4b1c64f4ae8ac1b88cada4e715b1ae9f86039cb
MD5 d8bbd121d8b6a8ab3e13ad877ddaf420
BLAKE2b-256 7780c43c12aa925e301388a850b614142756c3d9f31ca6ab71667dfad8a3ce66

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0bcc341293c39bb0238aad843218d222ae6841ab5d0eed7b24d86f711e2b565
MD5 e0664993857cd9bae9aa6ec745626b32
BLAKE2b-256 919669e7132ba39cef2f4380e3ee1808876b871d758de7e9888ed4a385a8522e

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d5fb4da36ef7536c9baa5972a4b15c62d8649b7b5b746f9386da6ab3aa27df2
MD5 1a0feee1f4ccc73467978c8d7c0e178f
BLAKE2b-256 757ace863b875cbd9b063dcc035ed2c36bb6757e2708c79e1f6dc9459aece877

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd93c54c13c7bc7de90b93dddbfe45f43dcb800ca7939dabbad9346e5425d442
MD5 e5914007edd75688f0a43724bf498c06
BLAKE2b-256 1ae54a5e129972ec3e4d238ce5da132aa3538417b0d7df446a3f20153454a23e

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 857764122ee2298a00ab908f213b66a8caec3a70b2db639093bd57681c6fb36e
MD5 df95375b22f8ea3453bf519177172a35
BLAKE2b-256 d91a1edc390f709d89e7aab56696341295c662af8f70039318ce789434429f1f

See more details on using hashes here.

File details

Details for the file spinw_python-1.0.0a1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for spinw_python-1.0.0a1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 343021e81e3130fb1dacbc7fe09982e7fbf8e7e51ee76f41db06f589c6295a02
MD5 ddd788ce61ffc149f25d113765ad701c
BLAKE2b-256 26c8a2f5e4bbe6b615e268adce3aca0e92e496cf96d61a125845ab38d3d735a4

See more details on using hashes here.

Supported by

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