Skip to main content

A fast MSA simulator

Project description

Sailfish

Sailfish is a performant multiple sequence alignment(MSA) simulator, written in C++ and Python, allowing for quick and easy generation of large simulated datasets.

Project goals

  • Ease of use
  • Speed
  • Modularity

Installation

pip install msasim

Example

from msasim import sailfish as sim
from msasim.sailfish import MODEL_CODES, ZipfDistribution

ROOT_SEQUENCE_LENGTH = 100

sim_protocol = sim.SimProtocol("(A:0.5,B:0.5);",
                               deletion_rate=0.01,
                               insertion_rate=0.01,
                               deletion_dist=ZipfDistribution(1.08, 50),
                               insertion_dist=ZipfDistribution(1.08, 50),
                               seed=50)
sim_protocol.set_sequence_size(ROOT_SEQUENCE_LENGTH)

simulation = sim.Simulator(sim_protocol, simulation_type=sim.SIMULATION_TYPE.PROTEIN)

simulation.set_replacement_model(model=MODEL_CODES.WAG, 
                                 gamma_parameters_alpha=1.0, 
                                 gamma_parameters_catergories=4)
msa = simulation()
msa.print_msa()

Project details


Download files

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

Source Distribution

msasim-25.3.1.tar.gz (18.5 kB view details)

Uploaded Source

Built Distributions

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

