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

Uploaded CPython 3.13Windows x86-64

msasim-25.11.8-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.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.11.8-cp313-cp313-macosx_11_0_arm64.whl (407.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.11.8-cp312-cp312-win_amd64.whl (268.8 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.11.8-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.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.11.8-cp312-cp312-macosx_11_0_arm64.whl (407.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.11.8-cp311-cp311-win_amd64.whl (267.5 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.11.8-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.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.11.8-cp311-cp311-macosx_11_0_arm64.whl (403.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.11.8-cp310-cp310-win_amd64.whl (266.5 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.11.8-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.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (631.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.11.8-cp39-cp39-win_amd64.whl (274.6 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.11.8-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.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (631.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.11.8-cp38-cp38-win_amd64.whl (266.2 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.11.8-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.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (630.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.11.8-cp38-cp38-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.11.8-cp37-cp37m-win_amd64.whl (250.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.11.8-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.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (602.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.11.8-cp36-cp36m-win_amd64.whl (251.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.11.8-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.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (601.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-25.11.8.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.8.tar.gz
Algorithm Hash digest
SHA256 36478414419f66fbc7f1ae695e4d6eb044a954f285d46674b410a083dd85f005
MD5 80857d0077aed5cd1b2b62f7d5256976
BLAKE2b-256 9ea5c0f69164e5e05cb1a0b3b535df834a88f1f2ba390c9bee905cc1546aff65

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 268.8 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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 783b1038701a6bbe9167f1b7e1a4773eb527d5416fd93e5a1ac18ebfaf66117e
MD5 c29bbd12cd6c90ba158d931fe7091e9b
BLAKE2b-256 c825ae32833d45a6d2558d662046bbe176a72400c9f4162aa278112dc79b0907

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63bbd932ac6181bf2826950b94ceb1345c42a5a08f4adb190b01141709b4e30d
MD5 9a838ae0d873e052015f234d45050fc7
BLAKE2b-256 0f36dba2a272758a1bc7cfb525e8ba24dcd4e09008648b460c2edc65ca877b75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de16fc82657358388625a2fbf6e1bb2e41576b3893e023b92907a2d20eeaf44a
MD5 61d729a50602aa41d3e96d606408e9d2
BLAKE2b-256 19de9a01292b15f0b4cd6526ff6ae9c60f6fcfbfdaf04808186d8212502457db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a624489b586c14ebb2f967dba8e6d39ad08a8b478241f9b0bfdfae3710adb67
MD5 1414bfcf4b891c5cbbf1f789816b81ba
BLAKE2b-256 671fff7eb66d5f8ae751e606ab760ed5e2af0ec43a1b4a50cbf50231dbe8f460

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 268.8 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0b357aa61b2c43d79b64f9ff60aeab499c0db3f7d2def60d38d2735d6737921d
MD5 5cac9bdc5637d146d87cb5d9cf79b93d
BLAKE2b-256 993c3a3b35aec415cc1c8dd69d25bc49749019abdbc4d0797a2ff4a54fec28df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0abcf4f4fb74868ddfd1fb9d00c97b91b8bba40b63c141135b03f7e3bb7ccad5
MD5 fd3250eb64927ea01dac77a0d15701f5
BLAKE2b-256 9dd9b354e8eb7cbbefe15173f92690352406346905c6a33ac608882d89327488

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51844e7a915497925f3551cc18a7cd973edbd721865925a670521a6a2e4a6976
MD5 2abecae4044c53d7ef8a29e274af756b
BLAKE2b-256 a5b5f9e77f8893bd3a769a2b848f059881196fada6198f270ef860619e889089

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df46e6a3b742cb1f6fed6fa6216ef5c10b8929cb58e4be328aaea8811ccb1395
MD5 990bdaff011d28d0495184786b4ccb47
BLAKE2b-256 0cafa352009d23b123bfebec7e8bc1312fdbafb230beac3d97fbc2953f95ad44

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 267.5 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c478827a38bbfdfcb9998d4a67f9f7e6642dd1761d320775c772c818fd577371
MD5 6cbecf61ce1ef5f1cb12aca2a2dfd70e
BLAKE2b-256 f188738b9c744261031ab8b41faba070e1266395b96080327add5510827eff1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9859a52a417468dd82fe04baf355c36b6e9bc9b1c4c48efd66e6157d7a0ddafe
MD5 03d467b455bdeeb6fdd01b5700234b90
BLAKE2b-256 4ae296727f7dff8aef856b1dcac5db976fc0344e0b6ec74b40f14e2a696bac91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a98d7f544e0a8257c5a72148fabd57e0584a61a7e90f0571d5c358e0941101a
MD5 acc2113eb40aa753981beffc9660d42d
BLAKE2b-256 603750eff9a9742a316ee917f7f61477c7b8cf04d43c20cc99703812996e41a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c7379a0bb43ee33a86c4de20d1c3ef0d993a2455d8c3c6d8ce6355aea24b889
MD5 9cf4e7003542b11cdd1282cdb14b7613
BLAKE2b-256 015745972df83c31273c83e624ec5201b0609162e1feb74368cb90ed1ec6a238

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 266.5 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0f9385ad7a4b730f897f773fd7ed440fb2e8c618adf147a4e60c5114f3a9d600
MD5 f0279920ddb2de24cb23caff7b2f890a
BLAKE2b-256 dd99384ef399d3190e5db47bf17c65a9444c966c86a8faaf6536049c6c851f2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d010a19a80042ea2649a03018f4d67785672eca26cc3e8a36bae44b788b0187d
MD5 f7b25cb5dba6f39ca50c5581714f7139
BLAKE2b-256 45b125b477703ef15c0c831ae73f558bb1b2a06d9d59648b28dddfefea2b086e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99a19a696c517924c0c50adb1cd45b1a96e2d067ae030976290859da0991a011
MD5 ea9eb9a264b75ce444e9914451e4b4ca
BLAKE2b-256 95443c6d3d62eacee211e43c2b0fb96ee8e87457154e680b4f0ef60d66ae8c6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cf05849e0cf63fa0a981bf9a6c06e9578af2b50e5b5de4f4e23ff22701cc7fa
MD5 d555607a4dc789b9b5434deb44602596
BLAKE2b-256 1c23d957606003ac11a963665d66d02369922ad774186127fd60b87a38b9fe37

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 274.6 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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b4793cf4a3f9cd9650ebd3a765959551b38f54456c206a0a2091c7bbfd84e8f1
MD5 5a55ca5f4bd13ce9fcbce5fc04f23290
BLAKE2b-256 ba52d46994a1be401e8d58eb2cbb8229d668050078a305730650b681b95a1160

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0e0307d7bead86f73997edae9c0d47ab038bbc88f6014d113886c1578264e8b
MD5 d30af7c65a0f0bab024a6939be4d8003
BLAKE2b-256 4af7b7eb526b6b6caac2393d0e8e0d3c984e6fb4318b2ca0ea23dc2a32981847

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f86eb6be6f14bd0428fc7743e05ff1a9de02b36582001f2a43242069b2db7ac
MD5 a90ec85cb0220ef55c9334f6678ff9bc
BLAKE2b-256 23f5e6cfbc8d81a2ef94abfac1c30ee2721d4d6235d79454e845ba83bebccd48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08d03e89337d1025cbeb1a15e77f63e474cc73128f2a51f4abe47097ca5c4fed
MD5 c3ad3432541d594741e1c2937876de66
BLAKE2b-256 36ebdf23ecdc93f834d13642f2e14fb4efda9d8a9afdfa2f8e801dd21fffd174

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 266.2 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.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 918e584907c4cde75e7636e617df59d709defc42c46a00c72a0ae915ba28bb31
MD5 fdc47dd73208ec391453d7871a5aff50
BLAKE2b-256 a631260e7e5cde264220041afc70cd1fb7ee6148806b04dc3de577fb52339dbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5ff76cc2846ff87ab33560424f2a214d9f482423825b062830c0d94e8fe2d90
MD5 fb87b9440695710a0f802a68f9e53341
BLAKE2b-256 d0e7a93efed70d34f01b8bbac6143916f5bf6262af43ac6d3ce979929120e306

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1316137ba8e7cd3c7a83dbf2e0d0236eabc097ce87b6f14ac40963eee5063b66
MD5 7cc97a2f0a2581cc0800d22a167e7af3
BLAKE2b-256 449555fc7eb655f4ee9602aa7f7367714d680e9efe153a175aa82f8eebae6b0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76b4a101548a189c60afca63bf15ce996dbcc62ef31cd205953c902ead576c0f
MD5 d9c7cc3541fc777b01de58c1ff55aec8
BLAKE2b-256 cb5755239952872eb08e506f913fc24f07a1b975cb16e861b4993477631ef94c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 250.8 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.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 be386d4c0893a16b68c455691831a8909f164d441bcd77c3a89d3d7503ce0596
MD5 1d8579f42eac715b08f1b5a3a7e360bd
BLAKE2b-256 a41d85212a3ea1b50a98b19be9f702a87622d61f78542dc1a96638b919a5b93b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bad801af186d9f6bfb00218c56e0a37154fb2259c65767dedb823dfd89089164
MD5 a1fa23c1ab32cad4ed20f9e14d7fa96b
BLAKE2b-256 21b3bc17e86567ff0e2c5013e1366df57048fe2b7331fbf4e030ae367924c8c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 776d953958435510900b3d085aae7158d5f56cbc77ff0a44f1770f335c217c9d
MD5 8598d10c097451a6e58015a2f4b9a0d5
BLAKE2b-256 d8f973fe6955d39e907a722f75716e465653b10780807b09b9874f0ec6403b9c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.8-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 251.1 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.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a02bf3d1f2fc8fd6487edb882272ca1c319cad030a70739b4f49904aa84d435f
MD5 5f326b91163972a7d88d72dd9f4d148a
BLAKE2b-256 b6dffa836d4b35a10088b8643eec9ca291f3d91870c24a9c6d9fa9a5a33b5b81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2c0dcbb701dc0acf3a884748c2f457378eb703c22fa2d10da9d3df9549f70e7
MD5 aec69d87f3472270439e075fde613cda
BLAKE2b-256 8eaa6c77d200e56d9addfc26ae96c95186793bbf27d2c779b38cda6671b81090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73dfa1caa89f2dd10dc20ca6405b14476e241dfd2b4d5204edaba70b0d2cbc22
MD5 ba8e9f093617042b31255f3e29ef3d50
BLAKE2b-256 66b708f02f51cad8dce2ffb64c9557b32b8074661d691f75294bcd77b0dd4603

See more details on using hashes here.

Provenance

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