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.0.tar.gz (18.5 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.0-cp312-cp312-win_amd64.whl (266.1 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.3.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.3.0-cp312-cp312-macosx_11_0_arm64.whl (378.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.3.0-cp311-cp311-win_amd64.whl (265.8 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.3.0-cp311-cp311-macosx_11_0_arm64.whl (378.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.3.0-cp310-cp310-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.3.0-cp310-cp310-macosx_11_0_arm64.whl (376.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.3.0-cp39-cp39-win_amd64.whl (260.0 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.3.0-cp39-cp39-macosx_11_0_arm64.whl (376.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.3.0-cp38-cp38-win_amd64.whl (264.2 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.3.0-cp38-cp38-macosx_11_0_arm64.whl (376.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.3.0-cp37-cp37m-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.3.0-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.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (622.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.3.0-cp36-cp36m-win_amd64.whl (266.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.3.0-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.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-25.3.0.tar.gz
  • Upload date:
  • Size: 18.5 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.0.tar.gz
Algorithm Hash digest
SHA256 cdb71b65b816eac380cd4510641b7146288f6c5be4b27c243501a4bd8655d99b
MD5 494e21d3dbb9f2774367d97aff2989b2
BLAKE2b-256 44f8d012db6659a0a686ed7c8e748e1e6b7578d6c08afe7fb5a1ce6300d70a0f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 266.1 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7c3f7db588f42625a6acbed5bbfa5ccf94ef73615f370a5e190f1d42e63fb26b
MD5 fd67c771ae737829673ded720284e695
BLAKE2b-256 2a301a48dd9baee3300b7f7f1a828c35fd2a7a23a79f13304ffb93fcd1a1a147

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e36e5a32578d8d6cc5b200fa9667419c4e72c1e92e89c2f2909f1127625eda7
MD5 871e5bbcadf77e363ae7e2d4910c1d46
BLAKE2b-256 104f76aed27d47203e734cf1e2d19664b46fb268fe16501afc0af034864ea2f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f47e3a5a94676c22a458a4f31545efae5d7af66a6a5e84393436a666347cbb18
MD5 1d781a8d7eb51ee2c3bc8bf9c2678a1c
BLAKE2b-256 1e42851d1dc57f49a99da305fb2b76f6a3405a42df33b6aab11a8169c5ba59df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e245fe6bd2c704769fce334ddded5af4d2f393b90ddffe06b1a3800aa6962505
MD5 b890b76aea4e43eef2662e1eb28cc7e9
BLAKE2b-256 52c3709760b149a94ccd1579140e18b6813088212284af0822e3cd458cb51508

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 265.8 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0d4a638e74d14d2ae7813344c5c757780fff12309fc17d0488b116fa8ffbb3d7
MD5 a0d7da436f6122f890f18b274b786c9e
BLAKE2b-256 b5cd659da845610aede186cd4f80823dcb184cb1c398ee6d38b634dd46de02ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0856d9ed78bf1c35e2792492b9f950c43fa7c23e09b3028749ba0e81c90a91fd
MD5 3b1049f51904810715e9f4c4734e998a
BLAKE2b-256 cd2117a8664dee31eee66eb2533e8518cf15c4d0adbc540063741bf9db0e080f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3c8e17f1da284fd70aa355df9b3996bc65bb46afb95483d3b470ada9f8b447b
MD5 576d696c58e3d923fd43b5b392b7e3fc
BLAKE2b-256 0a5062531f12c157126282d62d1a9fcef3eaa3212f7494f88c4cc0d00cf29192

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f9c820edc6043afa58c46874366195fe0f9168045663de8045b894ae4a306ec
MD5 060bf16f0a17c40d56905c08b8e450c8
BLAKE2b-256 f4c9c00f9676e7be9e46afa237a87e85413662857ea392369585a8bea7f4144b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 264.3 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58dc1f1ed917f4a18ab34ff018bdf8155b8e42e42a595bc3751908ca2d90527d
MD5 1f5783ed6ab30b2abee68278b416b09a
BLAKE2b-256 2aa2633629b09fc22ed4ad332d20fc40ad4ad7ae60f192de07adbebbedf17046

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8410fa535b0ed58484763652a62fec9f76d4fbc370469c54203b99315a47c9c9
MD5 8dd1340cc40888d68500093ffb8a2e95
BLAKE2b-256 36aa089921fce0a3dac01397dba001a5db7721bb2ddc90a8b8bb59f8b17ee34e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7982c7830d919716a7449df492ccebcdd0def1bf399eb66dac8acef684a370dc
MD5 8eb572cef27d602a8515b866bff9c35e
BLAKE2b-256 9b7a0266db00158cae73cdebf421ce97f9de4679e6a258a9841287e182247106

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ae9e6c3cd411bff7600de5a3ec42b0a1ed2b8d8f8d33ecf5c30224f0864c924
MD5 4cabf5b3d9504b706a862bcbcbbb5c85
BLAKE2b-256 bcc85aa60bf5852a282c32c496f563459538a8e50446f730571946d511434c62

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 260.0 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3c00aa14a9a38df33fb4d9311a2c3d0bd03d2648fd60267d65080aebedb95e22
MD5 8997a6dcddecb4cb347710e6849bc79b
BLAKE2b-256 b58ceb3cf09869f222c910b1e1e4bd5540ae4049fc18fe065d49965276d671d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09708291a2458ee4b4da1e2e9b144e6f6c5ce73d85fc27c969f32e627624cf2b
MD5 41b56477f80b6092808d031873c98a47
BLAKE2b-256 84e74e7b2bbe4da89001b7513500f461fa8c7af6377c120a31a049828bb97646

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aa70ee49dfd7cdb716790f62960856f938cc3e3eaadd1af3a3e7e1609584194
MD5 c671b4d65e538c91b3fd41640ca66cf6
BLAKE2b-256 c5e04b34da79c6ecc80a13fa7301c76a7582b8341a4b313d954410fb4c79198a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe1cfc1bdd1e53366bef5aa54f39857a2c9f0882125459b8bc9a2bea5ec544bc
MD5 c871fefeaa457876009728c6cb57649d
BLAKE2b-256 626407399245553b9b585cbce83513fc95893f485ac16ea7ea5feb50050bdf2e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 264.2 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 653a677f608cdf6f2e1cd71e2b5cad9cdbf79c6784ef3dad9e2682678db114a7
MD5 026659f41a8fb3d81d3c2b92e32c067c
BLAKE2b-256 82c2036811fe7fd069f115558f007eeff5437703100a0598ba7cbfd923d4dc6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcfc71b19da26b6d39acdce6f228ae449db754bd7fd0c51ac63eda7dc1e4c7bd
MD5 65ce33c803d06c50b934ad29a546aa32
BLAKE2b-256 d7303f4bcc56a66fff4ab3d30c33385bd921d2513727f77adf0e1b5ab6116e9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c59ff2771ad04ef3457c78e7116de4a90d5339913962484f1984310e73c4af5
MD5 8d459d02182a11f7367e736b240ea749
BLAKE2b-256 011cc2c6ad82fcbf613764acb9fbec8ab7c06cc172c75174088b78bc4fb2b488

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37184c59c6970aa4214389a1436060b6540561d3bcea5e95e560bd67e9b93a07
MD5 538f3a899ba338d4b544aafa502838ce
BLAKE2b-256 dc9e9e14ecdb339b487db8fa62383c03dcd4a81ebebe5803e96e77266087afac

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 264.3 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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c6b917921e31b2008a6e10b2f5a1a472471fbb94f410ab5925e42498ed30a271
MD5 256cca1a04e332135fbc52044ecd6f86
BLAKE2b-256 42462bfd1b5bef69d23c3c81223ef5f5ff694cdb492fdb8b2399c9088da0b8cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72524b2ef84945f33005a55918bdb82cd39c0437b7d916d69dcd03650bb76b85
MD5 f7a3f306b3efd73458f7e9d433077486
BLAKE2b-256 971bb09a8411de64f9e19b9fbbaa64cd41a17363aabf2e6720d199a75e55eab8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 affd8bc39410c2d824d636da5a8fb33a1c254d1a3e8680a93a0f1728aad02609
MD5 6fbea7ffc11307895ba7a366c953e41e
BLAKE2b-256 624cba5126b7f02570e1b609a2dc57abf4bcc1aa18d35669cfe62018575c1e2f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.3.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 266.3 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 926a57c815ee6c03d40b37d7e91c296566404ab13d3c83e5e4dcad3f910865b2
MD5 51630adba33adaf03a39e1f187339da4
BLAKE2b-256 995c586bdd60570582019f131d095fe58a4c529690987675f3f5e394e4db5c8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 850e6dfdd716445402dceaeaf895bee978da3d20e800e27441d4ce46de591269
MD5 10572cc5bf3959a4c15872612d3539bb
BLAKE2b-256 8522976121ffcdc544743a1ca1e92ec9c13379fd3fc62eb9ec9821cc78db0ae4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.3.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acf65e132ff6153f1111956a23904a22dfad9b2cfed5ff02fd33400d75f6c3f7
MD5 d2acbfd7fbaf285db0b5d0ac15366034
BLAKE2b-256 4dd25b8cc6f5ee51d9413e75adc3bfbfeac3770921fdb5965617c72e29efa011

See more details on using hashes here.

Provenance

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