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.4.tar.gz (21.1 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.4-cp313-cp313-win_amd64.whl (279.2 kB view details)

Uploaded CPython 3.13Windows x86-64

msasim-25.9.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (406.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

msasim-25.9.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (406.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

msasim-25.9.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (403.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

msasim-25.9.4-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.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (401.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

msasim-25.9.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

msasim-25.9.4-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.4-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.4-cp38-cp38-macosx_11_0_arm64.whl (401.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mWindows x86-64

msasim-25.9.4-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.4-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.4-cp36-cp36m-win_amd64.whl (263.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-25.9.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: msasim-25.9.4.tar.gz
  • Upload date:
  • Size: 21.1 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.4.tar.gz
Algorithm Hash digest
SHA256 062845a8ffdbdade6e81649fcad2331952272027dc6bdb67d5a6327d813c1cad
MD5 5bfcc5f6b7bcf838b107759c20a4f22b
BLAKE2b-256 ff7cc3db8505150321d9d6e92c2acc7301bda588c364bf60c2a9b1f430cf78b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2e75d280aaff2f990b744d7bf3c721ffb69a08472818761463090135d7299aad
MD5 761443640e37213b70f673c75378ffb8
BLAKE2b-256 9be10850f884e2f2d8fd5626cee39ad2adc5655053d1017de99b8102c23ecff7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 694e14682864bd9d766f5b22891aa18f897686bd27e83f1f08afce5323641b00
MD5 8a6a25027992771d987308d9a9c68e08
BLAKE2b-256 ddcee209119b20034ecc3e93cf80a03d89b7d1b969307bacfd2bf178622488d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b0ddeea8f2d9c06eea54fbc1af1b96f83fe4977604b85d369abe81db74d2612
MD5 14ab1b53b1d161324c9a8222215d486c
BLAKE2b-256 2540d174583e7bfd5ca1e507d4c6763561df70e78d9acbe918e4fec2b5aa7b6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8995d35b987544c74ddb39c1a4b2f383f1c9dd1bed04186795d3b21c5f023c56
MD5 943aebfa29e2e284a70eb77fbe0741c2
BLAKE2b-256 6d549c68623f827e0fd134ef576c51064a6d8aaabcc1528487a11f95b3538065

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a7197d3eae17a137e287847ad4d0e6576b79e7ea69873094cf23ef6c586d74ad
MD5 b44db696d00f905bcf441c10e4bab222
BLAKE2b-256 f2cd134c06b227b6ef69b0815b48f0d439539293db387e528a8e4a7a8611c982

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a16957b35bfe8901917035f1de0b008a9532a30031dd9ec50d49041b4fe0036c
MD5 d089e53624ad047e3012b81997186a19
BLAKE2b-256 160d3f0e2de33b13788accabc98230b51ca24052f8bb4b1cf8e2c3a135145865

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 170880338fad7563def801f0e6b5585ce26fc29fff298056c99fc7f7fc7a1f5c
MD5 1386918fe59b8e2ee1674ca8e860997e
BLAKE2b-256 0030fac1e994c5a805fc1535fa7331aece5fa89cf72ea5313c2d765918909a01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd8b0f87d84be230067eab943d408e985564854bec3cb79144962271128d3da3
MD5 426a9eb7e67e7f34b913d916c1e84ccc
BLAKE2b-256 119127eccbe4e2411d069b0f43ed4c3983a2ea0b60693c79790feea15fa94353

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43aed73a64b73e693f79c8c710f5298d21a7ea31990d422401682e9a3ba72069
MD5 a93639ac629ac7101f00502bdf3490f6
BLAKE2b-256 8029f017f40cac974bd2f512cff1d0cf3958c1345a97d791f9d55fb5dfe39970

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66814b4fcfa7cc8842aed7aaee4fa17ad8143f863304cb2da8393c2135b2d5ea
MD5 7c812e6903c095a498ab2b36677b9859
BLAKE2b-256 1b36e971141a7eb69c139cadbc05c544b6173783cfba3a166984b75a7f89711a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31adf56e291c15e1f96560cb2e35c180452bb74b90864735daf08794550cf3bf
MD5 64ee4f746e92ed46035a3920e3efa578
BLAKE2b-256 47ff9ad1c46d3167e4d3a493b1432b0b8586f4d4c5b7a24585fe8b520c955f6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1e4a6991e3d64bff92c7550cc58e04ce7f9d02942c24987c6e05fd6f9d2c104
MD5 40cecd1518ceb477bb033de86fcd0add
BLAKE2b-256 baca16c0cbb5f5f0881b77b657f9942b4fe4565ab814ee5c2b25608acbd301ff

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b4f1ad3cce4e492a24b20b7d229e7a7b94a8a761c74f754ae831f413191bbf9
MD5 675d30afb0c044b62ff303aed9f58873
BLAKE2b-256 d58ef99c37d1d1ee6b2ecf640980e7f89de4118ab25fa74fc088502d6ce27a74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27c4a23af9a820dbf60062df18b8c11edddb825e249be56bc896ac994e2db7ec
MD5 0ab29d5670734a4f763de2f36e51ad76
BLAKE2b-256 20e54ba1fb4ef1bb3a2e9d458724078c2d2541c1c6df2d45f4657d2f2b2e33d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3687a95bc5dfce26fd4864da4b5e4c8edbee7e982cd356c7f81688b5575c7a5a
MD5 f353f12277833a90a91c4d87fbf2933c
BLAKE2b-256 64c2702c2d6b35127f3880fc59e91d3fde30e73a0c63a49d123b0a9c13d97515

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54f65d76822897b5e325e38a949707743f4bb6e385f65b17c1cebb84d32828ee
MD5 c836903285c25f2e687993043254b86e
BLAKE2b-256 5ddf5cccc3789ec3678cc2a79e742ce6d6575ed08b5bdeaae130b89f2e18c48f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a0e51309db56463ac0e27700850e6eb941b536ae9b54111e5e7d5e0a5a8ff673
MD5 ac7183e7c883aaf19f54259174321589
BLAKE2b-256 3af8d26c6a15ce5f06fbd72244cf0d0641ba6bccb1eaec7e66bc26a52fd52f06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e728b24abbf6f7e7a83fab4cd18d704b497ed892e692f29ecb1f801d09302df
MD5 1473c12083fd9b8b41e00efc3f97fc9c
BLAKE2b-256 755a5d262f2751a0e11112aa8824c01aa3c98ee604207d216a9ace1fb042ba01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9c8075467b4ea12855903de9c6a890526550d3292adb26d91f0bc120e4ee2ba
MD5 caaf185290d379834c5979dbff828535
BLAKE2b-256 5b6c1e158dab5fdc8b24f6ab0ec182c8035f16f13985718d2bb568f0ea7349f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b00fba03bc6e098abffb444e3695ae07ce1a58029c8d9c4bcc52874a5ae6bddd
MD5 521ad830f5b5cf02cd46c920dd669419
BLAKE2b-256 85c388683376d1a55ae07eeeb1c408782dfd6aa5157b00320a534c62b4dc3dcc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 21e41e8f08a4462fcf03fe4dbb0da0092affd305a84ce4ed3fad1562fd37f6d7
MD5 3638c212171828ace1f0f75d0f476950
BLAKE2b-256 44030e1c4b7046709b2850f679b785844f0edc12bb38ceaf21493f6f33d60dad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efd1880335b742e64927de299d158d28853a46fb00e91f2c43a92fd7e8ce8dd0
MD5 ad4fd5fb00156efb7f906e7be1f9958d
BLAKE2b-256 2a496b46a8de25492b25a526b4cc983a45dc874a4d42c11644cf385bec331964

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3abde31ee366be8e436f3d0f2177b307311598532120a858ca5113740a7bc6cb
MD5 a778be5624fde43d8c142d85300464f6
BLAKE2b-256 0832543c8688307f90215f32058dcb05dfcac8897c6a83c4b4a593e3e89d8895

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46706eb1903a24269a9f656a8059c27d1385f178385360e309605c73301654ad
MD5 95521ced5920d56a3c8cd74b0d9992d3
BLAKE2b-256 3b7269cbfc39c486068dfd3cbdcba4d98e88e8fade0f4b9573d570163a0b8604

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1cfb690fde8a8b8f4861699f272b5343934d9690e3cf0334592ce1eab5c5a4a8
MD5 bbfcc78ece3e6e883a867e1be8fcf824
BLAKE2b-256 1ee7c0d6603539456e4a69aa623c1e573250bfc2789633f40a144a5dd5067b87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06ba3a1356e60ccf1024444fd0930b6fcee4631a9f32d0fb9fe80c401218eb9e
MD5 a23994b758b2abd3a46aeb72edd050c6
BLAKE2b-256 11ee5580290d3f3f6f42e266e18a77606fc85e123ecad88cb408e69c1c328e64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8267410332492d8867bce4d12b1dab7a096a2c72ace33beb328298b4767fbd16
MD5 fbf99786b99e0699fa9645f8b45a03cd
BLAKE2b-256 dbf66077c2275d8b84066ad3d1052fe3c04e1c9ce3b31edcc85bbd9e95daba97

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-25.9.4-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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f73237c93450addf3db379cfe0daa1aa4befdc1e56c10b1f47e485391e1bb612
MD5 56e5a56466ece888ad1b14697724ddd1
BLAKE2b-256 eabf07a424ca9ceb4f7b3c6821db84725496bfbca627c7f177de2b59232b18aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0314e0c3e1651e04fc6f0e66c8336c0ce78cc441639b061ed64ff310bd713c7
MD5 b8d7df7b70d2ebfe32d08163edf265df
BLAKE2b-256 30732e4886d6c023714f0911222ab0fa12bd5f03fc26a15320f54da698106926

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.9.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2c4e0e43fdf73151a9ae2c73f8eac9a71c7d1fcd8f329268ee39d7ecff3eba6
MD5 93a4a01367756a3c41ef37f02d737930
BLAKE2b-256 6c2ba74e6b073bbf1c1f790c13b52d847560b07b85cb8c36c41a8e906b839dcc

See more details on using hashes here.

Provenance

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