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.9.3.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.9.3-cp313-cp313-win_amd64.whl (279.3 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

msasim-25.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp313-cp313-macosx_11_0_arm64.whl (406.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.9.3-cp312-cp312-win_amd64.whl (279.3 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-25.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (645.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp312-cp312-macosx_11_0_arm64.whl (406.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.9.3-cp311-cp311-win_amd64.whl (278.0 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp311-cp311-macosx_11_0_arm64.whl (403.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.9.3-cp310-cp310-win_amd64.whl (277.1 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp310-cp310-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.9.3-cp39-cp39-win_amd64.whl (284.1 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp39-cp39-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.9.3-cp38-cp38-win_amd64.whl (276.8 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp38-cp38-macosx_11_0_arm64.whl (401.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.9.3-cp37-cp37m-win_amd64.whl (262.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-25.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (625.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.9.3-cp36-cp36m-win_amd64.whl (263.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-25.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (624.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for msasim-25.9.3.tar.gz
Algorithm Hash digest
SHA256 2d6ea49ec9d3ed9127666f2730b5295c785d896ac177c4e05807a033e5fc98b3
MD5 795ec4bc6d317b6abf687901a07ff1c2
BLAKE2b-256 2f8ad6573fd97c675de904618fecc88dfb82527036c744e400eee3402cb0e3cd

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0ff953941998a5ad5d2b9a4b975a6883adc1d4b5a9352045f30bb9a9a736210e
MD5 6749ab2b4b163930a36963ddb76e419b
BLAKE2b-256 6db6417cee6e6c5aa518f00a5a26dc2efd2bda41f7540537a587fbbab8e4b4a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08ffccb59314e2bcbd09cb4f0842a92f4325905db86a2b11f65c6bc1b55bcc38
MD5 6ced6886b91b29d7a82ef6ed010e04b1
BLAKE2b-256 c57546e1ec14cd6020b8823b11ec0156dd385305a93205c1bb2fd9d792b7afa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abe9dec4041d092accb2e364e314afb5eddc032aaa57144ab6bbd9baa3c27664
MD5 fd2974e731538330812a34d539934065
BLAKE2b-256 9277c0c1256f6549680111f5827a94098dc7aca78cc2f2d24d68caed193d5fa3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f20d0597ef12b9fe603ab1b3f6e30ff363589a3ec0e778de40ee6ac78bf70f1
MD5 636b12965d373d1192fa270b8d1c7306
BLAKE2b-256 1a0b6035f8bdc85708d21307334316fc5961cb789a65ed78abe851635b0d9495

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 291a6c097cb19d3d3316a243f0b00d7c6933cec6a4186de4028d5e7858871f9a
MD5 5c1af8df21089e33ac26cb47ec1fb845
BLAKE2b-256 73a47b3df77d7083d0ec74d4c122fe1015ee196204d43fa092d78bb81650e584

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67dc61e750c37f335664706b81e491cf40985d0c112de6fb5e72dbee8d7b0a59
MD5 d13ed201704cbe4f4f1efdc72b2c6e59
BLAKE2b-256 021ff734dfc6b097cca668ee20308127abfd372c7f53d3b3755efd918f31489d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9b3df571b6ea0b1e11bd59e7e9f4207e7dd8c32c6b7a5f8adefcd7852e7430a
MD5 d7fc8c47283151cb8f3dfe5c0de32d46
BLAKE2b-256 f923f860cf2da25a31f1f216874da6cf9917e5cb16a80930e8c03b3a2089fe17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe3e577ee1c517c51b05c86d279eea7645e647b013fd59e948866982b3f88055
MD5 1ccdd422aa88185704923a591cd1e380
BLAKE2b-256 ca4f9df061b5155d5f19dd8177a0119a4ade0e16921f314769f84657b93793b7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 23b0e5e6991de3e2bcfeeb3c5948086d93ac940468c32e4d15f3ad9da92eaa19
MD5 68e006494bb00b5cb46b9265331f55e2
BLAKE2b-256 0946a76f6a3969960d83664f6ffc304f4fd23b3bdfd31d14cb7f214bf8738d39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 485d93bc2f9197d3d0d33bc2e765e6bd1c4ee20aa71573d561480b6096fbf933
MD5 6d505688a1027ae125c8880119613efa
BLAKE2b-256 cc912e094ab06ed0643d165063fe7e2b02996d5deead7d2a0042f46c5a7b60ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6154677d2ee7318ec6419303f639b8347f678b2140fdfcf500fb0782dcaee5be
MD5 ab7a2dbfcc5d0ece8ff91d810ae6d9de
BLAKE2b-256 10705995ff2b33c434cdbde4c3697d31d2beed46972310c013d722ba4f348b94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b89e55407010f4d75830818860dd9a16e0ea219cdae1db7b659fff4a8c6cd79b
MD5 210bd4587a9400fa98220e04a6dbcdeb
BLAKE2b-256 11c124c62f154f0e306749c00648b1ee933d13911b5bfaa220957fa640bf437c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e7f21e5ca56c0e79c84364dded210dac21dfe2b0eda555725b409d57b1ab73de
MD5 b29c61c40272020f802ffe0e1956cfcd
BLAKE2b-256 ba01b8a48b02e0bdc188d382e47353fcd85f178420db1fa00075dd05647b7e93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c60aee07a91ed5da9457ab9263f0a00e6499b7a95a669b019154cdbf78bb98be
MD5 fcadb3110fff5fef444b151777556e53
BLAKE2b-256 03403652434fb2d149e28f603462dab5d7271d2b61fee750d9b3fa6d31299ccc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bfc53f0b08875830dbf9850bf05f720de370cf27c6594e248856b591bf6ae57
MD5 4573c94350480f0c8b239702e3b5c673
BLAKE2b-256 6fa2a68341c673e8f1d7019a5cd4f0972d2447091c58d25319cad32b0662926c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47eb103c0930aee309e82610df991bd421013243ec5506ed875102007e116643
MD5 176d9974ae7d3e898cdaed1a33d60d2c
BLAKE2b-256 9be6d90b01793760f4cbd6accbb19aa143a2befac85ef3dc5b2db5792e86e989

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8f386e176c61d3ea286aebaba3334a51bdaafdb2581280ae0165dab07d505e16
MD5 d07d756ffeb982259b46f1ac75d769a1
BLAKE2b-256 567e13ee795e8266861ab71bb1a19f4c1b9d236868fa3a04239d2c0eac3a3e33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0acd564af6575f6f250324152ef9f6191d9bf43c2a1a5b5cd60733fcbf86c31
MD5 d2978242a408197b9158f5e883233cef
BLAKE2b-256 1d1fcd1a4e706cec5fa2b33c454d43715472fa5ba5ce3a4c2c2a9bb3e6d4be1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df4fac9e613a55c5c88cb0a8643d30ca1b8dbfef3dc5580c9b4a3e4363208660
MD5 dafd1d3f2cb5c2f6de4b9bb3ccfc48c6
BLAKE2b-256 675be5c913cc6ccd08b65662f5640a23adf4fccf74b5f404701a108766f9212a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 306e3cd4068ce000fa91d5cb46e9215813760c56f297514e29e33d269ba1a48c
MD5 0ca09056db5a56fea2b42a659cf14896
BLAKE2b-256 798753c6b8703b39d72b51b84c06736965b899b5cd10719a8132b31c86c26840

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 235822a08e294642418ac2164764851c1940489427da45fff00483ffa8ac08a2
MD5 128875abc491a666c72b6f52dca0c568
BLAKE2b-256 b1270975787ca5f02c2a95b5b3758be8e9debeecf69a674046673ea059b94f0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 713b59175fbf266980b0ae80ffdd4009847542e6f670990ccc39c4eea3864a7b
MD5 c7b02c1429831e3f883cde8d988a1cbc
BLAKE2b-256 db11d6280765abbfd540d36975013a60c5939e8b001103e457efa51a1cdc16f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28971df0a3004d0b9eb73830a9cd3930241ae02d6f597ec76dbc3bf152c08fe4
MD5 536f5ee323f6eb04652503d664c41077
BLAKE2b-256 ebce57cf17908a792af20dcab9f5a5b096b99618f6a3cb88586964a9e32bb85c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4faeb98c571f560ee2ca64468fb5e7d1648303a21cf2c77c8ab87c6a766f82a
MD5 a244eb481a8294651d1f444d80adf7aa
BLAKE2b-256 9922c747925597b2f1e59579282d803574d9eecb79d0b8c5d160ac287b0937da

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3be8bb0ba4b91f981e7b78a1e2fce0feae62629b2bea53488803723bb0ec5b4f
MD5 718087835fb9fc84beafcb4ef137c6dc
BLAKE2b-256 2f4977a502da2353fb2faf2022c3c8f555a7e4558eb37e6da8db2c9b895c68ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b67cd797674f015a80376b30d03159c9838e838d3b332fe07cb2569cff666ac7
MD5 2e5bcd6f76a1cb83c9aa54844372a816
BLAKE2b-256 d1cce1ba85a5de8776c2a2c84e63a8b2e74fb65c4d0205315ce626c773247d24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66a3bd6fc8a30372ffa82fff3e475114e2754cfb6db2ca1716b8ba86274d329f
MD5 35f82fba39a26744c3ff674577462240
BLAKE2b-256 3a6e019c8c71872aa10d5730e7840be7281104abb9d50ee35782c787f461efa2

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9ff7c35e7aa009a73b97e23e1b5006d580f8bd8f3af43c8d1460629ed3ed1c44
MD5 fdf42d778286790abdfa7f1f25def89a
BLAKE2b-256 298b32ab31e3b32e75241b7c239971ddf090a4d46b725a0d9b6202697711a984

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 649d5cccf674d7c20634c579578b534d02ab7206e54605975ba2a8dfb8a9f00a
MD5 fe146cffc0f20eea7524f104591106de
BLAKE2b-256 5f54cb4f7e926de3be2c832c15e880a1994845596bcb4d50c0ce3d9072775435

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c557e22ae458f63662d1ff01a0ff2ec2865a95bb59cd3bc7577f3d76dc6af468
MD5 1e965de4dcf800d97a1ecd42ffc3e552
BLAKE2b-256 7febf80cab4ad9287b3d70619c4372331a1044c8c519a20fe2ecfdafbd13280e

See more details on using hashes here.

Provenance

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