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.10.21.tar.gz (18.6 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.10.21-cp313-cp313-win_amd64.whl (280.7 kB view details)

Uploaded CPython 3.13Windows x86-64

msasim-25.10.21-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

msasim-25.10.21-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp313-cp313-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

msasim-25.10.21-cp312-cp312-win_amd64.whl (280.7 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-25.10.21-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-25.10.21-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp312-cp312-macosx_11_0_arm64.whl (401.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-25.10.21-cp311-cp311-win_amd64.whl (279.4 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-25.10.21-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-25.10.21-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (640.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp311-cp311-macosx_11_0_arm64.whl (399.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-25.10.21-cp310-cp310-win_amd64.whl (278.5 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-25.10.21-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-25.10.21-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (639.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp310-cp310-macosx_11_0_arm64.whl (398.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-25.10.21-cp39-cp39-win_amd64.whl (285.2 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-25.10.21-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-25.10.21-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (639.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp39-cp39-macosx_11_0_arm64.whl (398.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-25.10.21-cp38-cp38-win_amd64.whl (278.2 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-25.10.21-cp38-cp38-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-25.10.21-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (639.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp38-cp38-macosx_11_0_arm64.whl (398.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-25.10.21-cp37-cp37m-win_amd64.whl (263.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-25.10.21-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (610.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-25.10.21-cp36-cp36m-win_amd64.whl (263.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-25.10.21-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (609.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for msasim-25.10.21.tar.gz
Algorithm Hash digest
SHA256 c30bfd1782cb04ffb9b22d795455a237ba279a649242ca27ff079d44ba2c75a0
MD5 627baa8e6ddc9044ec91b56d75c1b820
BLAKE2b-256 2198ceaf878217898703ffb47a759cd6020f930462e0223f8f88ae4075bdc11c

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dfde65cdfbcc8f13e5b404dacc50e99559033f8e4757305416d58e788e409d07
MD5 007bd1e19d582b405e3ef37a597d0220
BLAKE2b-256 9aa8ad8e39e1ee1190524fa6a329172389da663d7cecf3b8538e169db2c0c4f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddca61a37207bc7666356397afc90fef48454dd8993bb87a778335d1f68c038d
MD5 7eee0c4c84c13df3003dce75fd3d8e57
BLAKE2b-256 ab60251df522858c2cee8648f332db8e0b85b0b5013207910833e110890e7ae2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc3c086a6a8beb52d54c274f29cf4eee9bf1f7604ce85fa763ef72119f1246b9
MD5 335292e6ccb3901113f256808b3f0cdb
BLAKE2b-256 a3449e0347c193d86145b29fda740390df8bba2b19711e767712225afd4f854b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 031b46f8234167df6e1d3159ab726b692fdc0b14ea61e11e95295be30a19b597
MD5 78d8535269d64043654e4277cf8e678e
BLAKE2b-256 bf235eb913e85a6d6b642b01798cb9c55dc70deddbeb1e7daabbf3bf004d1ad1

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15dbba1436e73f76c142731400b49531c3df0b59c2f74203744751f150a920eb
MD5 cfdea655f19c827e3d62e4f5540dc32b
BLAKE2b-256 64b0e6e0a83edd58f1562d5a99b41f494b43667cd3f62edc64b9e02a8ff8f534

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa737b029511b7817218111d4ab831e238cdfa7ea731b94e253abd063e01d0e8
MD5 6a86fba6f6f81124e374c836e0c96bf5
BLAKE2b-256 8c37fca372f29d717c8fa99eb2e119602420dbaf6febec73808d4ba8923f4929

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1fc50530c1367a94721065839635975f1c6f2643f1bef820bd31bb9e820bec1
MD5 6d0b9ab6e336d7c608c11061884438c4
BLAKE2b-256 62b998ca89c38d4e09eb869a3d94808ea7ad55b745ba40ef9d6176065f14ab60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f0b5557063ce08690be518404f760379dad8ac7afa49e5232758909acbf6ed8
MD5 83280ae4cf95474739c5608586df61b3
BLAKE2b-256 87c8bb1b8abe498d35a8716332fb2816d972f3d8bd462d8752fa0a35e5097e69

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eca57ec59d66dc4f8b4568092ef98df44ea54a3b7317476fc88c4f79e534498d
MD5 bf7903291c41bf68ca79d3c6d5ed10e1
BLAKE2b-256 91345fa81091a5b60793041f79c934a3a6bdc607c8d86493817edff062d54b93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0c1712c718eaa987f778d616bfbd7e9d4cf418f87e8f3f83f7fb173cd29aa1b
MD5 3268fb9d9dd7e495a92ba6d37b7625a4
BLAKE2b-256 269a3a99202909d22ee70c3d5ed7556b98ee3ab183650ab64e65f2c3cef989ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1aceadbe64ddb894ec8824dd6cf326c6b53c7889e4e8a1a94c7147ce1a6d3ef8
MD5 ba975dd1501b5ea3de82ed803276aa43
BLAKE2b-256 808b6e979722aed5643e4cff08cdfbef572601704355fe766c012890ab559160

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d65b0169d093e961976054663f1de43ae115f31d98d7bbc5aec9a100cb3cbbeb
MD5 7fc136d3973707321e8139ba65159701
BLAKE2b-256 22494f51a1f1e378d9e507971072f582c85eb3644c8e4feb925f44c815135569

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a5b4205f43dc5209ebe12b6919eaffac5d21d819006fce007560e39b941843c7
MD5 84fe0a35d3d7ce92f92f40bcb77d83cc
BLAKE2b-256 f4726d5ce9739597a88eb17448c45a9180e6ee02db49cade9712f6ee75c0fa37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19b052bf09b64521a5393973dc805fb2df1c0901721955eb8de2e024ac12f215
MD5 21e2b57bb7dcd4ceceddf8dfe3a5bde3
BLAKE2b-256 67d10c4987ca46fdaf80080fdac421598c8f9fa2457115d8aaf033e64283446a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66b022b8d5a1c3b5fc3919556ba50a09928b76e2dc55d2b01d396b2b18415653
MD5 4298194367171220250cde2c8f3ad760
BLAKE2b-256 1aa7db2db76840c9cd8d7bc5ea163e58a13bebc4ccf6b69b04bf1da8a6167652

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18b31d350701eb9698ced6b53e26298020977d05c4451ed1a4abdaa8136f446e
MD5 1267221ac390db3551f52692345652a7
BLAKE2b-256 19582a295ce63c72c1160dc966b2d7a5af91f23a21b81c6f9a139b7cac524a19

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4346166d1a02cfb48c729056598825126877736d7d35aadadc5f073075e916c8
MD5 1e0baf25771f4e04a775e601cd5d404b
BLAKE2b-256 f0999064fd19c60d50acb0349bc4fc781bb52d51f576abdeab405e416e696021

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ef3729ca4241b0464455ec401a20ae734926ae59e9e4b057b4a55a16a13ccff
MD5 765e09d343155a95b49ea17306e82b29
BLAKE2b-256 b5ebd0aba930678952507c209597b350994ca1571a795cbd7ee9248d13305eae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c34f1ae49b1fb637832355bb210ca9c40ae76c95866012f9a0d2b189bec28d8
MD5 df9c8e273119056cc23bb16115ed8529
BLAKE2b-256 8b395c14d9b23dce7341ec077d3ce150e3ba41941efa68fa2b91ec715157cdef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b72b116ee5068eab9369195f33b7fb5ebde638165c429ff2c981503727c6fc1a
MD5 1f680aa4e3912f0c0af60355561ba57b
BLAKE2b-256 462b0bd00456b030c368f30eff3a494d06faf8c5bfc7196d0f7ca11273c1f369

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5ac4f0cf9dbe4529de02044eca2d7c577d84efcef754577445ce11febf8be133
MD5 5e8c6ef8ada6b3ad1038db6d7d746e04
BLAKE2b-256 c191aef38fc88100970b5370530cae38bb2907215f248ef061222cca1d5536a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f7958ca49f7148ae3d429b389cd88d4ec86911ffae9262a1f5732b1b68b3068
MD5 1c9bede7251eb660d4e5a92088063ec8
BLAKE2b-256 08a45325ee3f9845cb467cbe1e4b8bf565a58c50528697a27a15a567b3b88307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5206d64493a86a15352c6870d20637c9f44fa31fa3af82c203e7a242f0c5d51b
MD5 a6a80adbf2b1c028273f5bb052d78598
BLAKE2b-256 b6e82c6430f925c0de369be0210f3aa1b44ac4e4f8a8ae8cacc1bbcb45f770a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46599f1a3e053e19d0207535e9e156b888569f193efe03c884636dc806b4cf50
MD5 4db4281a42d591ee15a5a5f331abaa6c
BLAKE2b-256 a05c98e386edde026f81a79aef33aed501a87353e3f090c0016c13f3b81557ad

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0c7338b37cae89a68cecd9e2c8e6e3716a6758c14e32ddbfa77304a67f6c3ac9
MD5 eb49dfaebe9fb285c315fce873d77502
BLAKE2b-256 800151e4573db29383f25f4331d1a54be5ac990affe80ef3ae8eeec5e0ce6f6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b2c145122dbb1ae2fd771d6cba5c2db260a19ec0cc38e43854f6cb63f5b35bf
MD5 a851c0ecd5d55b3914486f336a22bae4
BLAKE2b-256 b8a8002746c3f24193d89eff06d09d1f7c307a9015416b341d0c62f69386ac0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e7a4a92920632fc02a11b15731bc5ea41c4bd5f7b09dd784aad253e7966dd09
MD5 ab471d171d5b8b3fc610fcbd0b80b7ec
BLAKE2b-256 d7e537ae39fd99e2daadd48062691271ce60cd048525adfbde80306c847b337f

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for msasim-25.10.21-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 95257e334d2de4d31eace92b080b821a40299c41b2f1220e98f185926f79210a
MD5 c4457acf7808d461af881feda5ae5ccb
BLAKE2b-256 6e1eb58f6df8b87caed47546c60dbd6a1752ed4d2aa39f68e802716146f0ccdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ab2aa2f11eda689c1eb581042bb9f34623c9e1faab59f127c5506eb9ebab313
MD5 e1d8f185a2fa8c2c3ae201490ac25511
BLAKE2b-256 670b0ac10d72c6de15d15e8e3f17373649a3aa0ed9b1df1247cf058e95154e14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for msasim-25.10.21-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9409a0fa24e00e559f299c8844ed54755e167b23d2f01dbf8e617916da72c5c
MD5 32a0f5ffdec89e9e55e5d5dc31cc5b54
BLAKE2b-256 8c9b467fe0f0e97e2648392a7dadfe8a6270e5e4668688cb6536bdc6a778ea88

See more details on using hashes here.

Provenance

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