Skip to main content

Lineage prediction from SARS-CoV-2 sequences

Project description

Armadillin

This is an experimental tool under development. The recommended method for calling lineages remains normal Pangolin: https://github.com/cov-lineages/pangolin

A Re-engineered Method Allowing DetermInation of viraL LINeages

Armadillin is an experimental alternative approach to training models on lineages designated by the PANGO team.

Armadillin uses dense neural networks for assignment, which means it doesn't have to assume that positions with an N are the reference sequence. Armadillin is still very fast, in part because it sparsifies the feature input to this neural net during training.

Installation (for inference)

conda create --name armadillin python=3.9
conda activate armadillin
pip3 install armadillin

Usage

You must already have aligned your files to the reference (doing this automatically is on the backlist).

We'll use the COG-UK aligned file for a demo:

wget https://cog-uk.s3.climb.ac.uk/phylogenetics/latest/cog_alignment.fasta.gz
armadillin https://cog-uk.s3.climb.ac.uk/phylogenetics/latest/cog_alignment.fasta.gz

or

armadillin https://cog-uk.s3.climb.ac.uk/phylogenetics/latest/cog_alignment.fasta.gz > output.tsv

Training your own models

Dataset generation

python -m armadillin.training_make_input --designations ~/gisaid/pango-designation-1.2.88/ --gisaid_meta_file ~/gisaid/metadata.tsv --gisaid_mmsa ~/gisaid/msa_2021-10-20.tar.xz --output ~/training_set_nov_02
 python -m armadillin.train --shard_dir /home/theo/training_set_nov_02 --use_wandb --checkpoint_path ~/nov2check1

 python -m armadillin.train --starting_model ~/nov2check1/checkpoint.h5 --use_wandb --checkpoint_path ~/nov2check1_sparse/ --do_pruning --shard_dir /home/theo/training_set_nov_02

 python -m armadillin.training_create_small_model -i /tmp/model_zeros.h5 -d  /home/theo/training_set_nov_02

Related tools

Pangolin is the OG for assigning lineages

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

armadillin-0.44-pp37-pypy37_pp73-win_amd64.whl (81.7 kB view details)

Uploaded PyPy Windows x86-64

