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.5.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.5.2-cp312-cp312-win_amd64.whl (271.4 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.5.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.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.5.2-cp312-cp312-macosx_11_0_arm64.whl (381.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.5.2-cp311-cp311-win_amd64.whl (270.8 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.5.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.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (622.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.5.2-cp311-cp311-macosx_11_0_arm64.whl (380.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.5.2-cp310-cp310-win_amd64.whl (269.6 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.5.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.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.5.2-cp310-cp310-macosx_11_0_arm64.whl (379.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.5.2-cp39-cp39-win_amd64.whl (265.2 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.5.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.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (621.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.5.2-cp39-cp39-macosx_11_0_arm64.whl (379.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.5.2-cp38-cp38-win_amd64.whl (269.5 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.5.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.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (620.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.5.2-cp38-cp38-macosx_11_0_arm64.whl (378.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.5.2-cp37-cp37m-win_amd64.whl (269.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-25.5.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.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (625.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.5.2-cp36-cp36m-win_amd64.whl (271.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.5.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.5.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (624.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-25.5.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.9

File hashes

Hashes for msasim-25.5.2.tar.gz
Algorithm Hash digest
SHA256 8cd254f4f2eaea98b860ea62c4699b91160d1ef2549c6a0d6ac9bc77be4c3d03
MD5 4ec8c9215f08e9c0dfa80bb139974a20
BLAKE2b-256 b5ea6c1e526a9affa95ec0fcd25f591a092dd63b379792351739e3ab9a19cd9a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 271.4 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.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da1430219aef0c86c87df4bdf07f297ba1bdcbbb4f49f06e1e498ceb0b4dee76
MD5 ee79a2e7f002727f5960c5f43388b66e
BLAKE2b-256 996a7e4d5db83f8a8b63b1c791bbb8459e27210924e98a5eacde90bdba63119f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab741882041ddbd6a56e3e200f8d81400aa2fca52639395511aa9086bb43d01b
MD5 8975871d664a4d74064d7580fa1747e9
BLAKE2b-256 cde0ec80cb1022d1e4a820648e2d21096b509b2a46d148490c276ba40c318e26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e11f8d1918a94f246c7e65bf85d842dbfb168694af9f6f2283b70b748ba502f
MD5 dbe2f24bad023248f22b485be2a6aa3f
BLAKE2b-256 c06586ad53c7b957872d5cd96b7646b0bd9d1c841f96595d3970bb3ad2fe0c27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fa8c3cde43284b5048718793ce982da7226dd0593df43982846e1286859e31b
MD5 0eed26213fa8fa24088804f53efe71ed
BLAKE2b-256 15111b13b79b0f6566384d4bf20c0d883accabce2c43c89ba8b6cee58a69240b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 270.8 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.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b0ecfc5234357c1228cf24481f45259eaeca88cd7b22c2fbc3f27477494cf7f4
MD5 2309285fba27bf2560d1c5a60599bf4f
BLAKE2b-256 ab921004ed23e8b606732cd7032121a8ced45f6597aeef5cca609631edc37c8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4ee6daa49b3b2fdbfb1752f1831f36bf83df8d93191fc8fb997acd29aec8af3
MD5 82beb10a0645621899789c381862bc8b
BLAKE2b-256 f704934884831e5d50e8967c94bef7114e525228b5f6fdba718a71024f9365c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3f707fd14415995feccfd1a4918ca36adeb56293dc2eb37226e9383191bbea8
MD5 02d43720e3f414936ed20757faa182e0
BLAKE2b-256 9786f12f2e475a28bc963fda86fbd1a2ce640172fab3f03be71228a01070db2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2626875f1f6a6db5db1f6c56ca6e136fb09a9f9f13c6c82e2585b2c0bb112be2
MD5 c2c8b5238dd9f064a30f52e3ac0013b1
BLAKE2b-256 621b044e1c2f7d6d4c1e795be6a0d2b3a3d35df3edc7b0a500c629f00227ffa2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 269.6 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.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3908245aa0611fc90deab406b58fec95eb34e90c3575facb1ebe2c534d55889d
MD5 7ea0da432b3171a49dd95af8208681d3
BLAKE2b-256 15eceacde58c5f76b688eefe99a347cb71d6b9b53b8e7e418f30c4fa9d5de35e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 978403362b025552c88f8ab8b078fea54270a42196934c96e613172f0725f54c
MD5 8c8698b554dca7380125c3a3360af640
BLAKE2b-256 b9ec6e085085b55c80cc6765a02133bf10e08e875132adde2f418a59b9887dcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40b4645871c5dd6bef530bc90969365454720d24cb9e074733a9757b11373e98
MD5 aedb74d2dc4cd89d36c1af1405f9f7b5
BLAKE2b-256 578fca80cf349c620e6776422560ebf0f006cd662a3001cf961f038a8b73dbfd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aebae393e96e269cbd4211fa01618fa4e89445cc6a331bdc894ff78c17171cbc
MD5 d03275effda359ab0451da2a0e779a3d
BLAKE2b-256 f8a57d847e2efa7380dd1194e9577828435f4c3095146a1f477879c3c333ee6f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 265.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.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dc0d5406c5998ac7381614f86ada1f2f00aa40be68d50106e1ce26bf6668e044
MD5 dc5104b47b6c2c1bd1561ce4e0033dae
BLAKE2b-256 3b3414b281aa4b690cea5415e1fff2265f836a111f919f1317d63a35b40e7ad3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a86200ae400d15ddbd016210c2f21e6f1790ff80f641a933f36bade32a6a8c7
MD5 ee047ffec583eaf96622683fef9928d9
BLAKE2b-256 8ca63a0642c5b5a06d4f7eab02cd3be6c810b5d2779debe2b86f2a94e1519fff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4aea16be04f7a5362f288c02fe64518d2e7931729cae6ba8c4ea1dff5c5edbe
MD5 af89322fd5edd8c42f92c93413cc7e6f
BLAKE2b-256 83599301c638f78a8b252a6522aefec4621d65e21ed9206e0f4870ed6d2b49a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a3a8dda7d2e8baea45c807a886d466208d4de68859e9686972d46b01920c007
MD5 1393ce14fae32156cf1c21f27ceee9b1
BLAKE2b-256 b35e2c222f2af84b50104118f9c3fd604d18c2d1ed8fbc63be5131063c42ae3f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 269.5 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.5.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3908ce038e08942318f61218108bde9ef3a343f4c79703f160fd266a8995aad2
MD5 49aaa2e825f830366882e041db695e28
BLAKE2b-256 1767ee96d43634cc011075f6dd283320d313beb7034d86903cdb74fc03f43852

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 868407e0ac7e687e1a94e4147024c402f2862aa0db767183a7e37e30a7c539c8
MD5 bc49dbe52ce72e1453e6021568003488
BLAKE2b-256 ed3a820094adc5a9217e96dc17cb39f2644200b5a5b4070bb5a444f48f0dd5d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27e98f00f2e917176481d4945dc00d6f78e130752913cba2de9dfea2dc622dd0
MD5 f16ad73d399c1a6a0aca50c61b43fad0
BLAKE2b-256 31f10f7465bf6be8bceb25b602d7007addb443996600f00ef4eb998269801c28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07eda81070582b50fef806c15ad339c9742b248ed173dba488a3e819f9724814
MD5 cec318ddee50eefe4f215638f0557dd4
BLAKE2b-256 b8633fc4b49b8f2d114982b6017984cbbe642c8061d5430c39ffd76b91351815

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 269.6 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.5.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f3fe3e782af56aebce961f4ad6fad8db0cd9c9f9a0002bb96ce2d159c02e1ab8
MD5 ee31f75b98c673699264ac58c322bc33
BLAKE2b-256 63ef776aff3ef90273bb1c31a0ea5805baeadac1cc9173bcdd106cfe24d5ce6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ded9882cbcd1deba2af3139b3a18e43bd597993928bc5f76e4f829ad29a96033
MD5 166aa656ecf221331e5cc37cb1f007b2
BLAKE2b-256 ec7b9e41423de928df1fe8529965255c09385acf795ee085a6d058d54eb97e93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 794867e96977437d2c3ad3d79bb814d001b3d51b8fcf02be4e5048c1ea351f62
MD5 aa58e3b8a05a22d0ea5babd2db51be39
BLAKE2b-256 483a9b61436547ceb5fc0978ba94f0ed7f27f21df6774172112d49e49554411d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.5.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 271.4 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.5.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 928ad33f24c72fe823ac134cbec22b8268535f4a0e47fa13a674a875db931a63
MD5 b2698fef745f13ad5e3b0dc423177524
BLAKE2b-256 a09134f4a7712f538e7ddd8756d737dd1ed07e8373781b338bb1cbf7354372f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 619210657c1156021e27b161d9d833235695c09184fade61201b8416f8852290
MD5 1081a34392482ee3456c30b4ed3c2a27
BLAKE2b-256 7d56973e57e7daeb5781c6ab5d09cebd73a32551b857b3e3ac54bead55ddae65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.5.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 764b7c6790e97873e907bfa13168002e1079454398cdcee7a7819db350887ada
MD5 ecdd74a8fee0dfc98d3f2469f079d3b1
BLAKE2b-256 648cd1be005607f5c30666ea6f3305f203c5704265c082f2705840038acd0e50

See more details on using hashes here.

Provenance

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