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.10.15.tar.gz (21.0 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.10.15-cp313-cp313-win_amd64.whl (279.7 kB view details)

Uploaded CPython 3.13Windows x86-64

msasim-25.10.15-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

msasim-25.10.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp313-cp313-macosx_11_0_arm64.whl (405.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.10.15-cp312-cp312-win_amd64.whl (279.7 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-25.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp312-cp312-macosx_11_0_arm64.whl (404.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.10.15-cp311-cp311-win_amd64.whl (278.5 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.10.15-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.10.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp311-cp311-macosx_11_0_arm64.whl (402.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.10.15-cp310-cp310-win_amd64.whl (277.5 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.10.15-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.10.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp310-cp310-macosx_11_0_arm64.whl (401.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.10.15-cp39-cp39-win_amd64.whl (284.5 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.10.15-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.10.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp39-cp39-macosx_11_0_arm64.whl (401.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.10.15-cp38-cp38-win_amd64.whl (277.3 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.10.15-cp38-cp38-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.10.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp38-cp38-macosx_11_0_arm64.whl (401.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.10.15-cp37-cp37m-win_amd64.whl (262.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-25.10.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.10.15-cp36-cp36m-win_amd64.whl (263.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-25.10.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (614.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for msasim-25.10.15.tar.gz
Algorithm Hash digest
SHA256 cf4c91086ee65d11ed66d1a35e8cc5ee4d5f96f0b3d9155d9bc46414a73d5f37
MD5 102be5f4130a939c42520b8e15043010
BLAKE2b-256 0c689dfcaa758ac44ca352b034f1246aacfbb4c13a4201762e30ea1392ec1b7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15.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.10.15-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: msasim-25.10.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 279.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for msasim-25.10.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 85438db27a774d09baa9e5de231cb0a2e35ee3f26300295b3886409bb4dd3479
MD5 7640b053e18bbb86b451dff7aca7a102
BLAKE2b-256 4adb3837c4a7bb84c74a7afa833d3ce81e85eb70f44f8169f0315e3c49769b64

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-cp313-cp313-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.10.15-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f377ecd01f9a494598eafbc4874361a3a3b869b1427e5fc0a0d32f7e800a84db
MD5 6b4e86d8ef50a0cb2bc3decc10271be6
BLAKE2b-256 e82703884ade41d07171d24be59d829638371f09aa6b01a86eb3dedf74a9e5b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-cp313-cp313-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.10.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e33a8c84e0094c2258f73205d759a9de634fe5e948ed8d2e6f2012a0768b01c
MD5 d56b5750eb2a54e15f3caae34387d4d4
BLAKE2b-256 3718aa5f06e04f755f3fbe3153dedccfc735df7b571231c6bebe558a8b69ea02

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-cp313-cp313-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.10.15-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11aebb478de3ed91df0d7f0e601114a980e73a33bb005bf6b27d0d8240e29a48
MD5 1afc817d96bd84a98e966b39d90a20ad
BLAKE2b-256 a753859aa2d2de1cc532bb6e01fe7d7279127747a6941a6e89524b576808ee93

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-cp313-cp313-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.10.15-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 09aca5eee03a1c4daab7553cac853a98702884cde6175d9ba6dd7274c2e246ae
MD5 649d2375c2b7ee7d423c251775f2d9bb
BLAKE2b-256 439ee64576afce2c4641c40bdbce28ee36e4681c6fb9eea503bfa79693aeeb58

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63e08878ddfae651323eb1c4c1b07eae9513babb5fd6ce555faf14e3d1913368
MD5 7f85e9491a228cd49b1a55a711e97780
BLAKE2b-256 78d180a61d532affc17c447ede2016a86a957e91da74e5e184291cc5645ee6ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 843c231a841a7f635b3b784096e634a3137754c216adda31d663c664742d2836
MD5 8e5e436482a40f9dd998049424def264
BLAKE2b-256 a6ccbb7014850546968f4025a989f0c49973d6d0b1aa81896a792ad1e080d148

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1cf2c24709991b5e64a08ae3bc037faf50bac744a89e7b3d732ccc69f2b939c
MD5 776909ca8cd9e363ee237061a67e6a74
BLAKE2b-256 7de1bf130a149b1c22c85d44141fd1616332d9b8f96c75f3cdfb021706e1db2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 adc1a21530e1a1358f872461336cd62b44035d7fe490ebdea95cdf314b887da8
MD5 4c7d021df992036fb388ad714d17bddc
BLAKE2b-256 4d9f9b1d8629c1aa0848fa6f7ddd466165fbd6a31fd9e2cbf7eecbb9e7ca570b

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ab60bbd28519dcfbdd0cf3768cfbfef5b3dfaa0004125997de18a1310a29dbb
MD5 8b756501ae052f7168d15ca5a3e14574
BLAKE2b-256 a887c28266f454ba6af48303f96ed8d0d6023542e7c50b95797688209f62efd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b29a46f887b7d1cbae3676f314fe7103b6cec92cf664caea42d28344181a300
MD5 34260e821801f4cf97d696f65c839b38
BLAKE2b-256 a0979a03a3612d1a4b35153d332b631fc86e8c8874b6cf58bde4d484911aaceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fb56fd44cef62ae34f013c395ff2dd61704bee06c8a627a684b9d3b8dc0e875
MD5 14d699020ab1eadefd07fa74b42cdc76
BLAKE2b-256 7977bb74fe4d0e2438a015910213690e77fe0491b8036eb0d078e1c28793be94

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30491ab2f18cd98c18128b429ebcf4a415e84120b73d25860e627bd95f01698d
MD5 5111c5e470af3d40fac00528026c2580
BLAKE2b-256 81ca8246e73e5d0413f9855750fd4c8c7e9df3ed65caabf84d538491bacaad94

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78ac7eb1cff074d04dd0f2394ca56a55a55d307b17718b92c75278df5039a345
MD5 c1080440b5d3ed7abd2d577d279a5a14
BLAKE2b-256 4ffbacdf5d69c64d20c0ff469ae9d33fef53f2b7cb6d2fc7d940e778cb4e1b4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04f300b80cd7eff8208fc2d80ce0cf15b450e3730bde1eeb8e81b049f2c82c91
MD5 56671560328dd5e3e54f9444439ebeef
BLAKE2b-256 aacf98c793bdbae02b054842e3a3b029732845b01ef9c4977d2aba883f33dc79

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d5d1580e2fe833ebeb1ea4ccd3659d24498000f28122c44988ced8e3ed5dabf
MD5 0bd10a7f552b8ac47025b5d2bdc1b491
BLAKE2b-256 64f566e8283a73d5bfe251e2f7ecf3f0d8772e1270b88214e1cefb8846e93917

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d2d7c7fcfe80ec48092b3b46a7f6f3a4d92059b68b86fb71fe5bc16addc27d75
MD5 e0516673bbd88e86c9deaba70fef909f
BLAKE2b-256 9c6eeba6bc5f7ceab8f9d273b4dc43b0ec4e18614643af22e304f77554c56397

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38db65b6b9763b29dc4b515ab2bd360281ff8440a2609b03df9dc94674d75b54
MD5 0d94dc5455adf97921efbdb91ed6bee2
BLAKE2b-256 7c8d43a4321161683ad88ae13652a04ea735f5ee4cd884b1780a82f36c69f0db

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad5101f4400e52acb3e67eab4a4b6a9034e13e896acd62d019428679d2eb7430
MD5 07d7e35d613ae1348f64bfdbbc596aa8
BLAKE2b-256 93c6e5e1dd31cec96927e60bdcfc398d54e9b285578e140edbb90027a0497fe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 baee967a40b483fe61bf3df3de0e041ff71f4898bb7a3de8ed2438850ec0792a
MD5 bee19288da88028d9d86a7ea7bf70fa8
BLAKE2b-256 ec712c9cfb2e3b972f0fb77cd56060efa47fe8e3b37f42340105b9d4f9e5fefa

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f8d9a55b56728a23288a42b620064521e6c1cef533ce36ff77078d038985c89e
MD5 77ec5a6e881b89555e49f3d5c741c3ae
BLAKE2b-256 80468c43a7a01746c456e9878df55b7f67b9eb0ec58029e3c10b4dfa7b53736a

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26b98ab135d7904dfb8eb69c523d58202ce95560bf0251002385fd3c09484e93
MD5 cd64bdd8971fc73b7516724568483499
BLAKE2b-256 2e9d35dc679145794397043fc28e0ebcc48d43b236cab37ded96c8b54c602c40

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5365aad40c2e565d6d3937556d2150fa0d1d6fa2287d02d8fbcf76031564f294
MD5 a5ed4ed4965d456cf7cc500e15386c21
BLAKE2b-256 e9c793f7e3a50df2b0bf2dd62d970afaca2399afbf45387549b7d13b33c47bd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ca1b20b2654ed6c2fea307b2e2ec8faa20b508e44f7222f06dc88d4259e218c
MD5 77aa6c56aef324fa9fe6fa7ea9a10e21
BLAKE2b-256 0b9ebe26c35706a3a6a533f9fe07e83a85e418570ff5848ab7398db06e7bc820

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp37-cp37m-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 92694dbb5be5421a523f6e18c53db35d656e4e6cdaf3bdb1c4e4f4c4a22c934c
MD5 f2cd15c519e6db3625f5fe19b74c36cf
BLAKE2b-256 6bd42370014d46390b652729e6f04a0dca7fb75b1668b0993b14ebda00b61965

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b76ddcd6aa5c738b9774bdd6d9670652bde45e3fa7e98ac484e2c4780a43aa81
MD5 6dcd7f8e452ef6b64a574e558ff88d3a
BLAKE2b-256 8e5d5386c564be24145f63c68aa10b1590894e0aff8c136287ef4c1f9a843202

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b210745f1cd297c4ae3880bd405aa1c221825b633b1c940e7db840c9a2a173d
MD5 5af9a8ef29bb5936d47adccb59623e62
BLAKE2b-256 04c3bc0369a9876cd6dd97fa686d6d6ad3857ebe6f808008b92ce20b11423406

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-25.10.15-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e4879483898233fa4b6983465814f7145dd16d8b42b2401f345f296eed82022c
MD5 4615f6d2faefdd48f9b357a145b4538c
BLAKE2b-256 692089affdbef25b8604ce971a6b9ca80b860556fbcf05c4b8b096375fc15846

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4029f4f07407a28b5a12faf50d7e35954626c7985a98e6ed572bf1ca14002554
MD5 aa672ece6fa3078019dec03a49e85e7e
BLAKE2b-256 55788b46bfcb68c7ecc1aa72771b93232ef59a1bd6d101a3a8e20abde99775b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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.10.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-25.10.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2dbf253480341be1e78e92f645f7c693a57b94d103996fa5a85ef67352ec35fe
MD5 f84e0de9cf105db59132bc2d6537a104
BLAKE2b-256 5daba694f2de9d30dfdeb1a84b2b0a8ce130d905ffd0327f8223d99f7ea64637

See more details on using hashes here.

Provenance

The following attestation bundles were made for msasim-25.10.15-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