armadillin-0.44-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (189.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

armadillin-0.44-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (189.0 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

armadillin-0.44-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (174.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

armadillin-0.44-cp310-cp310-win_amd64.whl (88.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

armadillin-0.44-cp310-cp310-win32.whl (76.4 kB view details)

Uploaded CPython 3.10 Windows x86

armadillin-0.44-cp310-cp310-musllinux_1_1_x86_64.whl (493.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

armadillin-0.44-cp310-cp310-musllinux_1_1_i686.whl (475.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

armadillin-0.44-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (457.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

armadillin-0.44-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (440.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

armadillin-0.44-cp310-cp310-macosx_10_9_x86_64.whl (188.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

armadillin-0.44-cp39-cp39-win_amd64.whl (88.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

armadillin-0.44-cp39-cp39-win32.whl (76.4 kB view details)

Uploaded CPython 3.9 Windows x86

armadillin-0.44-cp39-cp39-musllinux_1_1_x86_64.whl (491.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

armadillin-0.44-cp39-cp39-musllinux_1_1_i686.whl (473.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

armadillin-0.44-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (457.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

armadillin-0.44-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (440.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

armadillin-0.44-cp39-cp39-macosx_10_9_x86_64.whl (188.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

armadillin-0.44-cp38-cp38-win_amd64.whl (88.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

armadillin-0.44-cp38-cp38-win32.whl (76.4 kB view details)

Uploaded CPython 3.8 Windows x86

armadillin-0.44-cp38-cp38-musllinux_1_1_x86_64.whl (498.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

armadillin-0.44-cp38-cp38-musllinux_1_1_i686.whl (484.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

armadillin-0.44-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (466.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

armadillin-0.44-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (451.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

armadillin-0.44-cp38-cp38-macosx_10_9_x86_64.whl (186.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

armadillin-0.44-cp37-cp37m-win_amd64.whl (87.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

armadillin-0.44-cp37-cp37m-win32.whl (75.5 kB view details)

Uploaded CPython 3.7m Windows x86

armadillin-0.44-cp37-cp37m-musllinux_1_1_x86_64.whl (467.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

armadillin-0.44-cp37-cp37m-musllinux_1_1_i686.whl (454.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

armadillin-0.44-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (434.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

armadillin-0.44-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (417.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

armadillin-0.44-cp37-cp37m-macosx_10_9_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

armadillin-0.44-cp36-cp36m-win_amd64.whl (87.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

armadillin-0.44-cp36-cp36m-win32.whl (75.5 kB view details)

Uploaded CPython 3.6m Windows x86

armadillin-0.44-cp36-cp36m-musllinux_1_1_x86_64.whl (467.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

armadillin-0.44-cp36-cp36m-musllinux_1_1_i686.whl (453.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

armadillin-0.44-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (433.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

armadillin-0.44-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (417.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

armadillin-0.44-cp36-cp36m-macosx_10_9_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file armadillin-0.44-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.44-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 81.7 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0940dfc5a7bb25bfb53fa8e356f552743619401e27cc55c68ab597cb53c75186
MD5 2ea08ece8f554070c8b6ec1cf14eff76
BLAKE2b-256 dc914afd7593c51de8abff6d7fa4747ab51ee8db6f97d155c6ca8b83f868668c

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for armadillin-0.44-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2c20406c31439ee228692a72271d1ac1497e20ef8d01eee5cc0474e169183314
MD5 6dcb980a7671d0daedf17b506e843581
BLAKE2b-256 cf38ba5ba5fa9d8bcc4b38eaf22562e69485a3d3a1028637f3feed951b79f168

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for armadillin-0.44-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b1b51cd721b702b8024497dc106b2f803e0c09b614d5461239c581e236937d34
MD5 05a7c5283ca90e03cc23c875abf515d5
BLAKE2b-256 f94f0b783f010b189e625cd71b36c0265f1fa619de0c5cf52a507399a5d1e20a

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 174.0 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2437939074383c4226c71c5f402f4af9fa53f92775e704ed61d4a493e47c7fd
MD5 83610a0090a6dafd6caa7818a4a0c3bf
BLAKE2b-256 9777806599bb5e47ed4b673b540079ddbf89d8cb6d094555a8178406acffd1cc

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.44-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 88.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d540e863af1528897cd0d815147f27119a8a201f1b6b1690135f3028fa5a7ee0
MD5 ac07689cb4971968cce2e79765998af5
BLAKE2b-256 420c8b347bd59087abb835fea8f899a26c38fd5663594d4b58547add7dee0ebd

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-win32.whl.

File metadata

  • Download URL: armadillin-0.44-cp310-cp310-win32.whl
  • Upload date:
  • Size: 76.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 149e1e6a502480e6ccc1deadeaffe299d81b349e41afedd481162a37ae31c3cb
MD5 9731323f5cf841455012513ed2f4fb32
BLAKE2b-256 50ca27cb8c32b79c72469b1d5771fdce9aeeab593a1723faf9bdaf9a720650fe

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 493.1 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8f26106410d5e7b75a242e5196cd0d4cd0c3d6f97a190c3a6f4ad0d5c76bba5f
MD5 ed41194da186fe3c8bcb9058ebe453e4
BLAKE2b-256 f5382f5868dde0a51f39b7e0cc4ccd671e1ae44351fd3c1bd212dbac451bdedd

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: armadillin-0.44-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 475.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 24a5b96cb357d288e5eb62e4451814831de09a9f3ab115957c1dec236de7326b
MD5 ec1d91ed6e03c5c58b5c5181ef976139
BLAKE2b-256 b4fff1b20fb585eef4eab1ff0d71814ca6b14489afc5d3ea30a790a438ebc894

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e30845ee988863e72aacd7e52b9c0adeb765a34384d8a2db24d8ff2532cce0dc
MD5 42588e2b2ba6f51510c3306e34e46c3d
BLAKE2b-256 6cd5c8e9d0cc2b37b728fbdb3b48f3e0b1dd2a9ff6914d5c0533362102a5a4f9

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 42bd7df074cd9e7517836f4556c508d985f034140eb8ca181a65208ecbf8365a
MD5 d3b1921a7d8c5ed287551958551f080f
BLAKE2b-256 81dd0dd26bf9db64d32c3ed738b9a0747a7250e72ad31c61b94984ffaa4798d5

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 188.4 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02e1d5f852bd24caa708d988dd6c36e5a940d886379a8ec22089e91e1aa9739c
MD5 5b03d0786571370e702891dd0a04a7c3
BLAKE2b-256 b9c26a1f2099fdccccca893ce75eee739e02f106c4395185c23094fe50a384d3

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.44-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba5d84aec08dc3ff6778b73163c1a206ed609f387c8c42bbbc736084dd44a341
MD5 a6a817656d1dee75d6e6a34892fb8902
BLAKE2b-256 8443547fb622da2fb1e2256608a17febbc2fcbb7a51e13287d4174f83dd4fc81

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-win32.whl.

File metadata

  • Download URL: armadillin-0.44-cp39-cp39-win32.whl
  • Upload date:
  • Size: 76.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 200aaf0e07ac809922fe37fcc378701feb3745117beab3406ef4646feca33a4b
MD5 05822c2ebe5350572ceb70323f3e8f9b
BLAKE2b-256 8db2b2fb62f9dbca1616e9751f25086688efd839dcd936006fff0adfe01781a2

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 491.8 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 36888fc6200ba27d7d6c0e63384931eb4c4e9aa9171f501b091c260442b60158
MD5 bdbf65832b6205e0587451de4a070e20
BLAKE2b-256 3bdfaf5606cededca06ac9e1faa7b32232217500ac171b6af1e842c4f2724cc6

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: armadillin-0.44-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 473.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 89463933255e777f174158ea340ca2f91787996803c8588a1627cbd7d0e8849f
MD5 75825e68d6c678e0fdafebefbb507727
BLAKE2b-256 dba708f4d196fae8342c4f216957b062f5ac0204dbd04b42f7e5249db1464b7a

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 74f12c975007adf8a50f18ae493ec455f0678588bdaeb32d783f2b95f096bd50
MD5 b007d6a05c86605b4157ba8ac63863cc
BLAKE2b-256 5d9e733a6b54480466288d753538e0118a28ef82722ec0ba2cac3995b520d46b

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 842eb9c6ec92691ada42d864cad8a43ee7800bb9302a27d98104abc48cf74895
MD5 8ceb09ce03cb4f27efa298546c9e5a5b
BLAKE2b-256 e9d0760b6fb3ef87caba8a0ca60e5968772107c21f8f84e2f2891985ea8ffe4a

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 188.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d361df575c3a8055a255705cce471a1c8f5fc2762aafacabde91df4e6a96608a
MD5 4541530ac79b07b80628c8fd5006f05d
BLAKE2b-256 53971e2f51088fd2c2bad8df4a63c8829c1a66c3505bfbe368e00b00139d0f42

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.44-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 88.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 98d0364bc9a6f31c2830973edcaefbc10600257138a23021ac0355479a4194c9
MD5 48af7822e6df1d3eef6b11f63571d13c
BLAKE2b-256 642ac9481fe50b568b30154c95ea7812ee415d99894f50cce62d2fa960eb4fab

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-win32.whl.

File metadata

  • Download URL: armadillin-0.44-cp38-cp38-win32.whl
  • Upload date:
  • Size: 76.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fd886877a8dc1cf0209ee1671d9c2664fd21271ade063432588859a393848b7f
MD5 67369a56591777beabb30cd3a6a320f8
BLAKE2b-256 affe8c5b4571756068e2e48d249f81d702dc412ce32880241d6583e45ce1414d

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 498.7 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 116ba0a677ec0848291513296f3a356053595eb82b1a0fbc87a1efa229b981b0
MD5 603aad3939474d1239e0e5d53f2772ab
BLAKE2b-256 b8c807e29b7382ead8a4de71413a19811d059a542c0603f5d4a12663255ecf46

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: armadillin-0.44-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 484.0 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2439183fc39c8af0e20a1bada696114d347b055b73bc0ff756203827b656cffa
MD5 f1a7b5c8575be73458544d90b31e6796
BLAKE2b-256 cef7f4e94c00fbd5e7f61ae20e94a4df8644e0b993ed11b12f2ac968a0ccec3d

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7ddbbde3a614d9a57c59a56971db13f4b92d0ef3947750b312ce103e1ffcd637
MD5 b571a88b9f6d4eb444bfdd9480413986
BLAKE2b-256 c60d06733daebafdc869ff8b3408944165d37496fbc5effd56d274814059cb48

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f49358ce6ecf5ddefde4018a31d681b54bed7c493bae946fa590deacd9f323f
MD5 e43ca30f3abaf2d8544948ca9a59bd4b
BLAKE2b-256 1a244fec8901f3d62d16abefe26773de80ff41b575ff8cd52f3a173e80ebce2b

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 186.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 368a76b92027c7b3484857fd0c858efed423ae3617f80d15850893f60e8bd7bb
MD5 95f7d45ba062e99427678cc79817210c
BLAKE2b-256 3e924aef9273e0a599581175d8cfe0cad61894faf90a9ab09e374405fec06e85

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.44-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 db7228dc38f23a2267a5476067c1f495111746e74d6d7c485cc70a2e8700f932
MD5 8c027c4ec46892117fbc4dd40e4533ad
BLAKE2b-256 de034a9715cb8b838cbcfba0e351637855cf2b716295103a6d2e464276dd47ae

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-win32.whl.

File metadata

  • Download URL: armadillin-0.44-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 75.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 079cdfce59632777f5ba204e13bda059b74be5642152769e93892a13d4bcd911
MD5 cc296875dea35326ab7b5dde4ea232ac
BLAKE2b-256 66c0ea02e7cbc716e4a2814fd32e2bc3e81f9d4468b98291cb60ea44eaa18132

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 467.7 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d74a22ffc229122f045a4c8e12c1d263148c88b3c7eff630cf9e570cfd797309
MD5 cb1d08f9fcf3eb3b700c0186ef63ff0c
BLAKE2b-256 7210254b7d343f7d964069316a74f44ca495795d2394d76d22b153e7743f4b19

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: armadillin-0.44-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 454.6 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c7e5856e3dbc6bb2c1d6502035d8e8f4345fae964ad9b10cca3ffcca2d468b94
MD5 92640df987795b5945d7029be127bc06
BLAKE2b-256 80f392314c27d08db1baee6669b03626d07842678859630b7bf0a54538d92431

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a096a10175769128d97ae26e92c182f5b5860345d2d54afe59ad6d8771517897
MD5 b2f07a0b6c57c2e8146e9ea25cfd43a1
BLAKE2b-256 094ae6751683010b0ec6b5380065bf6781c000089c4b155966747f1e64878667

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 883b40b54afe369bae0361b600642060e083c6441dbdc2bca68a55784cb74272
MD5 b44f46b22cc2a81e862928d4aed92874
BLAKE2b-256 a13c1be7325b1fc8d0e26c9b2b77470f2dce53ccbab2c3372a01233d8bcb39ce

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 187.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54ef27e90db04008a5b56b921201e18553a0f4f0b8ef667af976edf872542579
MD5 2b313c49fe6afcdf77f4ff27c5ea5518
BLAKE2b-256 8b857120353731c4d4f88737876b06ad1710d7997d0ccb9eb60d169fa4e753a9

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.44-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 87.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2f80d1ca74afcaa2ae469edfc4ac0ece1ec3aacaac250fc279411ff180ef0247
MD5 2c7f37b862bd4627630f3ab960e256e3
BLAKE2b-256 d380bb4b384c981cab9c8831e9b1584eeafebe3d784fda4eabd5c9c8e80bd49d

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-win32.whl.

File metadata

  • Download URL: armadillin-0.44-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 75.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dc78ea3954c4ce70b691b5c7775ba4f593b1d8c7cf1d92074eb570e60d1fe418
MD5 9a9b7f227db7ad2a8ddf5b31cfabb207
BLAKE2b-256 65aa8abcdd1d8e6374d86863fb05b036731d1d69ec8c6f603ed7c347aaa55783

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 467.4 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 413544b132924614e4d41e952dcee2a109c5479a6e6e783834a55787ff84f150
MD5 4ee8ad02114975d1550c6252abe4918b
BLAKE2b-256 502d49c605ee42201ec627fffa550df154dcfcec898412236bec864a8563ef5d

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: armadillin-0.44-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 453.3 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a0f65333b24587686160631ddce397c4dbbc51bef922b531e543bef09fb236de
MD5 669982268e222b17c9522db051318735
BLAKE2b-256 14f30753f63353ea0516f2e5aa80215f34d53600aa3818231b5586b6a31530a1

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ac038cb12a1f5c09bf857045d5dbf72c195705a1868ebf69e99d3ba102ce27b6
MD5 5550172603c3b9740c59baffe98b50fa
BLAKE2b-256 2a0c6ac6eaef41df3a7bfa4284dc73275275b15b61f4c23e510176d1abcd4265

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for armadillin-0.44-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9c8eabfc7fa37db136af6070c9491df69d742998e80a8f17b2ae62091c7d1e49
MD5 4ae43f57deb92fe35d496c1b85974af0
BLAKE2b-256 7bd32b1f75f691bbb15ea7fa69a1a3e284a02b2466a99691b6fd7f2d8d46d630

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.44-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: armadillin-0.44-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 187.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for armadillin-0.44-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5dd17e82ad810a6919cbe276111835305e17883758540b75ed336b427bb40dc
MD5 a9e331c7f052972a5b0a3c2b28c7a64e
BLAKE2b-256 5900cc6420baad7c76c3786d9cbe38d955eabbff5428edc6683c2cd331b0f5f9

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page