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

Uploaded CPython 3.13Windows x86-64

msasim-25.11.5-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.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (406.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

msasim-25.11.5-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.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (406.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

msasim-25.11.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (403.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

msasim-25.11.5-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.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (630.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.11.5-cp310-cp310-macosx_11_0_arm64.whl (402.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

msasim-25.11.5-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.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (402.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

msasim-25.11.5-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.5-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.5-cp38-cp38-macosx_11_0_arm64.whl (402.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mWindows x86-64

msasim-25.11.5-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.5-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.5-cp36-cp36m-win_amd64.whl (251.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.11.5-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.5-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.5.tar.gz.

File metadata

  • Download URL: msasim-25.11.5.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.5.tar.gz
Algorithm Hash digest
SHA256 17bf8de096a5e87ea7f36f00e65a9bfb7d1d978dbfc26a4418820ffd30c489fa
MD5 2c5f563ad774521f76082ebe6460949c
BLAKE2b-256 14f3f6f98302bc986e89c8183bb8be123095f0a35ddb2438bd96cb1654594f45

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fdbacc95eddd836036af959a54b123ad14fcad6bdebad717269fda261c73dc97
MD5 ef56401b0226b1cdcf2863659fada82f
BLAKE2b-256 84752cffe8d43e162b7e9a302a4106f0ce688056698be665a21a6070a53f01db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c1595d9f40769a1c548ede4a6218d6d2ff7409625dadea4b7905f9414031c63
MD5 f415c79cc213bf825b5192a59b210330
BLAKE2b-256 8950eea79fadb882bcedf260600e067d08eeeca1c04a5474ba76bfdbc2131139

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9312c948fd65525f0dec58a2b0da989d7b3f3a7e883e6b6687e6dc70813d27a
MD5 89c050f2bf7dbcbbaa3b45e976a966bd
BLAKE2b-256 b986df64b18da1b8cf18c1f60895b5c0466bcb45f989015889a7165bf574e907

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17262094ba63893c2072d61ac64c5454061b1e6d465978d00e28e799beef5697
MD5 09d7df1f9faa51f51376666e8b5e7747
BLAKE2b-256 a3988d7462560f10a851956ddb33063507ffcecd71ba2c6fc03020eea2778aec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cbbfe9d42f79899210ea5734487a975db986e23e0201cecea6b3c13ae3caf484
MD5 224e2ca6bb6dcfaf1f612899a7798cbb
BLAKE2b-256 51e561ba6f261bef53c19adf7edc62873aa0a5d42ba4afb4b4ea90bf5aaef50e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e179105d811831196a13be0f15ae6d53997416859fc1ab2ca3e71cdc683c030e
MD5 166ee3b0f81d7138165dbb851f46cbc3
BLAKE2b-256 a37ab3e3049337fc67c0f259ef97db8f2b3db8e6629ee3ad5b8459c1d88f0180

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30c9c96b40cbc90ccd5007926de670c9ec632da12f2bcdcaf4d8bed4f4d3f36e
MD5 f3231d87ba469f80a112a1f45c60c8d9
BLAKE2b-256 17f9a8c290c5313269639ede815acd787beff89da070d4d4e17212321a82b6bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a788250c8359408a4463058392d8d5b9d495a54047847345edc80b669fd98f79
MD5 5f0be099beab73538ed9d67992e0fb08
BLAKE2b-256 b39dbea1380763ec2d28d40e4b8bd96e24484d84fa66858d6501feff3cad270c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c4c409bb6e5d80c01cee74a834629de5448d28c8e6b5f4030ca7a798cfbc7a0c
MD5 86ac0076649408e03b1cc42ca5a516b6
BLAKE2b-256 156da49ae23a573191c3cdef355076e817b6ff931e67a7fca0fa1c9b0eb5c195

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95ecfdc535534641419046b748d605645845cc06572aa02c72adb2fe19ced45a
MD5 90a11be0b833acaf96cca99cfccad9e9
BLAKE2b-256 b6bd08ca51e8461f763b3be23c6e23e473969a1c79d424481e06cfd8aed668a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 660457568f0bbe333b697743bee04fc802e408cb5b02a8084ae3456cfe37df81
MD5 ff481891e68563caf5b2e6124b275ba4
BLAKE2b-256 573723f80d2b023cc6f1cfd8d1f0d2e0bde18b7fba4835f823e826c9f32edbca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a5723396d3c247475928446d3ff8bf273455e6072eeef415fdae226ab0d6a47
MD5 e4f5ec06a41ef5c70a658aee5b1dad62
BLAKE2b-256 e819b5a128fd897e2dde4d3e7125e85e2c59b3f9a67796d91441a894b4acaa8d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3c6804d2034131184e4cb1cf445083bc61d400a206ed0b01613bf7a4c8c102b7
MD5 a27eff4efb5b4fa7b8315422a945ebb9
BLAKE2b-256 f0f803319282b51a7644b049ed365899ea650ece376b5fc70ee499b16bea9b20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bd900b1c4119b3bee7ac90f97167f902b9a58cfcce9fac908a96554c731ebc9
MD5 8cee3f31cfc55d0fb1ee659fb19f9e7d
BLAKE2b-256 172007289f2d0292f95dd703e84c5e7d7d4296de799d6526bd636c158198b9be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c402664432fc992c5b29795898d2df6e32ba50c132c704e0037676c15e7e69b6
MD5 c7bcca09ca02480a4de65198af94e48a
BLAKE2b-256 c7046d5edb112bc5013ea35f5885a5606a81b90bc64a340b4ad8c8ba6b090ee9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db09b65050b30d5f23395927237d52b380f1d48c73c6203df0e63ee783041c9d
MD5 668680bf3c180d6cd99ed74020e4834f
BLAKE2b-256 039112387c8975a75ce423cd75660daf21c023dba54b8f153cccd1733997055d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d171fb60a85c11ce054e8717b2b7be458033033de84ae0d7c79e0558f79af4c4
MD5 d30ebb172b91075e7196c8bc422f610b
BLAKE2b-256 fe711d4eb04b57256adf7c4ff68dcfcc043a42785b629865955c7f4b1aa27c8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b3ef638378852e9f6544cd2b8e124ea3f942bb53e776e468b0e03e704014e78
MD5 6f9b019707ed737fea2b6b8bdce59867
BLAKE2b-256 8198646504c5433a1e04897a862f3be16b79ddd3ed0933bcd05795a035471d36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60c67431d043b318e473cf79b7af799603a9dac3ceef44f7b13447fe6f7b50bf
MD5 507851a9d24019c1c3575e9f79d5cb19
BLAKE2b-256 45782945accbb79d3090eedd18baa0b97e30f0f121084a6902cfaebe22808df3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a0a75cc08680d7107b1b330e06b15411718aaecd0126538226dd54d20adce1e
MD5 d0b4a1cdafce03c6abc7ede2ef413a51
BLAKE2b-256 877c8d5a57c53d5e7ab31660800ffb499a4b1354415028b86830c6f4d8ad6516

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d95c7e70d58c9085a26d512eb8d0f5f912c8d219c74809bc017a19aca973fdbf
MD5 aa169d96285671bc62e6185623a7c165
BLAKE2b-256 d433ab02aeb0cdab467c5e12e1e019cdc81463fc27791eda65a4be421bafcba6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 196849bb5ee2c15d93ba9648bb47783d0b10bb017ba24f6465f44ca23cecd2d8
MD5 2a4e96a3a23eae1818225cb351c0b7ad
BLAKE2b-256 ec7a065e0dcd6a401cec873bc6be0a8f4f745ad40d8c9d4f0191f6a4d11e19a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37fa9d31ac00d59adc32c2ac0d5fb53294182931a8422bab47287be1211684ab
MD5 ddda654d17b12c1139c955a4e2a9c697
BLAKE2b-256 f30ff7684c3c5d6ea40729c8a2c4d583e2783b60c105f9942b9e1f0ddfaa63d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20979f7adb80db5cc07677a8a3262b4dfa2e81078bd2d483e67418021a6389db
MD5 8d14199c1d8c3fb34ca45f60d7fa9c75
BLAKE2b-256 426b5fea2a2a823685d01141edc0ea0396559e90cc8ea753f62afd5424c01c3d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ece46ad809b636f083dde5211d3a7df3e0fc567d4888d2d1fe431fe8a9838be8
MD5 df4b51c956e32a281975981a3625ae89
BLAKE2b-256 c8d35b721cf3327b18f18aaf6db5574f041d645d47e6675c88ef9b098c4ab965

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca208b79a324676075cc82d4d16850805de76ade465742967f6b2c369a7ee4cd
MD5 f84c57f03cfeca41f227443f9689c4a0
BLAKE2b-256 e06cab487d5eec0a71b0532de72097992c98567fe4011608a597d046f9fb0b4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f0f8e89e2f5931d98d412c05fdc4aa0f73d10ffab68c5e46467024f178af1b2
MD5 ac14ab987b77c98978fa0c245ab1e67d
BLAKE2b-256 268e244a5b89bff022175a2585d36c991e7a7bd0591b6d63b377acd60118cd90

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.5-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.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 952eb0f0b86f849208717177eb6bab41b0db7b5c75b033d9fa5cfbeb5c8781ab
MD5 903a6b2aac96bee84c89589293d20e35
BLAKE2b-256 2e9d24e46423f3dfeb2bffcb5e4ead716bd0ae5ef8b9d19efe83147277ee7e27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71534b0c52b55352a57d339e07d5086cb16b660487984857768b08c279d37c01
MD5 643a422b7daaf51797766f810d72ad92
BLAKE2b-256 b817c902f2ac0a86a91686e388f0421039ad7dd722156c184a2c1ca34183dc27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 557ba51757edff8401f3de33360cfadb163816bf53de9db9ab2268f49413b334
MD5 3d4b6b68a6833ab35a37e4c7c5908dce
BLAKE2b-256 b7210622fdbe5f6a8b57b741cc33af7b06ff148a640cd1e3f85aab2f56fa423b

See more details on using hashes here.

Provenance

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