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.11.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.11.1-cp313-cp313-win_amd64.whl (262.6 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

msasim-25.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp313-cp313-macosx_11_0_arm64.whl (392.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.11.1-cp312-cp312-win_amd64.whl (262.6 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.11.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.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp312-cp312-macosx_11_0_arm64.whl (392.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.11.1-cp311-cp311-win_amd64.whl (261.3 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp311-cp311-macosx_11_0_arm64.whl (388.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.11.1-cp310-cp310-win_amd64.whl (260.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp310-cp310-macosx_11_0_arm64.whl (387.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.11.1-cp39-cp39-win_amd64.whl (268.0 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp39-cp39-macosx_11_0_arm64.whl (387.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.11.1-cp38-cp38-win_amd64.whl (260.0 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp38-cp38-macosx_11_0_arm64.whl (386.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.11.1-cp37-cp37m-win_amd64.whl (245.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.11.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.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.11.1-cp36-cp36m-win_amd64.whl (245.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.11.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.11.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for msasim-25.11.1.tar.gz
Algorithm Hash digest
SHA256 f5c62d31162d9eb048fb723484bd22a91eef490323400cfc45a7e95ae7a09c55
MD5 69eca87594108047d6954047f3448de0
BLAKE2b-256 7fac75bdf503353a78e8e4708dbe6d7f1098164e390fb7c9513e24de75d8c2a2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 262.6 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.11.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 266d760cea08e2e046ebd326e850e1d5f0fcce9f8d4ddb609d626a60e0938f51
MD5 e4f08a158b15b358071943a6beffcadc
BLAKE2b-256 3fd1de5c5196d3df110a72ba25c188deab297b5c106fcc3bf47115c33fc4792d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4df59ab1c8754d63f3fbfc6fa3334249af258c368b41275f9647262041f9836
MD5 e83e60bb428981cb814730a909cdf35d
BLAKE2b-256 d0a0e2759ff89a76755c1b459c73125399110888648ab82fae6e8802d4df1767

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b801f96e82f264e900878df45eff2e18e6a754d3644f1dec03f645d6a8d80f10
MD5 3f3b61ce30d55073213dff070ee8be95
BLAKE2b-256 bcf2a462160107ac65cfc5ce5957ae246d6b4f7308cfb6c675eaccd722dff7f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8565eff134adbaba32be42f11c9014de6eb8681d2960b29168ada39ee5074a5e
MD5 95de57b66e6cc222a5d0369781ae766b
BLAKE2b-256 4ca6ee536803f5afa60277c770e9b840d7151a8cc254dabc5c7d6d4d119da956

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 262.6 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.11.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae69c9ea9beb4f1b7e6c2dd6542a24deba45b5c033121d80193556bceed10959
MD5 4b1794eec4ae91b99e7d40c14643ae77
BLAKE2b-256 85e4266a4e45fd64259aa000c157437c2115bd190d99f453cd7abbd475c93b11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccc8b120a8b56c6ea70ac83b08b687f55933b17231677c1a8acd32c4370ddf83
MD5 4d291e142283ccd42228bfcd072959c3
BLAKE2b-256 fd2ecb91f46568d6e2bca4d1b91751dccbdd1c80ca64f0d4394b3c85e11a04c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c692dd5dcbc1f0d140b29bd310e89da9ece1360086c0bb8de76893d6d3381c6
MD5 b62a2d99d04492e465e4ff954c3036c3
BLAKE2b-256 38843a25c55b75ff0bbd83731134094a868a7e4b464814bfdf554ddd3faf47eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 625f7c9904903c9c86f61dc61c5a24efce3bf8e411388a466194d7117a1a3618
MD5 c9bdd93ffd7e4f2fddfc40c16871dccf
BLAKE2b-256 46f5b475498f5f13abe901c7caf61aaac596c8ab1ad8b75c47d06ead25f9bfeb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 261.3 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.11.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1d9a0f30a0598b227bbab2dd52396b5899f5a3edbc38873dbfbdbd7b8f8ab0e9
MD5 622fe050842314fa2faf0b1057ffb69a
BLAKE2b-256 46883591db50001da0ca75358493b177b0dd3e7633c5029dc42ba5ce68127fca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea252cea6e229420d1f5d17bf1916f44169a10e3ec0ce8e58a292a9f36799acb
MD5 661764913841c5151699d7aa02ebcc77
BLAKE2b-256 b696b168683a32589bd0a7cebf3a3be9f32dd6e9633e5bf27d026b9e086686af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c786a7c0f7bd7c45ea1999c38edbf01333f3cc84c1ee02c8d57770b7620aa53a
MD5 8533500e40a2fa67e83927ec429f7e7d
BLAKE2b-256 288a7ecab26593bd232c062662d1f43d428146566305850dc0c859dccaf4422f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ebcddcda574b725310ec4b63be2e635c470a66d907f8396b1d47f6bbdcf619a
MD5 e3549b83dedef8a506116ad609b55867
BLAKE2b-256 c3b6a9e07f927cb4df7b42610f950677d42cf6c60dfb759f43079c2dd9127f27

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 260.4 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.11.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99f53367fed3313d43a093df99eb75254cbe5efc97dde9544a92213cb5be5e92
MD5 357a1f1cac18375906120e109a2c7454
BLAKE2b-256 62c0a46b63d90d32e35e934f3c4da31b77ec5da51a3beb8ebae936869530eb2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89df79488c81495baf262cceea074139d634f1da5686a5f62abbd91de55821b0
MD5 1ad1a19a903de442b84af4b34c6dd596
BLAKE2b-256 cd12b83a792ef94cbb947813d378bc0c66484c16d0adb71d93770b4a192c542f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d33ca17cd3b9134694dc7992cc7de2b6d04e06b26d1d15d4a479da9f554c4846
MD5 e5870942a514fc05e771ac7debfd6986
BLAKE2b-256 a509cadd4183db4af971ed1739acd70dbf1e992221d631e6bc7afcbd30610720

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10fc8194b7563ef047803ed7db126f6969b43dc9d8791e22a63fce0836fb50d8
MD5 e12eb4cffd3208678cabac3c4822e583
BLAKE2b-256 ee59871c8a21bd2b069b1ce8d16c694a4f84cbb81aa77066adc13bfd3bdeae59

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 268.0 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.11.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1674b3635a04c11509b4dff0d47c1d7691a25c4e18b82ef31b0e3f3bbc69c1e9
MD5 baef1e8af0c9c1e094464281a9412566
BLAKE2b-256 755392d37355e6cbdbb298efa4e9fd23699adb372725c2ff9b4380860620f9e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 966b02ea2bf8f078323305b63a262904806059a674fe9e3b55da6e4eb9583608
MD5 84f2dac492ebdd2ac17f22d0a43fbc01
BLAKE2b-256 44ddd426b3ba347fe07c826db6565ae74e9d8ee4c70f74c2d7d07933f4c0c6dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13b57af787e3657b347604737acbc1cf9dec0595911eba16fdb39b683364d993
MD5 371fc9022f63c42473f551f2b3b0ae35
BLAKE2b-256 3d796300bb9ee9e8e324bcd1acec4389d8d30c82768405a3b230eb08b02da0dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23d0c49f655f5d2adefbba21625690036e2b333c3b5ce28e594f880aec9e3aca
MD5 3c46a8464b8cae76ecffeb6a25756741
BLAKE2b-256 cf6e9ab9b7a7baae300c572b14f51c249b70e6855111037ff4ddfbaa85c8abc2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 260.0 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.11.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 95b51f80bf007ace7c6f1b69b5a3b5ef4eda2457dedb6fb9b0bf5072ebbee693
MD5 9ca47fa0ebb0e0de3cd8744d08b229f5
BLAKE2b-256 fde56a3a95caa958541f4a08ad5e2fa4f3f2e7a9b1604956758907674291691a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7eb3fa505b370c9e9d78adab685d10a8b7a3584c76629a5b1ea9acf01bc32bb
MD5 e1493a0d1457414bb384c9a95f5bbb43
BLAKE2b-256 d2a342cd2aab4f5f72a753ed6a3983db8c4db5c2d634436ba4c5fa14db71824a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6a291477235b84b0bb39b8f666c52da2625b9f47939ad6140b0af192ea7f81f
MD5 1acdd7f296ed8edbddcd6f47bb7b6342
BLAKE2b-256 5070656aa699f647f471feb33a7e66b2d3adb9de4cc317ead6c26669b25a4db0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24bc3d84088ba636df9af8a626a875d97681932ccca1579ddc543f0879c8d000
MD5 948a32c72c05bb8222954946cd9b5cf2
BLAKE2b-256 2f05dd734968c3d07fc15b4a3f92bd95c0901d72c257ee61aef2643ec7102a9e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 245.2 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.11.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fbf4def33a7d2ca1a35c9f9d3cce073677a131dd122784fbf9261bc023581c4c
MD5 8699ede5bba8be79fa4c7b24565dedd2
BLAKE2b-256 cbb7fb0f62486c7a477320c0835a8a4a5efc99fe4628cc76ebb82d4ff73932a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ceab7278346ddc11aed7da506e0ffec1167f8c2c6aa971dfef9f2cdeefdaa15
MD5 fec091e7f0dfa2e85474c741abc5d833
BLAKE2b-256 2a4618124d919906d1fe3e8635df3e06414329b35784ff9ac1bb732fd1e8c7c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd2faf2e50fbca11a8efaf3310ff38d3592eac3bde75dc808295efb0e5518ecf
MD5 80d60ffced5fcdb10cfb194bc34b6d4f
BLAKE2b-256 8e5bea57b839f42af58414ba1568f3fc0b9de99b409dd46c67808691382c4838

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 245.6 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.11.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c656b8853ce0caa11a9df545265b910c10111dcdcd05be4c5d28bed3cd0daf50
MD5 deeb2799f27ba0ba62c423f9f7d0e360
BLAKE2b-256 ddbf44b590a84667e83bf9bb2b43eec4aaaf82fcf1f32136b84f5fe6954b9838

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 223783424fea1c71f75ea3d4dd342c0201959864ad14d64ba26e38160af7e37f
MD5 7cf51fe0ed977c79b1fc83fe0832d601
BLAKE2b-256 d436d0f4ca5dc99fd3a50790ba8e4f449ed4a5132e9ffbe2da1a455264694ceb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48d0121ea977fa27290575b946a9b929061a0d3c9a537987bc31198b4c9fa1c9
MD5 7b5704e63b8f11b60ca50cae49d6a14a
BLAKE2b-256 2b1a760fe83b8d98164ad3f75099e535a023c8d1d09b25d0c6da9aced8ec62cb

See more details on using hashes here.

Provenance

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