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

Uploaded CPython 3.13Windows x86-64

msasim-25.9.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.9.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp313-cp313-macosx_11_0_arm64.whl (406.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.9.5-cp312-cp312-win_amd64.whl (279.3 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.9.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.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp312-cp312-macosx_11_0_arm64.whl (406.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.9.5-cp311-cp311-win_amd64.whl (278.2 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.9.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.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp311-cp311-macosx_11_0_arm64.whl (403.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.9.5-cp310-cp310-win_amd64.whl (277.1 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.9.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.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp310-cp310-macosx_11_0_arm64.whl (401.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.9.5-cp39-cp39-win_amd64.whl (284.2 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.9.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.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp39-cp39-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.9.5-cp38-cp38-win_amd64.whl (276.8 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.9.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.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (643.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp38-cp38-macosx_11_0_arm64.whl (401.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.9.5-cp37-cp37m-win_amd64.whl (262.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.9.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.9.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (625.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.9.5-cp36-cp36m-win_amd64.whl (263.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.9.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.9.5-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.9.5.tar.gz.

File metadata

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

File hashes

Hashes for msasim-25.9.5.tar.gz
Algorithm Hash digest
SHA256 6349189de9eb79d0104dfdafba2b6176aadce87d8a0e229af2520da74afc1dc0
MD5 3e1662b95bed58b202036afe4ace4175
BLAKE2b-256 2c3e6dfa308457095363f5d62db24e1d365b48041de6afe07cc555fafa6268b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 279.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for msasim-25.9.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 479ca549450d4a065204f10fa2bc8337d046d1c70978382e19d2d1236a888871
MD5 ec38cb376c1ba28a6d1fe11d52e437a1
BLAKE2b-256 2016c806541c5f81db5c1fe0592170da3e3b92ed2d7240331d22d41aa94d7090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e85f8c397516a7fc7dfbd1f774d3cc2b021fbd4d7d324627ae9c72aa47887d9
MD5 30e9beff89bbf70be10502ea147096e2
BLAKE2b-256 e971a1c3af853dfdcc4f93a59fe8b9ee9eefea9e4ffc65148aeade31a8a73c8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 622c740c86d05865f8db17347651734ba7fc6d2630f977e86795241026680605
MD5 64931a9022c2ccd9a4fce01ee7ec5ae9
BLAKE2b-256 af9dfd199c54d1d30ff6804693637065b6996330a658d7bff0afcacf1b9ed89a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d1b41c7ecf7d512b3da09518ac4f54ad1ae3fe2dffd470567ae12f56f353676
MD5 8ea4a687299c6ffc6970b3dc4cba347e
BLAKE2b-256 1ecbe2348ae4728b2aba3461348a17eeb92f1fa841ef4c32286bba5596355c8f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e524ab69464e8cd2ccfc8eb5aac9cbaf5994dba8c218be7f4f4fee28d410618
MD5 088fd132535ccba9542a2f82dd0e677b
BLAKE2b-256 0066fa722ba3e4f8148f581df0049d92eb78b13e57073c37fe93772afec093a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a098d17ee8d9f01415bfdcd6c5b0684cd3efb48237d467a6d61f86c6417f1b5
MD5 59815ca8710299634469b96f1ca6f0a9
BLAKE2b-256 067c43fe1ef6b7d81b04a236c8bac820734f9a5de12e2c23ea742461ec851dd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb7ae580f7316b40860a3d8fcbaccbabf245c3b256fbf74e6949a1e3c5dcf9ce
MD5 0900c2dbcc7d3d15031f88e1e9b45309
BLAKE2b-256 5c603c02472beacaca1133a1887a30eb6e2a4ef874237731f089aa2e8d4c5f9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0d83ccb35fce92424285f8cb06342f9949f665ca40bbef46d11dcfec8054863
MD5 f4ece65aafe7f82d98bc8274ec03430d
BLAKE2b-256 1205d1432df0fd6ea48b765729a4e8548374cb511eb4324e0dd082fe68fcff26

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d87b20cca442f359e8c722633b3a87e66b64de57ddc91d9d8f6eff6266c51e79
MD5 b417f796f1f17e596510fae37c0eba65
BLAKE2b-256 2998bc322866c6839475261c863d00039a87b03c631d67e809e8c49d8cc83b92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4704ccc7a5c3510ffe8f94bb7ad1d12526e05307c1c2ca2459a5a59cfbc42cf7
MD5 795ea51e974307eb0fdab7e0209b2151
BLAKE2b-256 a7463a6ceccd6f7b959dbebf33b10ad165d60b4498957feb431d789edadc233a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72b325b71fe9b1957b291acae38264d8bdc670c409908a19c18d2ffe60bb9e74
MD5 7feda2cfcedf36f104e4d2a243caaa3c
BLAKE2b-256 086f4fd6f1b7185904faa4af622bf2e37470dbb72fa91b0e8f55b7988dc69641

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9487b85a0843feb66d1963d0598843fd78ee723b1d78afa338ba98f93d0f5292
MD5 c6ddb0183d41a77044f6cac282b690a6
BLAKE2b-256 5951460919967ecdb03e93aeed05ded96dc1fcf88b787e92334107cbc5405453

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 147b1a5e07f526a532950223dedaa9cc42592e9a49e4b4766599c6a4e8d482bb
MD5 abe73df33f9846b373eca56214c16dc8
BLAKE2b-256 65b8cce45187fd4ebe8c48606e1e26d96e567a6fc00139f0b050dae0fca47627

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07d7fa4ab847e7cd8a9e157d274399d304a8307d4d0995e4b5816327439479a3
MD5 346bc5064961d33e204037e03aff79f8
BLAKE2b-256 d0f28f3aa52f376ef9ea80ce6dae0d2f1754633cd6e5564962326aa8be2351ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fabdfeeede4b91fd62c5edde557f435339198f9b0c2667a196b83317706218d9
MD5 0937e4b0b90b7d216fdecd21f6e633eb
BLAKE2b-256 af48087063e06886d3050b87b9c88324b769aa76767ce45b6d0a2f500bcc44fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 042487a762d62c94c8421298538252af467b085d36f12152ed7b566b43080fae
MD5 beffe2b0ad707059676b49d60775442b
BLAKE2b-256 30188a355ba6508e897ead32fb0d9760eb4752822e6f46d27060e8be1e74bdc1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 80359befe95725aee3cac5f0f795d5658c4f685eac6bc2a5b894841c56eea6bc
MD5 e8e56b7f30e0ca661cbcfc782e85bd53
BLAKE2b-256 42a85735498bf46ad1c6b1f452f3688f334a81718636adc1b389eeba589f1d2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f08d289af3597206158356d3b66fbcf1251ac5008df8373253b8e0b4cdd7a86c
MD5 ddd6c9f1a118acc9a635684e84ab8a43
BLAKE2b-256 6f6412ef4e325be394b7c1534d3f2544e8f74ec17ac24d89edaf473051bb9772

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb5d4cf1b1c3d8e4cabc85fe13cdd27fc9178d250683a1fce1b9275881c2f1b4
MD5 f7a8ba3455958e931b12ed756e2b8bc7
BLAKE2b-256 733879c351ae6e92e71b07cd17accf326eeeab074feed4c5dcedcb3cdd2fb7e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b06958dc5a226f09d97cf2e419cb8bedbf5e88b20a33588749fc16fdf25cea61
MD5 37ba2ac754f184da0ae2b38a03e366bd
BLAKE2b-256 fb5f50d3fc12dbe4ebfedbf95b0c68aaa6e09b7a1d54a00c7e37d03b45042b90

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 861f381cb628bb7504175cf1afa3b6ca24e9380fcd06f9239d41d53279340d36
MD5 023f99e8b8a0710c9ee26fdf099acc06
BLAKE2b-256 be94e1c6a261b2679c77c549ab99308d1216ce995b0641bfc4367940c1962b63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61481ea42c8a53ddfe605bb71cf8e5ddb5c3049feb3f69ad1ba2139315b3023f
MD5 f9303eacb72a4fcd530e93540a8bc6d8
BLAKE2b-256 3930d569632d3dd1201e43c3378e0c730315deaf786ac8af47fdf89aaee6491b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bffc48ef13bcef0217337b13bbad7dde33a2f7718574ffb55ed7401939e520b9
MD5 66271d01466911d6a6d0ce8871269cec
BLAKE2b-256 574b854a83e9e6b434059a3c8bd37c594475636982fe75417110d343b4d40598

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e67baf22779f85f670faf7e53dfb6bd570d7031ec75aac5a16ff14dde8dc2d7b
MD5 b5688738405c69d6013bb0e91c890351
BLAKE2b-256 46bd94ee16e13bfa952e10f3ba54f70efaab5059b5e6463abbc6990c775fa7dc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 10f9c017510d04a14b19562a92e791f37580be9621a54bc7853b1497a391a67d
MD5 4995ab08e870b708f6f695ff64fb772c
BLAKE2b-256 5e90aa3528024e18462d6e2176aaf8f96bbdc9f01de51a6a5ead6faca32b9eee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e32461d56f6bcb071bd746f8aa1d85981829c4164ee20f8c4787bd968a5a1ac5
MD5 11296540104100f8088c36ee6a6d216b
BLAKE2b-256 4b5f5ba95eb71cb53b6dd92213c4ff7b18bf47a882d83e3ef54fa68ae1641a0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e423c7b244f07c9e8c80a03257087327483093abe7e77b63ce9ff67bb29985ee
MD5 eedab441a13ba95f9199a2e50855f1a2
BLAKE2b-256 0966bc1ac96e836d2015cb660cc18be4f75e0daecf52fccb95b9f07687534381

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.9.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e59f1bc9022d16a810604a48ef1a1780bc70617b1ca651820e248d0592b3903d
MD5 3c346d6f4bfc96ca461f7c292429429e
BLAKE2b-256 901ba852a0cc99b3a2245d3c226545e3d5b0a8316dc36f065f6814d68f2597e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d75af92899442e15828b3e6e489b3fefea983e122899725e3bda8d8514165c73
MD5 1f10a35281f15bd6513999393f0eb5e9
BLAKE2b-256 729385d90c195d308cacf2e289fedbacbbf3fa1e1e3fe8f4897ad3c010b7bc74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d021d476937faf576e4756bc600d648742e22176adfd262dc490c8a36675afe
MD5 d220b807c924aa2158cb046073570314
BLAKE2b-256 0637bcbcc91a5c475b3389daaafb2ca95e4eed1311508366e43f357737435f1a

See more details on using hashes here.

Provenance

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