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

Uploaded Source

Built Distributions

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

msasim-25.3.2-cp312-cp312-win_amd64.whl (269.0 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-25.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (622.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.3.2-cp312-cp312-macosx_11_0_arm64.whl (381.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.3.2-cp311-cp311-win_amd64.whl (268.6 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (622.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.3.2-cp311-cp311-macosx_11_0_arm64.whl (381.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.3.2-cp310-cp310-win_amd64.whl (267.1 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.3.2-cp310-cp310-macosx_11_0_arm64.whl (379.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.3.2-cp39-cp39-win_amd64.whl (262.8 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.3.2-cp39-cp39-macosx_11_0_arm64.whl (379.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.3.2-cp38-cp38-win_amd64.whl (267.1 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.3.2-cp38-cp38-macosx_11_0_arm64.whl (379.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.3.2-cp37-cp37m-win_amd64.whl (267.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-25.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (625.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.3.2-cp36-cp36m-win_amd64.whl (269.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-25.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (624.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for msasim-25.3.2.tar.gz
Algorithm Hash digest
SHA256 fd371c7121e3f37d3f324f082b0aab8e7b353161eaccf02dd3435605941d0758
MD5 59cc9ddcf91755d72a93b88c448ea378
BLAKE2b-256 2d1a370c9f5a4bda9984890a4b39e401f0a31bd560b2ee57fd1f6e27a448f706

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 77fe63544c4df6765cd56f6ab505a96ae32b7cf88a46d54fe7a5a3f1b98e7066
MD5 317d7fa7d94bc74ecde411c975199172
BLAKE2b-256 f063ed272bc5c4e8c5fee59382aa87e321905f0f1cef4c0cf2dfd1cb547d3060

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f34cd9cff9e3714ed66b8942020ad863358b362699b5ebf4ceab695c523dd20e
MD5 578f0a5d35e146b5db3369efe192422a
BLAKE2b-256 7b30be5a2266df1000aa6a56d83167d4595341dae871a0d6a09e90be35762304

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4b8a06215c5122a56700b7c9bf2fe2d120374285e98150d01c3ee2e4d90cd11
MD5 32e4e2cdc78f48c1fcb2d89222accd1a
BLAKE2b-256 221d02c54d46f7492e501d6e5f11d88af81888f3a89dc705ac2a96677dc21855

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78f77acf4a6c0329056d6f530208481b7383ba92e9ef02efe72980b1843793c0
MD5 22f3879b9ed552d2922b779076f4eedb
BLAKE2b-256 40c981ba8e04a404925a689f29d252599ce730f0d109f2f1350e3fd0cbcfae6b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f2478226ec5be178f6b15fa0577be50f61b9c6b382f57d05286a95c5aa518adb
MD5 66ca96c19b02a759db789914ac2313ca
BLAKE2b-256 a49ba9fe0e9c7706b0ff465480055a8ec9fff6e3b06711b4c9b9195ae817682e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cd5df6ef390526589acb2641c8f37193a17cc1c58e614af68514cf86af906ad
MD5 f2c9694ef75349e553e419519bee1e70
BLAKE2b-256 e22e18aad0a3419bf648c1d1394fba3aa122d715986e5a3c1b7f91fc7ee09cab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ad291717db35b52048efc68f243a1ae294e3f954b999f8a22390172529413c8
MD5 57eb1d9df84f23377e3096b90d7dce67
BLAKE2b-256 56e312b7dcbe44e1dfe164311364c0f4130f45a9fef2937a425dc5c7dfd73aaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9bb05f8e99eaf69b0265ac7eb3e1a26383897b21f15786632dd035305925f0d
MD5 92cd146315ffdea926ae7c8c154074f5
BLAKE2b-256 c3d55d6a3aa8eacc7483c55797feb9573d415c369be26c6016326afc9889fc00

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 038d4b3ea1f79b06064e8abdee5272858d24a736a58efd42ec00dabd6d60533c
MD5 bf520ece6e0b6a57f29f585665e2b000
BLAKE2b-256 a4a2f18ca24a40704d76e5f3bf816fef565546898c8980bc2e0ced67216afa0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cba6f908ed21694be757e4630578b176c5f35a1330847f9b19e0f611ae44fef
MD5 dfc55bd7dd3c362c6257ae2b4f1eb5b8
BLAKE2b-256 0a673233ea4343071fbde646b165d29e14f1a2d13dff75bc2968ae5296654c96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf5691542cb8cc9859437b5315b33571aa8dbc31109a7340852c724f529dd7aa
MD5 4fc6cff4e0e1e76dce7c975606932ad6
BLAKE2b-256 15d2dd48f66083bb3acb3821b16bb0c65fef31bfe39065e8278245f1cd69c580

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4abdc5f9f576e98b9f89b90fd1c654aac217108b09d4d27176a1cd1ba86e6505
MD5 ffafbd01c5efd57b50afe3d26f02353c
BLAKE2b-256 d8379b6080c5239f53d5929f5567f2be98a23cc8268a86fc5529289aadaa2536

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 074aa9010ed34294c2cc854a9646c2dce5b43ffdeb354c61e840142ffaf3006f
MD5 bd92a229db3e436edbcadd212fb88e19
BLAKE2b-256 7e8ba1ab1542ed2fe83fed3ecebb967b73b959c0820ff1b8d92e0c5122fbea82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e12a77cc6db3815f5ca0338ef3c6047ed512c6d68e3047bfec5c0000078548f
MD5 f4f6cda2251f85fa9ae4eabefcc730e5
BLAKE2b-256 ea680d7f1b16981f537575fb7ed8e731131d458795e27a7e8293b6fb2fad6eda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ea851b84c74c2280f20b28c19bc111b6de39bb6ea1784e80163f73770c9b204
MD5 9d368013e235e9159bf1cd3257c2a8ae
BLAKE2b-256 d4f003d7270e9cb32ae3e4283cfefabfa8f852a268c912153f7dd1220da31087

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96a3928210a78218e8fc1928dafac0dfd253e770904d23bc6ae9b9650257dfe3
MD5 53dab2d1ccbc1fe4233e0762d246dd99
BLAKE2b-256 d35363cd4d1c4c19e8768be0441a89890940e2aa30a47e1d1ab60a02a9b9c186

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c17ffd41984c881e6fb5a23f89d926c87de68534aec7865060ac13c7370df09f
MD5 a5f183e2cc4b959eb00cba2d57877695
BLAKE2b-256 5745a87506e5318f9ed7cbc1e7114f1971bed9f6786081de8426bfa7bbf54771

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c185c922b09b42dc7379a7c185816e561e6dd40cef7c8019eb9425ce7797df9
MD5 58e52cbb18ae2779db8cc22af890f671
BLAKE2b-256 9cf3cd26b6daead3a1a969051425f52ab704d0246fd6ef4877ee74088d7f3921

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75d2ebefb66cd92adebdf2b254d6a0ccc25c74a97b5bcd334fdd81c03e27427a
MD5 03bd2d9f02ddd03a6ab1295d5fb50a17
BLAKE2b-256 7ae1091085ffad300eae773d0222fe68564674b3be97226b906ab3b602cea298

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3ecc2a9ba390c592a1f985a378f5a0eae884456f9a7a6b042482f4d2adc2112
MD5 aed5979907a6a471d5f386c9e8800309
BLAKE2b-256 881013559e648ff228d91827901a51682cc540f5d182bf2cdb665c51bc1f0dde

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9fd391dea6414420bf4bf0cb70c23d7f8d5f05fe83230e21fd894dd7c63f5225
MD5 b146a7653b3fc71aace20110892e2513
BLAKE2b-256 68a83891e74c4c57e51e84e94494e828830cd80b931fd517f2a46031684e543b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 137f42e08c275462f8d20131d75ad9a6017d5ae54c76868e640074b1d087f63d
MD5 c4148eb2b63aee153ac7d4670ee6737a
BLAKE2b-256 ba53c0e44aa10da6bd9f9841bb7749fa91f38ae6102418beb1702c558b122f1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e17b336597be44d8d67d3c3e270101f46e281ec6ce022d5c87b195b58b5b45f3
MD5 2418d5f304c7fde108ebc59452c8a4c5
BLAKE2b-256 9ab892b71b3600a03fec8530637f5516172fc6a3e564497a77afe4ba22406f14

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.3.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e674318167487b73b124fcf2ebe56aa3690f1160c0605bd784c72ce158921905
MD5 2813cb961ffb5d6e496106b4773ea960
BLAKE2b-256 9b94e21c23ceb61234d4fd8a61541a1b3c85dffd54662c8f0b50c5fe074ba286

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9f1601117f5542b8ca8be599cb4f78035208f1379a5785e805643fe0f233064
MD5 f968e83fd15783bde0c25fe8821a5903
BLAKE2b-256 24afc2bb47794ebc60324027f12ece24dc8324af0102a403c4edd1edfe9ad485

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53c7cc6ed59341dab1289c06bce8d4be44663b7a89fc276b91b87a0962b6fcd1
MD5 0af703346dc75ee14319a5c4f2dcfb7e
BLAKE2b-256 2cc899cd987bcb9f24d2c36750a01d0af9adcd2b3eb5e5f3b767f3c3b7d63a39

See more details on using hashes here.

Provenance

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