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

Uploaded CPython 3.13Windows x86-64

msasim-25.11.6-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.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.11.6-cp313-cp313-macosx_11_0_arm64.whl (407.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.11.6-cp312-cp312-win_amd64.whl (269.4 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.11.6-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.6-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.6-cp312-cp312-macosx_11_0_arm64.whl (407.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.11.6-cp311-cp311-win_amd64.whl (268.1 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.11.6-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.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (632.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.11.6-cp310-cp310-win_amd64.whl (267.2 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.11.6-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.6-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.6-cp310-cp310-macosx_11_0_arm64.whl (402.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.11.6-cp39-cp39-win_amd64.whl (275.1 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.11.6-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.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (631.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.11.6-cp38-cp38-win_amd64.whl (266.9 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.11.6-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.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (630.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.11.6-cp38-cp38-macosx_11_0_arm64.whl (402.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.11.6-cp37-cp37m-win_amd64.whl (251.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.11.6-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.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.11.6-cp36-cp36m-win_amd64.whl (251.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.11.6-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.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (601.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-25.11.6.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.6.tar.gz
Algorithm Hash digest
SHA256 d00c55c54c15fe3c3121934d97b248d98c62c0684906721e8f1ac7a67b7c6bb3
MD5 f45e5b3e4d43231609b733a2aa817c80
BLAKE2b-256 c9eb0c9d89ace09de4080a3f49554530de3966cce3ea8a4b248b796846aa2e4a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 269.4 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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 16017ee114dcba262713bf597a519c8736472a195ddb9f89d2997f0f7fbfd19a
MD5 a367da3644f6f7bcadb7cedc14a7982c
BLAKE2b-256 79c3e551edf144bf47d4fc4bc8f41a50448fad78249108ab9809f1b795becc4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dd97a2b02c8647c5280064711abed83959078ba771d95e86b889731b16ec185
MD5 615ffa0483277a6a054e86812ab36560
BLAKE2b-256 3f986fa13390c74ebf34e40698dcc20fdeeb43bd7890ebe1048c6f21178011ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed26409900cc78182ada70dafcf790c2d220843e33b3a207c5f70f26cb4bcb5c
MD5 25abdbae34d27a81291be16d3e667923
BLAKE2b-256 c577a1f45a50f695f6332d437cd39f5f3661b9a0476e3e2534fe41d8bd90b8f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64f0abcc652251d6cd1069e253eb9214b3963be9bc724490266ba07cbca7c554
MD5 2b6819e0ffc9e6f1f215ab89d2a4ba1e
BLAKE2b-256 ae3c753a4aeba34e828e23101bb3a8992b8e776676d596030bd409bd37ff6856

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 269.4 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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b4e449e93ca3e1615e717a7fb165a5f12a5ae68b6e935489e030ebbf3bd39509
MD5 5633c659e08f41474f606ff2ce58382d
BLAKE2b-256 948fdeb5b8719f0f665890821f5ad9733dcab48d9e252eab5612efbab6b0b2b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5bf9326ff7782a3fbb37cd059e911be376242f76932b3e63adee12a92ef2f9e
MD5 85c30264c71c69969204b6dbc9f2681b
BLAKE2b-256 e42e245935ec7ca23a0e58ca1ed48ac24012ac1c884b092ac39dab278eff9a36

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a56d528928babed3c09ee5b56be024537b970eb94cb3b0083dcbfa722fa27beb
MD5 10a129f0be5e287656f39ee8ef8f61a7
BLAKE2b-256 3d2bb1db68b15034b2d33050849c3e66c45829bf15540ce6bf566ecbf6f285be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa9394bbf3392189e6848913e3f4159ad7b4b00689699eebfdcce4f87cb76003
MD5 87d0b3bada29a7bf754a29003cdb0ca0
BLAKE2b-256 2070669f72f3e77dd9f89d0c70adfc90e643ef48b6cc1665b589e85c1044789e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 268.1 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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 af10474758e651404da66c75a9cdf12394efe91f002d504fdb2197a148b9276f
MD5 699be9660b8d83658d271253d3e838e2
BLAKE2b-256 989b5ef5e2a38d03aabc890e0e9b5c167f7d84625f7feeec36f8079477a16731

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a7ee86ffd2fcdd2826c6637da9fb0f29692ce15d027360f81eeb465c3af133b
MD5 0a8f803a24a6057730d4ad8b616b2b4b
BLAKE2b-256 9cb34b3417a0e53df7207d838d806c41ba82d0667469f8c9700ef60539f20027

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f1906223095bcf99da0f5eae4121d9e33c8e20a8a7175b6ca75f4e9dc33f085
MD5 65ad30761caa37a75c81b4bd586f6390
BLAKE2b-256 751f2d1b5990d65fda275e090fc858418a021453a1ee443380e814cee52fef3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b26b92441ee1fbfe8a69fbf10da569569f927cabc15790704ca56282832be6b
MD5 1746fa211434b5a4b075747f6d78e8ff
BLAKE2b-256 5fcceeb070b72b45ccc43169dbb11b68a94e0958e32c3239a19eddde4117f8e9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 267.2 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ddefb07d105e997efd4e47d42872098d084dd1323bf26f8dc02685b09ebae7f4
MD5 92825dc77a72ed1c911b2653213c8183
BLAKE2b-256 70af44020d1d7a16b2db3fde2c8c5f85081776b4a405ae848ffefd3328d5b212

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d00a2b2352fcdc69d0bbceda22b1ae8e9c944e2c2102b696e626b8f07ea0ee59
MD5 e5d31dea35e26b31a42d7a89becb472b
BLAKE2b-256 e9874d030907bd9c303486979969b4ae24cd4e259225fcc3561bd1c09a838a7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56eff672244809447f49fcc85afacf13026ef889c0502e9652941d963c96ae44
MD5 283f39a103577c25d44b11f396baa9db
BLAKE2b-256 fe90e6d611ec1b3a4b5ac41b021016bdaee5d51cb40ed1b5ce842c11959e0a73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d98a04f2df54a3cb6eeb48e414a0f8d08e66d755ef2df694c6576caf3a2b336
MD5 dee5039785aee45aaf0decf7e5c6ea23
BLAKE2b-256 ef49d18c519c16d1e2bf740425dec104d15a6143883570bce1a25b074e70411b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 275.1 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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e41476e124a2f5361573661ac408c994210c4a5925f476574ee98f9e07fb16df
MD5 614294ece102359bb56259c1165ff359
BLAKE2b-256 e816225308b15d4a66999d4c5ed04eab3750a4cea96f289cb2c9bc5ad0e5c862

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ec1571be00a5555e85c33899647797a9923db666c2f872c3411f6e549ed3493
MD5 aa82c549edef4b1ff74577fa4b1329b8
BLAKE2b-256 613230d6f330fa62b2939f458cb5c006e9c990349575a299b9ab48c7de2ee860

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 068780af369abb9f5bb046a86e8b5410b62487adf64f1ede80cfbad23e29a3a4
MD5 a5fd38ff94b70df31b109758627712e2
BLAKE2b-256 5f68cc1a6fcf58f0d78d5cab85a4c93faf4e691d9ca32bba20b4fd8b8bf897e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24808230a58b8688d2f6b181c38aaf59bbe3adbacf4d813862f3221f9da2cdf7
MD5 dd03ef2eab2abd9b4a301357405cdea1
BLAKE2b-256 d886cdfc1ae4614d57b69b1b733abd7b44991e58930de0b6b6a679d3f827606a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 266.9 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3990aa2b70f700a801188581a244c20f74fc5dc705314fa9dda300bace31afd2
MD5 4ea5b9a4457a82daf7f1b1f055cd83bc
BLAKE2b-256 51d403274d604b6641d6051696bce1fc76471fdb6eb64fe078ddcb76e698f4d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 954d8042932ae4c77d2b6bf160769ecd891e2534cdc2f09c7e67e68424b87e3a
MD5 936d29727b6c70bcece5b2e33e01e266
BLAKE2b-256 065b2fd0369b2d09d75eb832653457d5493fe7e48ebd04d1371ab1bb60e4992d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f762e7c9ab6690a481c26db08268776e5163226556d3aae935a1a31b3e17a8e5
MD5 266913862867433e3f4083fe2b943c00
BLAKE2b-256 dcf433353634e384275db743dd7a75fa3b14276a998a20ae1e0660933314f4c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2ea125d6e57a5c2eeefee9e6b12b3d313fd5f3547bc1c49b4a5b6ee8b93d505
MD5 37ad6e0e635594ea697670ddcf17d44f
BLAKE2b-256 81105f839f9cda8859e0b64b3ae2f1f9512537c24542f22973c1378aa19d38c8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 251.5 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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f1dbdbff08211c49fd1b9c274be14a2b5acbd2683fd12f8d1647389786ef697a
MD5 daa085fdab47744317fba4e4d26ef9e8
BLAKE2b-256 ce9626c09f7c203c83631773cbc5f804e1f8fa06d94c32beebccef071b645899

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3f0e6acff3075bf526b4136bcaf5f946d02eeee6e7d6ea182a3212f8b15267e
MD5 bd20f0611ab9d6491ad6f20b960813eb
BLAKE2b-256 af0bcf09e113e24bbc73f3b4162ee180284bc4690f6f98857b20974812d9f23d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ea63713c3a77e415b5999ae9a514ddff66ce4aee237199652e14aebf3889206
MD5 d1fb7098c70a8f8041d63d898b846b2b
BLAKE2b-256 2a46b7d9b5f42a3fe53b4c343690e4e06525d562fd2a6c5be9f345b9c8738425

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.11.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 251.7 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.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 22e919061f4535b001d91fa142ae3bd4204d2fa1c12c24ec029508cde55e2e8d
MD5 17c339173e7fcfc4a54d3ee5152f2b45
BLAKE2b-256 25aeea608563e791c15165fd1397af4c67ae9fb97f1647cbdc67404151727c09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7baf30c7a1dc275ee2ae8e6dff7e8256543179cb3986fbff1c0db6f43d3832b
MD5 84fdbf4dccd243165e45b032fc95f94f
BLAKE2b-256 e94024db65d2be856f3c5f4b3185c9cfb34125e57e097ca2db47b49468b59721

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.11.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c135325b2318909b9cad20e579031d94368b3350f543b163f2744566d4827c8
MD5 9e1b91062482c62d3d64c53b4e662b07
BLAKE2b-256 6053beacebc7c8a69289e2ee0fb456934b5e96597dc35dd9874db031045899d9

See more details on using hashes here.

Provenance

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