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.4.tar.gz (18.6 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.4-cp313-cp313-win_amd64.whl (269.2 kB view details)

Uploaded CPython 3.13Windows x86-64

msasim-25.11.4-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.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp313-cp313-macosx_11_0_arm64.whl (406.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.11.4-cp312-cp312-win_amd64.whl (269.2 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.11.4-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.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp312-cp312-macosx_11_0_arm64.whl (406.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.11.4-cp311-cp311-win_amd64.whl (267.9 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.11.4-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.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (631.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp311-cp311-macosx_11_0_arm64.whl (403.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.11.4-cp310-cp310-win_amd64.whl (267.0 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.11.4-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.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (630.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp310-cp310-macosx_11_0_arm64.whl (402.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.11.4-cp39-cp39-win_amd64.whl (275.0 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.11.4-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.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (631.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp39-cp39-macosx_11_0_arm64.whl (402.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.11.4-cp38-cp38-win_amd64.whl (266.7 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.11.4-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.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (630.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp38-cp38-macosx_11_0_arm64.whl (402.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.11.4-cp37-cp37m-win_amd64.whl (251.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.11.4-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.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (601.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.11.4-cp36-cp36m-win_amd64.whl (251.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.11.4-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.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (601.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-25.11.4.tar.gz
  • Upload date:
  • Size: 18.6 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.4.tar.gz
Algorithm Hash digest
SHA256 ee370eb26d7a50bee624bcb077e0a8643433b890e6ca580c97b486e567b8aed0
MD5 e090fed753fc9f63aaf8d502459bd724
BLAKE2b-256 b69481d0cedbcde89e153dad59f3ca9fc4dbb7b860be3bb1d8bebe84ada75442

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 269.2 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2264d148db22092a81cb4de1a286bc8da454ceba778ee294067b2da1ac37204a
MD5 59c8c69b66d6e206ad79d145962f8e00
BLAKE2b-256 fb117237d9f2daf74f4406175e34b3b22529f81befd2e3702719933738e678bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9e0e9844dee3022753486de3ae41977c0ed75b12070f9c5cfc8e75506f5596a
MD5 e7cb50ffd7aa84a3922b2bcbd9fbca23
BLAKE2b-256 c0b8757c00d2059233b00a8e8842700037bdf331c392661a4616841b2756f13b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02428d1c37dbcb2cc5e4abc309c6297bbc5657a8ad3405926fc76f7010f7e73d
MD5 dfd62cff00c092ff5c2bfea99b56e1e7
BLAKE2b-256 687ab1c72aedbd82351473f1f975992994688dcfc0a54240d2b220267a104435

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9189bfa2255b9703f0bb03027da1ffcb5b00999030714b4cac01778fdf2a1ebc
MD5 3a482ea549da89e50cbd26ccc265f799
BLAKE2b-256 fe5617a4b036a3b18589207c66e383fc6dcd92f1b20e7d6c86f7394029af7ba8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 269.2 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8c9a281378a7282126fc72e0a8c8253aa875af3e1ac6dd2644ab0d8015ab108b
MD5 472634803a48a9bc93a6ce5bc45f48c6
BLAKE2b-256 8f71bf6d73185e2a89c34f61be89756900cda6a6467a1fbf0b5cad49a59720fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 386c8639d10ad064a9f085e50b781f94755458036e3dfea4df17db05ca44a889
MD5 6c73e128d455dd15b5a2f10ad4b99866
BLAKE2b-256 e4cd97b0f4f17d8e1704656b757419e55d96a7b804c4e48d87986537612ece05

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7610b9619a4fb97b0efff066bcea6a89cd2adc9761505be2a798edffbff6ebbf
MD5 3f18054c142ea84afbd47cedfdfb3a89
BLAKE2b-256 7ae639aeca5e3af858126d1b8e0ba9c78fb66912f432d4e0974cff58bc83ed7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 329162fbf5a9fc043039e99bd88e32dc08ba79c224f7928167e786b194c3e6da
MD5 7140311d95af1fc72a97337cfc886825
BLAKE2b-256 aa59d919b6c877a41b6293cc5df15504f334e2fe1691242deefa5d88df91053e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 267.9 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3f4fbb77de39fcc371f4d337624b8ec8a869b2e3e5b4d8709c2cc45d4054b8c3
MD5 0911d5bb9509d1b6810b0eff162468d5
BLAKE2b-256 20ac074c2029a47925818601a1bacf5181f826484844e79eead28a3d123b0d51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ee2e8db7c843c24c02e3be13802de9dc31c9d100305020fc4ce1eac4cb299de
MD5 e81493b0dd2c86343a862e4ea5e87aa5
BLAKE2b-256 7422e8d7fa600d2442ebf644f7af27f0487d50b3c6626aabcd8ebbd4df1ea25f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b1fd9392863add380ba0d89c8c8f2992b40121ac4fd2cc6ed5a0099fd5f5422
MD5 9fb0355c9c65842d2535b38a4df0c4c1
BLAKE2b-256 226c9982fa12486b3dee2aee061fdf45924e517cd4fd07f3128cae19e8b8fadf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4cd5fd2e0c61cb548547c06aea06bfaf23276c8e0ba37749c5470fca1c8f8f1b
MD5 752c5c3bcf7e8d723cf84f931d99a723
BLAKE2b-256 919e659213e05c9fb0af351289da50452defd88b8d854f7e63a8220a828a21ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 267.0 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5cb60b9c0900850ba45fc5542385463933b0658197355c70817ec8058ad86f5
MD5 66d2effad099aeb9de9f4d3205f8f88a
BLAKE2b-256 7f99224c2c62d8ccb1c20435f581ef5c803c34909f0472183e8cdd79900fc053

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b69e08df54ef2a12adeffe49f1bbe20f71175f034074a4080aaff3f53b63464
MD5 0a70a83f8ea15ffd1a7a98b071fec74f
BLAKE2b-256 1578cd41eb023416a727065b11e68dc62429f1c0f2e0b34f58441b184e3d378b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f357b056f876960b32664026fac38f78998a332915516b8c3f10d4c450a013f
MD5 d16332354dacf97543c85b6ba2c83bc2
BLAKE2b-256 cb0c43ad543747ad4fee057f753a04fc1d155021094e472fb460d693e4bec6cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a14fcb2cf0e716a0b66382d024ddaac50eb2a54342a0f3eae46cb74231cee7f
MD5 b8c02d178bc4290cd4d19964aa7cd687
BLAKE2b-256 13f94b40fe8d3158e6deae97ca077d61594890e1283c41ec2e325bdadcc8d924

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 275.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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7a0986389af4dbd29a9c6b7f4a11a257c13c57a6d643402f204800c3a0220fc2
MD5 aa5b1c439fa10a575a85eb406095fcb5
BLAKE2b-256 af65a3c500517fba6f5eb558c0fc11acb16a56f03813d0a0e32963d4043341fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f32f5c4f0a9703b7c81152f3fd0617d2e3bfe16592161341765db4ab2b00a922
MD5 780e125139360bdba99d7b5f911f9f61
BLAKE2b-256 cae6e0232f25350864769309b4e42a3e8edf239f95f0962be589fc1b2eb85ba9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a00ace8343ead7d444fb3a07ff3d590a8b7adddd17bff5c4bf7280f19d16406
MD5 34ca76c9ce2eeb11199f489143b50806
BLAKE2b-256 f0c039dedb70141b3b896a3dc569bdbb61d840c94da8eb69b658c0795c410212

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5aba478ae25415b072ace73c9a3f637dd50aa917a52b8dc6a638776a7ab96511
MD5 0c90dd80ef0ed58f2dc8d9ce5163ef3b
BLAKE2b-256 01a31bbf7c266e788dc212b91bc2c5c8678ee83f55ac3c5dd9abc376ca5822c5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 266.7 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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8b96f7282e759a3ef050b883f424f4ed177daaef7c20495c30d9a96813a68356
MD5 cc3da92713281b71898f16b10d98d2a6
BLAKE2b-256 32029e84b71b2c12eb3597e882cf5cbe6e545a7ddb08a73c67e8ee9eac763f42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da152ba49cb24e39c832ae8bcce081c91ba444af0d8a713e0d891f8d5269ea8e
MD5 89a889610eaf83fc7a84654e1fcd308c
BLAKE2b-256 0c8690bd195989c532a173d41f1880bda726807b41968e296733f6e2cae5378d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be4023714c56150ff001a18e4a3a26d1a14c895915569448d430c0c587feffb1
MD5 0d094de03bee5fa440e07e2743219f0b
BLAKE2b-256 95a237ef0e2f9fb5ea39652aa3e7af8058ec1c5555f3d20d1ca5ad3c3be7cff8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee85ac28e791579b1ed52ef218d4fd259546b98e88a29dbeb13b396ea4e31f4d
MD5 4db0f5705c8a2d64e21893dce6636ea6
BLAKE2b-256 5a8d873e5e419607cef30a348889e0331acb36edfa0cda154146ea4594a40be3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 251.4 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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6b939c3b40bad02312c37046b8925fdcaded724ab94d5b78c5d68b746698111f
MD5 a25d3b74dbc62381703f26367400fd34
BLAKE2b-256 eb3a75d3f4a326ac5a6685d14f114c3370682bc6566fdfccc3c3a9c11fdaef7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f561745d5a605e0753d3e7a26e0d5aa665e48eb6a9d17681f9651591b0591054
MD5 8c5d2df34824535eb42bfbe8827d0357
BLAKE2b-256 d7d5b6f86f07247759345e67131f0ef72f8b9377b54980306d2071619a417530

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c43c0fe8dbc9c8eaefdee7cc42e06c3f54e84ef97f943b249452f1bd5d98b7c
MD5 bb37f3cd7b0d00e49ce4271aa35f2324
BLAKE2b-256 08b73bfe95ad2f970bd687ff6f534397ec46db2bbfdc3e50ac599190e8fd533f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 251.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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4bd2eacbe912249778e7b44547a7b2190404bdb2cc449396b47e480e082b5d4d
MD5 cbc93c0703eb2f136080bb73bb305891
BLAKE2b-256 54ee7f56c10bcd5daef009b499ae534764af4c251c61908304700ad17765d3cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9694de5071cac043955e3e3b0f77ef4300e87da4a81232bd3b45faf32c04356
MD5 4a0a8cdaa88b3b1656070d955924bda6
BLAKE2b-256 563c47d4c6f934d4d0cb7571a3725c9e6baaba7154b98d7fbd68d5805d2dba74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 436d0ab5e92e26cdc6b0760ecd8ec1646dca488b3bf1604313e2806259f1d9fe
MD5 a9894c74111845f7e23e17c3c3514ae9
BLAKE2b-256 88efd8f582cf362f5e21ac22ecbf546cda34b43d680eb8de37dfac3dc0b27c6c

See more details on using hashes here.

Provenance

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