msasim-25.3.1-cp312-cp312-win_amd64.whl (266.1 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-25.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.3.1-cp312-cp312-macosx_11_0_arm64.whl (378.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.3.1-cp311-cp311-win_amd64.whl (265.8 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.3.1-cp311-cp311-macosx_11_0_arm64.whl (378.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.3.1-cp310-cp310-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.3.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.3.1-cp310-cp310-macosx_11_0_arm64.whl (376.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.3.1-cp39-cp39-win_amd64.whl (260.0 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.3.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.3.1-cp39-cp39-macosx_11_0_arm64.whl (376.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.3.1-cp38-cp38-win_amd64.whl (264.2 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.3.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.3.1-cp38-cp38-macosx_11_0_arm64.whl (376.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.3.1-cp37-cp37m-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.3.1-cp37-cp37m-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-25.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (622.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.3.1-cp36-cp36m-win_amd64.whl (266.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.3.1-cp36-cp36m-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-25.3.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

Details for the file msasim-25.3.1.tar.gz.

File metadata

  • Download URL: msasim-25.3.1.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1.tar.gz
Algorithm Hash digest
SHA256 d797f229adb4d71e2b433346451cf4ac6ba770fe4fa31fef63bee6423b037ef0
MD5 aadaeb9dd1e6f80e089ae5081e42eaa7
BLAKE2b-256 d8688880b1046480b6cf12a99b6f17fe43a45667bb5550adf17f7e1ed5c7859a

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1.tar.gz:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 266.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ba2505bbc1ac9e358bde0deebd79a2181cc7e4dafdb58c704a4b8a22713bcd2f
MD5 31928b9dfb8c9fef3be224adf0442626
BLAKE2b-256 c8065e0bceca50d740029b41a89d4fe0af15c8faca3e6b258be8a2f834032540

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 232afcf617f50208d8852440e3054f4c4cc85a116df9b1f0f1997da29abba816
MD5 e0c56978e466a191888014e5b69bfdfb
BLAKE2b-256 63dbbb975b07b15b86ae8c97a03c55062b119b5ad003afc1219ee1ba9334a1b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b03071144c66208b031eca8e04ff77a5114c50bd501ceb31dbaee662168f90c
MD5 af658a5e026f5b698f96208c2df3608f
BLAKE2b-256 8edc4fc55136e852862eef9525a1e57f2aeca83ae1e6500636e529e7c23ae35b

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7eff2439bb48cdeba4a7f630defb21bc367c804d146c66d068d08a52fac6ea8c
MD5 b236ac7d1c068b3f8a0a5755bd367509
BLAKE2b-256 c9d56185c9cf983136ea0306e79a05e59b33257ef7ba3f143d921979ef578cca

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 265.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f520359e5e1b5ddbfe2b53ab0507111eecc2c0ceca3448c3ac73079d1ca4193b
MD5 096c7849101f3096dc7212ddb5403542
BLAKE2b-256 c8bdea87671773048f44ad84d5b92a6f82176068e74034da03f6c801dfce8bc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff4c3e6ee3c8b5f872b261f195976a8655a10461f29de234d7db21e95aa8415d
MD5 73f540e7c4a98fd20a4313788940c45a
BLAKE2b-256 6e1f573a666540d26918571ac8efe7768fbd3851dee65c04fc46000622f3fc45

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d275bcd683cbad014b646c168936ae1ab560d149bddda50a7cedd0aa51f43b2a
MD5 d020f832e1a89865626a104a5de86de2
BLAKE2b-256 5b83ed7fa179dc1150e1d6945b2cd04e2ed608960eee28fd8c110f21fe978cef

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c30bbf75f66f4d09dddb21525df90fe7671d26ff541ab345237206306c31920e
MD5 1db5b7196e817c7957df31ca7695a74c
BLAKE2b-256 e8d308d5e2cd853f5691ef2ab92bafd6e508637c51851e4412c29c25b5ec78ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 264.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c2612301d8b12b31ea5671860a5a0eba5af0db9a9680a70fedd2f586660e35f
MD5 2229c93b23c1dbeb94d750c6952092da
BLAKE2b-256 12c1b3a7fef6c5e9ffb39e7ea1ffb2be964cff20e5d12b0ab658d43ff710479a

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b46ccd499db54665f778e1c8dcc5ab6bd8b8e500387b28756df7f36b419362b
MD5 76e779acf225bd2412f469de7598f45c
BLAKE2b-256 3e7b834a6a6bd1c0e748c6cf3aabff08f91c31855cd03e6a7ec26bc919954c13

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9ebc0b87f0391f438df093dc76ce440de71aa0c444f6000100a72861546b3d0
MD5 c2de48d3d3736334f65b505df0de94c6
BLAKE2b-256 d259d7a24e755e1a9a1b6b2fe2e205c1b0eac31b4681315ac498aa47ba27b0d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23a7ebce43710efb7a660360ed229fbc11f76b7114c33d31ba71be3611472210
MD5 b051b78d4d8272b6066085b0bf08dda3
BLAKE2b-256 6d7f66c0bfaea3c8c002709bf612ac0545401c177d27a37144a61c6e6ac79ecb

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 260.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fa112e8a24a495a9d3a710851fff87b6f8d9626a70d268e138b1de8ddffccce7
MD5 d2e40f6c99314be630de8e9f55196836
BLAKE2b-256 4a193c1ec8e271d3e33e7539ca8da6cb15128ba17412d2be8a16f97f0f1c410a

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b29223450b9583d179afe7861aa9f9aab5541a73c2ba9f7adc832cd35d756f54
MD5 ccf414bdaaeade54cae7642cc7affa1e
BLAKE2b-256 70ec959e0aadc783fdd8e339998ce515e00aea9383225a6bfef8c09f8e763d9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 525359b56196b51d3a7302dc484d113ee2f2608810a77683596f9b9bc14791ae
MD5 3f848cb8622e19544fbfa5f1992ba3f5
BLAKE2b-256 8f16b00d0901ada7c572556d0fe1dbdb0c90c8dbc7e4950f441cfcabd1f6d683

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd4b516d993eb2071a407758141c07e3e95a481675946872aa4965216129abf7
MD5 209efe1c99610155db7e81a0167350b5
BLAKE2b-256 c9d407c8160dc6d570b425d6a7776b3d420a094101ba44c54b61a0ac09dbb2fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 264.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 84989a8907cbfd5a139d12b6f31455b417c32f44a691a3292c31e76d2b29b9f0
MD5 f0f0d608204a4183be02b1d92282c74e
BLAKE2b-256 2368c07b03b4a6b5cb8e6d1af689a0fa221441896debd006c8a422696e404b99

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp38-cp38-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a6d35c13be82a0a1738dc0d7ae022d39f9527ac3ea0f14af107d4f33a327f59
MD5 78fba2081586b35b65bdd9a8cbc80ca3
BLAKE2b-256 2ce15ba5029fd3f3f3d8a25cd7dd9a1f5af8d6dcbcfcdaf035d56a4db9a465f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0de23dcd8a12c566e82b0179ed11d4a2e2d3bd62a7bfd67e2c4bbdea09b75d00
MD5 38a0f3c788737fb8b01c3f2102000581
BLAKE2b-256 cdf0510a497793d19a351a756bc2f286a772fba5158b6a94e0c533cf99613ef4

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c9fb523d9954e3d6fa5702a7eedbf10bf1948f752f50d52e0d2a3cc5ea3ec11
MD5 ebe8074ba3dba4cb0f12e17f2727f641
BLAKE2b-256 39eae864e13f6794ddd6f8e7a7dbc046721432f66dc942afc33ce5cd7b0e79da

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 264.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b02a3fdf8db7a1611584d168a76570d79a52d982e5d6ccf2812466f60c60780d
MD5 064bd4f8dc0473a9548ca5683b995f43
BLAKE2b-256 ec0ee446d58cfc8d79de8ca6de187f320ecf9b445827ac536b4a890d8de252b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp37-cp37m-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a71e12636b6c658468afa648a648151d9797af777d48c7f4daf4b4e018aa68c9
MD5 e2fb6b85bd82b47b2acd3c07f6e022ad
BLAKE2b-256 b3ff50dc68c7220b1c5333a1d7a5d45f094708142dd50714a8f5d1cc23fa1d7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99904050d496c58e439e4cf13442dca69b9331e62a40eafda4cc1d12d886577b
MD5 db15df964a77e523667668f454bb9615
BLAKE2b-256 8ffb0c64ce53f96549dc4b016db2745f3dc879d633a9a3a274dde997958810ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: msasim-25.3.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 266.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for msasim-25.3.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 83bee8649ab38b2c0c3e7f695f15b60618a1300771ebcf8a98f0706038968a5a
MD5 ae20158e8b54fc12b3d5c9849219d4e7
BLAKE2b-256 da741706ab01461669cfd63c26d113bcf2625af7c5a3c760541d1efe8ddb26f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp36-cp36m-win_amd64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 318457db73d4cec767fc685b8d8e225eb3421fe6ee8b3e67daa68244d6c16bba
MD5 d85e65bc9fe3078a32cfd9eca754486c
BLAKE2b-256 f4ce551a47231e38bc5f03102e0d2adf8312baa9055b63273a0e95f289789ea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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

File details

Details for the file msasim-25.3.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.3.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83b0fa2b34264681f295b5f4cb4ab84912d855223a5f1a6566145c5bb1774e87
MD5 6921d67bbe34561d60e6d40cd511b228
BLAKE2b-256 75341df373d1cfc1c7f715a34c42193b28c589ebe0ce502c970d7f5273d88976

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.3.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on elyawy/Sailfish-backend

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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page