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.47-pp37-pypy37_pp73-win_amd64.whl (81.7 kB view details)

Uploaded PyPy Windows x86-64

armadillin-0.47-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.47-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.47-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (174.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

armadillin-0.47-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.47-cp310-cp310-musllinux_1_1_i686.whl (475.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

armadillin-0.47-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.47-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.47-cp310-cp310-macosx_10_9_x86_64.whl (188.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

armadillin-0.47-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.47-cp39-cp39-musllinux_1_1_i686.whl (473.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

armadillin-0.47-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.47-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.47-cp39-cp39-macosx_10_9_x86_64.whl (188.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

armadillin-0.47-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.47-cp38-cp38-musllinux_1_1_i686.whl (484.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

armadillin-0.47-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.47-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.47-cp38-cp38-macosx_10_9_x86_64.whl (186.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

armadillin-0.47-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.47-cp37-cp37m-musllinux_1_1_i686.whl (454.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

armadillin-0.47-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.47-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.47-cp37-cp37m-macosx_10_9_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

armadillin-0.47-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.47-cp36-cp36m-musllinux_1_1_i686.whl (453.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

armadillin-0.47-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.47-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.47-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.47-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: armadillin-0.47-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.47-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 675b97abaffc7343408dbc45a935066bce3cb7521bf1619828cadd7066e206ac
MD5 363c579dfb0f9b9db40dc1620116ab9f
BLAKE2b-256 8279fc21314b5f3e216a87c63233046be70b85275c0d9d186c26613fc39748f2

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.47-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.47-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9c6d9ac0a509caaa705f5e9d708ecf5a614b6ab9522338302e981b2444bdaacf
MD5 51d584f3786eb81177e6f32dab15f0e3
BLAKE2b-256 1fd036736c76a47f85b35ea593ce8374be5b879f6ed18eab93301b9abdaabc7b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for armadillin-0.47-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 475df721f292e7f57c3d00e8861b971df8a02ad3c523c8df205fb3d04a0cc2a7
MD5 6b0d4383e5e89bf7b3142dc9802af752
BLAKE2b-256 157214e182d5e5bdff7eba900846c7134ef4b0dc56cd6d537baa3fe106b94000

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e832ef8c796ea4e9310fa3b34c7c61b543a6f2bd5b28b60b1af61bcd315b74e
MD5 fc8ec543ebb60b947f0b4ca1f1ab37cd
BLAKE2b-256 6d262b4cd4d7a61b15681be9cdb3afaaf1ee5c8c8ccb8989add6099f5fe16f97

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a5ee00075e26b716a5ffa61ad0775eb28ad5c8fc8db80a6966dc87fd5e17a31
MD5 935d40eeb354e998a67d8ac58e29dcff
BLAKE2b-256 2a6387f0fcde1cce57256a1a3500edaf80cff91d44d397ce661f558e97d197eb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 910ea9b61119fe5afca81488e39d2b753571e91d8d71892bf19041ae4c196d3c
MD5 04576dcbe13a215bf2da58f843b62af9
BLAKE2b-256 f03185198b29c1ea7b6dea92a49f89c4c6921d676141f25b58bf9ea573e05040

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b497a9916bb21de5506610d082e85bde9c194484bb9828880b83f8bbda83dbc5
MD5 fc1e7de474c2fd8d1fd73a2fea629038
BLAKE2b-256 60ff973b80f8919e5da67b5113a71ccbc951ffc9ee57bfac17a55ac73058cbef

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3c50137801ad9ce9cfb64de649755897a4096fc6bc51c78ae3f4f74c890f959f
MD5 87b32c2db6df788489a2931ebeee18f6
BLAKE2b-256 6c11489828c38c7d42a9744e7f6343b3c27a2a708df6503232e2fd8d68d12c71

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.47-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.47-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cae59a24d75bb812402d35954db3db6bd8f217ee1383bce6f4fcdc973a422dbf
MD5 495496406312868197aac1620f7bf3db
BLAKE2b-256 e15a81e467aecb220d9b75903e6442f0aa926553944192f0519d81b0cd65397c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for armadillin-0.47-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 532da7c1b9fe7fb67dcd4d21d68b3312788db759b6b8b62175528d23db41c0e9
MD5 ad4e7b16906209551c1cbb7c57f0950d
BLAKE2b-256 c3fd492d8afe049fd3a8443850b1a63a4051b9dea13581db73c82182b5544c75

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af14169eb2fbf5b41c0f774a89a3368cba183b3b71e23c14006c43ce991456d4
MD5 5010957c5f1e8ba78aba9a615f935504
BLAKE2b-256 13f5d9836842375b70d6eaad7bbae72f4ed89ff71cd10388452f4c14bc13498e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c25580542abdc2b0f8cebd347e72d7844d02d3f551ec037d375b5faf1813fc37
MD5 c8bc9f142cc4693e9b16b957e1a4eb0b
BLAKE2b-256 5141ccf6da41c4d2288bb507459606182480eb123935a6e7bd9a4ba3f4cd91e2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 481b835cdcb690ae9cef8b851cd2fcb929e327f66510bf0905c61aadb8d3388c
MD5 e9dd3264a02c7e9d91a3c154cca33e36
BLAKE2b-256 9a4d4014253097d564d16f1fa3b5f8ef42512cd4396715d1e978512c8be6574f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 540a2402351d12244d8241a8ad41fa863a3cc9aa0e5234c38ca89404408c276b
MD5 5b3b18eb6b6c7f0fa362d394108eea0e
BLAKE2b-256 855ff1b04f63ffffa4fce0bf3b43f0647f15694ad18d9e3a13083310b9092361

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 340b8b265316c63a9658b3f67fe5997b522836a4d4e9527400dae034937d8dbe
MD5 025be0b6621f6e4d1e675fa747fe4c0d
BLAKE2b-256 7e1f5e409c209fa0f1dde14b571bdf62fbd6c54d340647c33f222a7d32426df2

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.47-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.47-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7c58e598eddbb44a9d4270d50338855791d19ff96c60134df411f760b5a36663
MD5 dafce5a5761f5b0994a7460f825181aa
BLAKE2b-256 69899ce8dcd37328e1d8fb771b9f2b451c5add2c40d1b8871f07bd9d9a9060fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for armadillin-0.47-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 62df69af8c83145a4116f67ae1953cedee60009032ccf71253cf3c9e722f5940
MD5 2486a5f06c2b70ee1e6f1539e1df8649
BLAKE2b-256 38f137f4545c5124c9ea773cddfa26d45ad984cb43cc71a264ce63f557e43989

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d745dc516b954a2247b320e76b9311aee9e2ec9cad3c6509a87e1f9cab9a9cc
MD5 49ae3c335c6c36c4464a2e59aed35982
BLAKE2b-256 67007b6ba2398b554237ef99265eca1ef8073073f32a4ec97589bb112ec20f85

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b11d3bd897b5418317203dcb19ffc4ca349ca031ee2b5f6762e3d47fd37370c9
MD5 be15b96f2693e644bd552b9bf10c203a
BLAKE2b-256 213df2defb68affb3bddd0dba2d092405dce175a6d25c4fee8002718f237f16f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1d7dd59a27ac79c12fae543359ecd1fb8927d531dd8765bf70b91bb10641b6a0
MD5 bab56511f7359511d1d94ea92a0fd3a2
BLAKE2b-256 f1694d965e81639bbb5be98b1a85864b42fa41409913a95764f8065d55323f7c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 49b3b15a37d72f4f341747e9f3db9c8ff12a84e65c4533d6090c9016a748b199
MD5 70e8d2b93668aa57c02b8899d3f82f04
BLAKE2b-256 76088159a12cee12f7ca96d2fc0d7943dcf601488d4a990c6b5d4d44f735b513

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 abbd42ec77491615563e09ea51f458b2a6c168577b61355b669a484158d2d25e
MD5 ae0698804d2f2a6a48cd2ed93392a37b
BLAKE2b-256 f375e6d16e0a7936284b5516718fe13389a057c5a6f1b370d0c1319f5ca84bbd

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.47-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.47-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 29ed0a118d198ca608e971b88f214d519d509b0baeddd10c9f94fa71b04e5c6b
MD5 2e1b68818df65e5091fd434c6a97055b
BLAKE2b-256 5c8a75363b72ac1ab27c2463b9696c33cd4307421e0749d1fee930f9621bf214

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for armadillin-0.47-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 476290c0d3fbc7fccdecbf1bb892c9b756c832bfc9712d307768878cfce56f85
MD5 9e80e9e1dc6c1259944363765aa9ddea
BLAKE2b-256 d0332560aec3a521731c3f757b5061dda9bcf0c8f504ffef4d8277168649b96a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37f118a760a9cbaf3b367e5383ae9bd0a3a38022808fb01c2278d850a51f304b
MD5 d9dabc27f3a43c63446b6f8368e5cb8d
BLAKE2b-256 b66d19af475b7753ab7f7620fde37e8a118ec76d399ac14eb044f9f2ab21c7c6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dd2731d852604095d367baf5d31c289af673a37dfe56cba898fdef3e679bdb6c
MD5 0b7ca2a7b4ac28ad1beb56bf2595a3b5
BLAKE2b-256 767189cf917664695e300dfc0330a36ad8d9d97da16d39762bc2bdf336138ea9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 51e2eaa4c0846fc7315279fa2e8d5c37aef7d66d23e19f78e6b9715fd794ea8d
MD5 6875ccf3331a5a1f67b7b7c0c50f2129
BLAKE2b-256 142a98d94b1c4f72c51552b9bd25607e429b69513d62b77a3c0c228bfe6b9693

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 13f80a96672981a6ad6f93fab3385d89b887b11c08938dc687e5df85b9ce0797
MD5 1da508310873eb187d20a3727480f5a1
BLAKE2b-256 5013037b6db57e18a0e14db3f9212a020e7b9e6923882fdab8cd140d2dca2b54

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fbacd58a44e27ee84b4c66e548acf2bbbe8dcf7f00ed577c3e1a96e6b160b971
MD5 fb96f4dcecab63f0642f3e2dbc0fff29
BLAKE2b-256 b42c216422548e55d0e2c14160cb82e5db37dbba151ae3b88c9ea0d213426a94

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.47-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.47-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f8745e7675f44c8a1134d74117bc299ddc0b38d751c780cbe00539098d2b129b
MD5 e15c9dfc64cdd67e0f7cd36ed03e11d0
BLAKE2b-256 3e483f3e8acade824c5f77994938f6e8266573163d2851f48c0fb9a620319108

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for armadillin-0.47-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ae1df9fbfc20e3b5400c035e35b5f09d6767295518c3c72468d9ecde49cbe85a
MD5 2d50828f544d47f0bb562a841cae3314
BLAKE2b-256 0490dc2c016968bdb13c2af22a6b4a8d61f558d6d9e312d93a2bdef706305b84

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 731969b99ea874067eddff84fbf513d6fc6ebc01c2328793f12e792dcd198155
MD5 132506af1c4242d58266c8e962376a71
BLAKE2b-256 58be1439f8f9ee4ed97559004cf3e1bf77fe1d675b133720e690d9b2e7372ba3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fe8ab610f9fc6d3b0d27ed104090967d27271768870ac532ee5b3338001f871c
MD5 3d38acdd60786ebfe423c004899557a3
BLAKE2b-256 5d76ee4ac35851c4e0e9485c48d0561616d0bc1cb3c7238aa60ab2d62d3f4a46

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 53aacaef0db019ce56db979a954d2a6ab16f6fa216ff9c6cc826379b8443c721
MD5 d955bedd83df0245a73ddcc8dc37bdc7
BLAKE2b-256 5b01084ea8597656d34111bb3f2f087a71391c4bdf9414902b37502a199ebb31

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b1999d19e593bba2a23b6c292a43f4c81ea6e62601865e8a1ac43d6b4f7aabd
MD5 0e9d42b8dedbd1537f9f0a01dac1da31
BLAKE2b-256 ed2cfbbafbd6a073bfe01237012fa87d35498e413f160443423247bfde237f0d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 66c51ac3c526755e62aa163052938256622c20665b479984b660be2f9487323f
MD5 96f33414d205a074efa9f0412d6966b9
BLAKE2b-256 553c5615c4e9286ac8c4eb07ff1d8736eda4eed042a1ebc7b51821b193e86597

See more details on using hashes here.

Provenance

File details

Details for the file armadillin-0.47-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.47-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9a3defd9dc40a51d0cd250787039a9f64209da21c31432fb9bdbb96b363987f5
MD5 1a8b08a520a42991e572924b56d3e98e
BLAKE2b-256 3edce79cc64fd0b237528873d1862df39b0a1950ce1235a8506bdeb06c5b545e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for armadillin-0.47-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8b96b0f77ffed88b602a81842f583d43dc76baa2d2b22c1a21c638d0228df598
MD5 6c5ca87ea39e9f7bfae64c34dc3a11b3
BLAKE2b-256 9a7fd0d0ffb34a36f58a832efd808de606fe5c00bc452c679a7a577a720a6fb6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: armadillin-0.47-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.47-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9f0bac59aa938d31f054ea70b8d6a046dbee917c5ae46daf74d4059c2a96cba
MD5 f0e389b7c93b9fd07da6ad076e6cef72
BLAKE2b-256 cd2af169960172e97b76e12dd5a412f3e968f4aec9816a1e24a2c7b788954afa

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