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-24.12.0.tar.gz (18.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-24.12.0-cp312-cp312-win_amd64.whl (264.6 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-24.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-24.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.12.0-cp312-cp312-macosx_11_0_arm64.whl (376.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.12.0-cp311-cp311-win_amd64.whl (264.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-24.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (616.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.12.0-cp311-cp311-macosx_11_0_arm64.whl (375.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.12.0-cp310-cp310-win_amd64.whl (262.9 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-24.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.12.0-cp310-cp310-macosx_11_0_arm64.whl (373.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.12.0-cp39-cp39-win_amd64.whl (258.5 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-24.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.12.0-cp39-cp39-macosx_11_0_arm64.whl (374.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.12.0-cp38-cp38-win_amd64.whl (262.8 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-24.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (615.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.12.0-cp38-cp38-macosx_11_0_arm64.whl (373.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.12.0-cp37-cp37m-win_amd64.whl (262.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-24.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.12.0-cp36-cp36m-win_amd64.whl (264.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-24.12.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.12.0.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.12.0.tar.gz
Algorithm Hash digest
SHA256 e40d4d1d13b2aa81ff006a630588f760f9372153ae5683af034919722994836b
MD5 b8b45a24bad56b1b0458d7883db34d1e
BLAKE2b-256 4e7bd852cc2a13f7a3ed70329ee53a6ba8a280e5e054a55beb26ca58ba556245

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.12.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 264.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c968a29b7ed3a01e605ea7636918b627ada9e26afda3673ea7eeb21549554681
MD5 a62f0c6185be87a65829fa9d3f0290ad
BLAKE2b-256 995150a25af88bd5ed6fbf69c603f8698b0022ea200424b7a12e27d6457dc352

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31a3f1f72a1d755141c9a6435a059ba8fc222d602c90ec34f50fed05967bc50c
MD5 2bf30b7981ede2054296bc1f99f3f0d4
BLAKE2b-256 1dcb787e0e36111c22b71a3e09b6e559cb4c2540aa78364038b1a8a7add1a2e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05ae3c3fe318a5dc02e6f1f81891d6339436bce4e7155801c452e4f9303fb87f
MD5 6da986b487d748af03c5c37541ff11e6
BLAKE2b-256 100d0d4653e50c8a4ef02d51791439cb3e1c90d1d949722b620634c7786f85dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26ff2b9187f36e79968f7c8dc7596fb4ff34266d646850c06368f902850d436f
MD5 9099da200aa5e21d874a47b3c41e5bb0
BLAKE2b-256 7d0764c4a487eb65d2c78ae285f5eb127c681792223a7fa9d1625d370630e0e4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.12.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 264.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1f5e70cc5083f1685c6fd0a229d5f389f79522425488a39e9a7c7a0ed553b1df
MD5 bec61ed215c472a25d4ac2eec8df19e2
BLAKE2b-256 56737ee90b9968c5bf02563a5ef045c406dbc890b713d661472faadd2621995c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24a9f2fb1daa33380b6d6268afb18cea295d79363752544c3ce6eecd0d0de1db
MD5 c6d254e421f646fa16af71acae9f03c8
BLAKE2b-256 293dc98019d70358c4fc8e8492d4ef4c747759cc6470eae8f47030fb221a64c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f17ce8c671936228b3f1b6f3f0e387fb0a6e3ccc454f88a9432074778d639915
MD5 ad0a8df2448de8f099175ae85044bef1
BLAKE2b-256 22a7fae7aeea1b1e9eb98c2fb57f675804497eeead7c49655125bd136ffc5ffb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c9720ce3333218b68e5f8f6166d4c935f73d6c5ef5a2067caa864758d43da49
MD5 5d8dc2a8e86cd232a2f7a0d027ee4251
BLAKE2b-256 f7bed7b212131ba45b5b5c09c9440d4cf29521020f55e0ac02a5adde4ac72d84

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.12.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 262.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fc0f6098c44f367bb9fea0584f41fb4eec21462b1edf13f00b0845b3f7f08d07
MD5 2f64e22e9953e0268ac206cef6833eb4
BLAKE2b-256 58f3e142c217f0698681e21dd2f77cce22d42b1fdb031de86c52b5909cf2c019

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 395bc0d5f53c5783ebfb2bbad76dd1f8a79c00b93c8ecd423d3a4daed4364d45
MD5 143182c3a15b8f2580f35b1fa10daa28
BLAKE2b-256 c8db5846fcbd994d33b2c146f266f9ba2da5c47309fa6bced91a29c278e8809e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffb224046a5f66ac45d14616a0b475940d1252afc55304f1b525e5291b00c34a
MD5 d80e724b323185e0a56360e34b284fe5
BLAKE2b-256 a9954c119728d5f226bac0c084585020e6c7945e03569d4d18e31451e40af431

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b75f4cd17379527cd6538217df31713fdd412946cbaa12746e3fe2422645a2b4
MD5 2c0ffb1a4e3b9d4f606d4be94727f978
BLAKE2b-256 c4cf056457c72ae490728a6546f45a885622e37760bcffff5fc9097ab76bcca8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.12.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 258.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.12.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a15faed17042683b0d78a831f272381fb007f1ee5fe83247bd82318387fa4de9
MD5 9d2b6ee3cf58a2af3d899661d8e93428
BLAKE2b-256 a5cf0862f0758acdc0cf394ac128ba2892320cc331e084c1899e1b3f9ccfbc19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b02939af9f35b4f1ab455c262b05ceaa8bea714549bd6a0ecbb0b2a3af2369c
MD5 38396088d8eed349ebbf89cb3f3b62a3
BLAKE2b-256 089faa4dbdded298d50f5fa773cc9a2def3abc98dae230658bb168446db7cd77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6a33940219c92c29723391383ed6dcfde973d69ef771a7877fa29263c284e84
MD5 19cb670599f89896871333524589ddc1
BLAKE2b-256 78443807657cf6ff44d3a421eee4531dc66a89e226a2c5d82d2725dc609f4bd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56b2551c88c19a9235f0b3cf23e2cd8de11ac89e52598a924708df7b32d7e9cc
MD5 5a152934ef20f729764ff4cd73f0e799
BLAKE2b-256 bf2486e630e4dc79da50875f5b7308d64ce04d4fd13530db02dbce61bab44940

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: msasim-24.12.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 262.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for msasim-24.12.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 99e39689cdd8513e03aaf5c665756e950fc13749c4780c1c87814dbe6555ca6b
MD5 7dbf47738417cfcaa31bf2bc09890974
BLAKE2b-256 7aba1d5ff6d6f9ced0d40951c0de82a2abe62adced05193cdd7ed36a9f23c1c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23f820b809f408864cff92223f78b1f78e58e2e7e1bb3efe58c39d04921b1e30
MD5 15e3f749bbb121415211da14bfcbdd62
BLAKE2b-256 afbd8ec184a59e01da14f8017984be95dd7758b4d3c48a9fba14b327b9980a75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39f962bb0b0415c20ad52cbd830b427d408f2d101deb64c233f0091b988a6212
MD5 5341ab996941693165ae89520dc7f73b
BLAKE2b-256 8a966f8f5070d2cb754cd88dc03c59fd4f54c61e13dc9c513afea97daa2a6556

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76f0f737ec30d7a2d4bd471d53a5d3e5726ff776100189c7c8c51f11a925f809
MD5 2b6964d97ea832682785ceeb750d431c
BLAKE2b-256 e077c1cd415713b557be45eeb10d0a37ed4350df0283b9212057bed25812e17a

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-24.12.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 18307c9f4d9d2101cf6954ffbdd90573293a2f50b4677892d88f4f644597d86c
MD5 3af3220a1fde76863b61fd59749043b7
BLAKE2b-256 dd5dcf8dbc858263846795df42bee1eb3085f7c7a85fdcfccff416d76735e2c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd1fe2e361a6ee8e33c9e55e34037d7a332c28cff0d2a09aa9a0cb8b55e4e05d
MD5 ebf79b536185821531f6adca542d312e
BLAKE2b-256 381d49060c158d70a99186e979200b5798ef64a969b150fe7ac866c50e20ede7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c88df7510eb0522d30fb3552f312e2e61824bfca831c6caabdf07dfa5b35ca16
MD5 bb9741a8095bf3ea51e03fc574400175
BLAKE2b-256 0023c24a346dcee3ebb45bdbbb06797202185bb63c28044aeab4362b5f7e2c68

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-24.12.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c85c287add92b2aa536cfdd8d093384cbe1d13313c6fa6052933028f3ed8ae2b
MD5 022dafda8416a3ae0c8e3cf6d8fdd356
BLAKE2b-256 64069674f68766404e883fae1a3118313b8b07050e18d4e62392d65e356793ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eca4738fb89b9a617f9440d3fa9c7b9475e680300b336ae4ae62e29fb32ca29b
MD5 68fc4a6e3576d81898e67377b8264a7b
BLAKE2b-256 a5bba114e5cd9bbe28f45596cbf8cc6d2ce472876ef86cd45ab71d65ea5afbe8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-24.12.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04179bc3d70c0b7fff7b84cfa7cc7e47018a39d64383543cb5c07c5a03728a31
MD5 4f993b601fd092526a823ea7f2b5b5db
BLAKE2b-256 fe47c2042894408347bd8154c60fb2f5881dad93fbc10c7fa446719bb10227ea

See more details on using hashes here.

Provenance

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