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-24.13.0.tar.gz (18.3 kB view details)

Uploaded Source

Built Distributions

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

msasim-24.13.0-cp312-cp312-win_amd64.whl (265.6 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-24.13.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-24.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.13.0-cp312-cp312-macosx_11_0_arm64.whl (378.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.13.0-cp311-cp311-win_amd64.whl (265.4 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-24.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.13.0-cp311-cp311-macosx_11_0_arm64.whl (378.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.13.0-cp310-cp310-win_amd64.whl (263.8 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-24.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (617.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.13.0-cp310-cp310-macosx_11_0_arm64.whl (376.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.13.0-cp39-cp39-win_amd64.whl (259.5 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-24.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.13.0-cp39-cp39-macosx_11_0_arm64.whl (376.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.13.0-cp38-cp38-win_amd64.whl (263.7 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-24.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (617.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.13.0-cp37-cp37m-win_amd64.whl (264.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-24.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.13.0-cp36-cp36m-win_amd64.whl (265.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-24.13.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.13.0.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.13.0.tar.gz
Algorithm Hash digest
SHA256 e392bd69414ef0c1a0e80758c5de779f35ba0b620915cb7a4ec179117c52543c
MD5 2f3d23552003fb9856ff66372699cff4
BLAKE2b-256 0fd51d5f2c8e1a6034eb1eb8a296a713b2820fae367fbc97e5e4110e2d98820f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.13.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 265.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6f85ca30b157cafebb7900fc27a87d2399a19ac569340ca532ed8a784fda7d34
MD5 814e074ef1b51442ffab5fe21c3390b8
BLAKE2b-256 3512fbfe39c45001eaf84c1fe06f7a87ad9dd890c075d206f9aa21efcd86115d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae9c37a8ac3b48b614fac8e6f21296b8dfe6be84a1110f169b7f7f34f297f3ca
MD5 9ad1fdd9834f76aa68371d024d9d4cf9
BLAKE2b-256 96677935b5c149f832874c2b34a9008d95ace2fba7da0aff395dc934f9b9e352

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42fbc0c542df7008e65f770bd3c7f875ec86e6795210178fe20111988be7a405
MD5 f34d1a20815ea28eb5415bd30ff03824
BLAKE2b-256 679410197c592c78479cf4d1f4bfc24005020ed589d4dd0735c6f2c92a67419e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66a60f347277ae3c32529294ac49be5661588d2b8a6681c173704552ce3a3452
MD5 83589dad46ae79ea41d1525c82b5acab
BLAKE2b-256 b53275b1c769e9117566a7ba463e2fc931d25300320007c61d8cfd68e983d7d2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.13.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 265.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 287422c85d22e745c586b06568b86a2ef7155a00b72c6817e95abe5b132edd6e
MD5 41b5156c1fd5afcde31d8b9e2bbce1f5
BLAKE2b-256 90532b9dedd15390c9a0d1535510a5a074191ed094a4fe97b243f81b7e9fc3dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b11d554f99d936e6cd6002ee557350ef9bd183b786ec81fa7488254e0092340e
MD5 477e6309d8eadc918aa27dbb191e0014
BLAKE2b-256 2377e8eae6b5ed7015901880d43e3b81f2be2f21f0ba7d1188095d08ecb13b93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdc6176fe4f77b9d202e9593f4614f6d069fc396689391101cba3e19ddad7cce
MD5 8e88b2cd4e0b0793cfaae00422718eab
BLAKE2b-256 dc4b1e7c1fd6c0ec78d69506818cd1695aacc3b67c4b7336be7d3dc326d702f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31b52f3808a1dcc1f27be38cf3cc547fd44417b32d58f9694745c6f2cb4a2d50
MD5 fb6b686ce9fb42c123df9b724e67603f
BLAKE2b-256 d317add9142c6a207e61ee9a938098c988608cb9606182c8b0d9a64099befa78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.13.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 263.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4227e98d36fcffdaba3d54ba622fffccf4178c825db6adcd94750ad218624854
MD5 4d8e6315dffaf59b8b70f410f2d2d43e
BLAKE2b-256 ef7c3eca7e6aedb1a289247ccf941fb11be155af48823e6be41d41355138ef25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e568cfa654985e62a23d5cc64fa8a8e365584493699dcd6551dbe3b3115cef5
MD5 fa34a494407370d8ff5709ba8a9fc14d
BLAKE2b-256 f3290c3357b0dd41e1f775733487a5a97cb6c4c899766fdd124e76fe79a7fa71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03248a75292dbcc1edb70488fdbb3bcdcda0dae3bcec4212a8e1b95c3a201954
MD5 a9df9dff3384bda06ee6a019b579684b
BLAKE2b-256 5bf8aeefd974076522b300c4fe992e67a8ddb02e3915498a1bb52721b23c579a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 615c0d18039863ab19fa0530273ce78e5d6b32824afa4f8cce59e440bda2847e
MD5 7fdbe8ffeb6af886ebfffd7ec022ec9c
BLAKE2b-256 b4b08df029fafb379ae68dba06501ad78ad0534410b0d94a4a2d0ca423389772

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.13.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 259.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5250d6bd681391311f71ec45892a6d1d9810ed997151a41a61324d3e5263a038
MD5 1ff2d7e36c68a2609cad66c847553a01
BLAKE2b-256 926914ff3ca7ae0ba83f81f05ddf52284cebdc7733ebb062da7f66c5e702d2b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6090fd5cb660f10c88277bf9ccde703b8a4c3c060b45f42216ef52229d949e6
MD5 176c7c55954d0114934dc4716dfbcbf5
BLAKE2b-256 c18c2658edd44d0b4e45226c69e9a25a7ea0b60889aa3bcf326209ea997519b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89d88aaeff49de05b6f9eed75467e6ef5db707d35d05adcdf42e5817c529c7c5
MD5 c57fe106fad917aa2a0bad0ca3e06785
BLAKE2b-256 97ac73c9f6ee5530d9eacebf2324c9889b9867ded6f4c8974e9a35bfb1a94681

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 becc3a50b740e438463880d7e5014254c42377ad98ebc230fa93e2a8736b76a0
MD5 e5d3af806c00e69e8ff86a52e5b39e6c
BLAKE2b-256 839c0d87336a7590f06a9d96fc75cbc651d76a7bfa8c4a19a396fffd54eb094a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.13.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 263.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 86fd4b09e961dc735b371e634aa7a3065fff7c77dc68f972ddd2129416dc5f9f
MD5 45a89dbaff21a1064a9d24a36fff62d0
BLAKE2b-256 c3cea007840e4d91cd29e30e453966c92822d23bd1f5be382ddc2ade80e80b93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d0dacc7426ad0f4093f9fb975c04fb8af53954e339d25b0741907c932be6ac3
MD5 0571271542061be52e21d888b0efd507
BLAKE2b-256 434d44e18d2ef13cc958771f10f7a812d0e1c79f2395d6195c886fa859d2aa81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eeaf716bd51db4f95ec6af0b3e6018b9661c98c7618d82ed53e7fadd36e2ed1d
MD5 12fd4de0803d2648cb13faed8b9feb9e
BLAKE2b-256 61fe4ae4a700b53ff42304bbcd5aaf75cadba07b57860b6c7e753286537fe74a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a0821c4fcaada58ca888b9fe617d10c40389890aeb9d034d792f60f41c296fd
MD5 5ff9a7b63df9b8303d2c50d52bcd1932
BLAKE2b-256 61fcdd53b11e53b607eee4b5b3f17929d3b3a4e04a537b05ad56f86b3c8119cb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-24.13.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 07880b8550558a7e3b5ccaa354e5855819947222b4c9ef21066a3766e35e3248
MD5 67132703c8ddd84212d803945a08bdcd
BLAKE2b-256 16c1eda69c4910d78f2ed02d4e2b735cd0e92f8949a2174b6abb1f2b518f21be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27870781be4bacdf76319020ada2ba0ce46c0c00b84397f88d0be02e0fd7f154
MD5 62e26cc5eaf678161d4865e74dffd341
BLAKE2b-256 97773b081e74b681d6c6c5a6578e5d4c0fc4ebdaad8a80692cd51053d0a71ae6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb544dd684773265e66465547d4fbfb0b6623d7a864e23ee9b1a2e5d6c20ba38
MD5 ee97fbc73f1e786e3cf9ae471f7ca16f
BLAKE2b-256 ab7c25dc646a6b74a83c85243e1779de93f819d3acd5d4cc16fbc68256aa523a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-24.13.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d769dc4742916f690387350bbcc33a0c70fc580e3d25b6c23a20e338065db2ad
MD5 55e49c379cecbfa78ce456c1c30362f7
BLAKE2b-256 0c92f8768c798c7a293024acf9754a03c88e890ca5a40bb452cb55930796d244

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a715b6e119f4b879defc4984e85a616160add71f3b087ba888640829b24f62a7
MD5 3305e9ff9e21df2ca30256188b3ece44
BLAKE2b-256 f769bf2639e12a3bd7ea8c96a5ad0016aad2f043727ed8d65293bbf278f4329e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.13.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bc4b98c84cd0eab96927b0483eb2a80a7eb06c99538b5d43f74bfb2bf80dcff
MD5 6e0e673f0eb6df272e74a7ff6f2184d3
BLAKE2b-256 1986bace9b33be4a58f02313239b6615dac7cb039c7db5bd4896ffc95e1782ec

See more details on using hashes here.

Provenance

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