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.9.2.tar.gz (17.8 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.9.2-cp312-cp312-win_amd64.whl (246.2 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-24.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp312-cp312-macosx_11_0_arm64.whl (366.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.9.2-cp312-cp312-macosx_10_9_x86_64.whl (394.2 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.9.2-cp311-cp311-win_amd64.whl (245.8 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-24.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp311-cp311-macosx_11_0_arm64.whl (366.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.9.2-cp311-cp311-macosx_10_9_x86_64.whl (392.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.9.2-cp310-cp310-win_amd64.whl (244.7 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-24.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp310-cp310-macosx_11_0_arm64.whl (365.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.9.2-cp310-cp310-macosx_10_9_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.9.2-cp39-cp39-win_amd64.whl (241.6 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-24.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp39-cp39-macosx_11_0_arm64.whl (365.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.9.2-cp39-cp39-macosx_10_9_x86_64.whl (390.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.9.2-cp38-cp38-win_amd64.whl (244.6 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-24.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp38-cp38-macosx_11_0_arm64.whl (365.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.9.2-cp38-cp38-macosx_10_9_x86_64.whl (390.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.9.2-cp37-cp37m-win_amd64.whl (244.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-24.9.2-cp37-cp37m-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-24.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp37-cp37m-macosx_10_9_x86_64.whl (387.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.9.2-cp36-cp36m-win_amd64.whl (246.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-24.9.2-cp36-cp36m-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-24.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.9.2-cp36-cp36m-macosx_10_9_x86_64.whl (386.6 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.9.2.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for msasim-24.9.2.tar.gz
Algorithm Hash digest
SHA256 5d88166e25f5a6432ad7f31020603eb88a38aaf59131f4e5ad3f1e7ae00bd271
MD5 ce1b0e91979ad96101a1fc94b5b34765
BLAKE2b-256 52ad2366d213caf25311fddf44b7061756e75db5617c1fde41d8bbfd4a4ed867

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: msasim-24.9.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 246.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for msasim-24.9.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b06a38daa008ad5aadb688ffb84b95bc8cac139cbf384dbb75d12975fdd43f6f
MD5 d794dff0e829f5c024bcf5b89884d787
BLAKE2b-256 6a7031e771d09a76b6dbfc109554de6d13140bad962c4fecd05c898a3ad955d2

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e4cdc65432429b8a56d0745173f9ae0efd2f758273685b0da1ffd7cb08cd74e
MD5 cb0d74312dcf391077dc031f9ab7df85
BLAKE2b-256 c678cbcfeca870d48a1d2588dc9eae68c9e721288a3da93165e1319da729e3b7

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf8a618397f0200282c7917f67ad0cd645e8a9d8b58e2cb2882b75c61ed24bff
MD5 7e0de414592dad62b957be924730981f
BLAKE2b-256 28686cf02f79803b47e2de07903f309ed88691d9eb6f462d212d81afcba15b12

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 179c3356c9bce9d17d6612afa4bad94da63dc7618aac138b7211b8a0e670fd80
MD5 015d590de2379b009a4951cbd187e31d
BLAKE2b-256 2834a2e4da0045190c5222c5636cdb6a6ccb6cffba83d488bb5dd4472c93f7bb

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16a315f8cd86f1c63bb017305b23616f23e3a67f868baa5de6991ac91ff7344a
MD5 3265cad594a15dd4336948732446bb93
BLAKE2b-256 aef7bd2e90d0d0d38875ff11bdfc5114e0d1d25bdfdab2a07868c6b217faaa5d

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: msasim-24.9.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 245.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for msasim-24.9.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e80cc8c34e57a3bbd01660783e7c42c17c3e8e18a81d035e37f7f375abcbcb17
MD5 cdae8adb49bed48b18777c1581651501
BLAKE2b-256 09fc8b497493f559b0af5d38ffc1dca78296da3ef1736c01ead5cae44de30a72

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb7519ce49a403d841ded65d865bc949b68112c7f0feb9e82a322ad4138730d7
MD5 dcc0ac8f33e5af037b506cded6ed7183
BLAKE2b-256 eb7799af741da639c21be4d20c82b3fcb343f7794f0be700be2d7057de11bcb0

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 977179807541623645965ca21a4aabcb205438cf37c5af9eb87bbf16e31434c8
MD5 9cd75f4b8fbb1698642964e13719a3fc
BLAKE2b-256 33848457e309b1672d4149e7874cd48fdf5bceceb3db5f911b4f6936cad0c858

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb2d79ec39c606f6e05f72e2d383b5cdbf0162af4ccbee4723a8575df4f1d9f8
MD5 ab2930c215c9034e4fda16ad8f16bffd
BLAKE2b-256 814baf9ec8aacf7d295d4bd5b45afeb932f4d20ddd27fe33c797a4fdb76062b3

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75afbeb017438d87c1b30965ab7c657d83b77105eb47bf112d8b3e2cca1ce31e
MD5 b3eb4b6baebb31c4dc509878094f3409
BLAKE2b-256 674d104d0744b766d482a29997e5ce856d804a25a4e7cc19778036a762722ba1

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: msasim-24.9.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 244.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for msasim-24.9.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b741f9e8b513b86bbbdfbec031a19712569f83f2144249fc99aac3a7b681d789
MD5 f81a218b2819895559757736c0de455e
BLAKE2b-256 9801c433066bf2590d7f922a1f8bac7d5cf2606227989066ff4ed2f67c277fb2

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 696a0621e472951989f005002a14073219129776f66e66c857678349e5cea50f
MD5 61979063b524a50821cb99a171e68f43
BLAKE2b-256 6aeb752fa0592ab8c6684112c2118f9bf3df6c500ea8dfa9c28533e0a989b0ae

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e1ddc9d6f81915ff6b0750655b20e419c6b13ffe53804f46db324d0c5ca8a7b
MD5 64dea9160bb651f16142a0f347e2b98f
BLAKE2b-256 0a371006cdf35785087cee3932a01cc6735ce840ef80a42c573e56ac3f691ec8

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ed4300abf0973ec517753db43370c11d6892cc17b4d23639ce2cf90882554d8
MD5 2b1cd5b682bf34d14c8965d796ba707f
BLAKE2b-256 302f95d7277e94625ee1f0c067fa73767b46e77ac088b1515be2559d8a417ea7

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65483f7d930a7c153693b5d25ed4b04073ef751ffbf0e6359488967839fae914
MD5 fe2f70e9d7f881a9c4abe97d0237e1fe
BLAKE2b-256 415c92d0236f9cc2911382af970730223b44d908849221e08bd7f3287aa231e0

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: msasim-24.9.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 241.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for msasim-24.9.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 86a8085b21184da5b63595dc0f2ba4811fd15be16205345dac7c0f26e463f98f
MD5 45b3cd74dec021de464f232394a5e7ca
BLAKE2b-256 14ab4d5f0e68e650c312df899e41466d34019e3dc56d24b57ac05ec733a3dd44

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35a7cec60c88ead3d36f53c896b7e34b07bfd8532f6cd5077e9d4a75fc0e6d90
MD5 7daac9e88254d6b4a6804ed31aa6fe63
BLAKE2b-256 96d9ebc244d91ff42866ba1e529db77b96218cb0ef5e18331b927d2e158e6ba0

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29097d4d0bf7bf4b4a1b27dac54d9b72b338f620ef9c9ebe38ba182581bfe5d7
MD5 4651add245af04789284fde71e0e2873
BLAKE2b-256 3aecc55d528cb8160686abd42fec1ad6497edb965b40799eda126b58688aa6e6

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed3e6e6521c2bf52e422bc1925969f65b11af2a4bc845f347fa2e6611f864bf5
MD5 d7300d03487fb7d2ef0e04764f5636a7
BLAKE2b-256 15e976f2b439cfebe1a68372f5aa9076aa184a29a36824b52b1d244aa9a177c4

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8afcdc07d89d9f984779768d11331d6804fbe44b1330bbdc90d990764724663b
MD5 bcd617b3972834320ce7beeba1ce9a39
BLAKE2b-256 fe0c3bf44e15141f192e20d648e2d5560ea839c97c1b14b9d6ba2e97a0ab5214

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: msasim-24.9.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 244.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for msasim-24.9.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 51ff51978a03d6b0228d6c2c6295d14d335edda7273d9839446f2ff348841e5c
MD5 f478deb9b234ca6a2e9ea3fe874b66f3
BLAKE2b-256 54310ad600bdc4641bcc9615f3c95d0d2cccca5ae5c1c332240a4510b91d48f0

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70fe5f27fd4e4728720b19fc312f8975b97b18b74a1c0ae077a41f44c80b79f2
MD5 149ce83403c849204f2814e0dbeb0db7
BLAKE2b-256 5e61d1e0dc1275021227e27fec3f4035b1d05a27630a27e27a7b4c8dedd49c8b

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9acecc249127129057c07566581353ff58f2ba92eb6b0a6faec27d1cf5f50087
MD5 dad54ff4f9bb9f22f556ffa4c24d04ca
BLAKE2b-256 bf115ad8264d2bac2bb7a4773611e0a44d06b49081f985eb1e558651e8d5101d

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a102b235e2c53e02538f632fc2b38a0e9ebad05c2671870d92425d8cc7b624a
MD5 b819408d12b3d01cfc71ed04e93c70b4
BLAKE2b-256 5805552968e2ca6e1dce77cd9787aff58562bae75d1aa788752d2de346bad4fc

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a3b086c90b13492072f9c79ec01273d7ac2ebb049f3e66625a8666a8af9a2ec
MD5 488d7ba31af00d9fc16f764cbc3305b9
BLAKE2b-256 a126af9d2f0805e0fd7ac4051e4b45118ef3c37fd19e43154b8ef610a63afc20

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp37-cp37m-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-24.9.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6728dc6389600006ff052d4f0a489fad4eded564f9290a08b952977a0088d58c
MD5 eb4809e929d0b4c24d12bdcd4f225203
BLAKE2b-256 0fc5a94c75d88e501e2a5a68a46511fada2a4e82630beb65d96a0ce096c0e3b3

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4e819a58633262c856528241b5aa5185d5b424b4e9bcfe5354ac04d181ccb4d
MD5 28fc69ecc2518bd801601fcfe352f939
BLAKE2b-256 ecb67966a2289abf1f04b3dc3ef94fc8f94061615821653b2fa30deeb6ceac90

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83044697febf168b57874748f900ea805482e01283219c5f1f77e0e585032bec
MD5 363aff7c114af45411b286d2dd604468
BLAKE2b-256 5a3501c5debe9e7d4c6b9878da2cf92048dfa5cf615eb90270627de28ec58564

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d2d5531acaf087f8ed68e10d33bec851f598f03dec28b66c82de8da4ba97232
MD5 9768dec182e5d1a243d107a2551f50cb
BLAKE2b-256 62975658c498122fb845bb286ebb6d5c86e122936b63581425270308fac5b2f6

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for msasim-24.9.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0f15c20fb77cfedbcec45887cfa67bd65c65e78c4701f3e4007a7995cd8fee7a
MD5 5c4729f091b2b020cf7f9d618a110307
BLAKE2b-256 005a94f6938913612a7a44d43a79aa6960232ae5805a3decac5c95092deeb90f

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 891b3a4c9abc7f875348f48bac29bd4977b94a4f6fcf6cda05a13d3f970b7824
MD5 e3bfefd1241167bd6dea0a8a7583f533
BLAKE2b-256 c4b1fe67a53b2e621fbba4154ce2084278ade1904d593574711a2af7a2c90791

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41576c77bdd74ffa52611dd4266216a1aedcdd07ec48148e123c3c7cd7a981e5
MD5 144977b3153795d313780293d5520485
BLAKE2b-256 07005ae84e05acbca05513221e1875866b95d10855edca17c4c06d2bc6885899

See more details on using hashes here.

File details

Details for the file msasim-24.9.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.9.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7a900a0e1d167ff944af198c27735b4e447d11f864adab2b2fe6948f011ce06
MD5 f470dc2a01adfa04d28cf5df63a4ae71
BLAKE2b-256 5364cfa6ef1ded739750de33f8fc598733ca5c66bf5fe3be2f6f205f61d04642

See more details on using hashes here.

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