Skip to main content

Pipeline for efficient genomic data processing.

Project description

PyPI version Documentation Status Downloads PyPI - Downloads GitHub stars bioRxiv

Features

GenVarLoader provides a fast, memory efficient data structure for training sequence models on genetic variation. For example, this can be used to train a DNA language model on human genetic variation (e.g. Dalla-Torre et al.) or train sequence to function models with genetic variation (e.g. Celaj et al., Drusinsky et al., He et al., and Rastogi et al.).

  • Avoid writing any sequences to disk (can save >2,000x storage vs. writing personalized genomes with bcftools consensus)
  • Generate haplotypes up to 1,000 times faster than reading a FASTA file
  • Generate tracks up to 450 times faster than reading a BigWig
  • Supports indels and re-aligns tracks to haplotypes that have them
  • Extensible to new file formats: drop a feature request! Currently supports VCF, PGEN, and BigWig

Documentation is available here. See our preprint for benchmarking and implementation details.

Installation

pip install genvarloader

A PyTorch dependency is not included since it may require special instructions. tbb and/or pyomp are optional dependencies but highly recommended as they can improve throughput for parallelized numba code.

Contributing

  1. Clone the repo.
  2. Assuming you have Pixi, install pre-commit hooks pixi run -e dev pre-commit. If you forget to do this, your PR will likely fail to pass CI checks.
  3. Activate and use the appropriate Pixi environment for your needs. A decent catch-all is dev but you might need a different environment if using a GPU.
  4. If you are developing with osx-arm64 you will need to install plink2 manually from here in order to run the tests (needs plink2 to convert VCF -> PGEN).

All the tests are designed to use pytest (sans Rust extension code) and live under tests/. These tests ensure the code works as intended so they must all pass before any features are merged into main and subsequently released. These tests will automatically run on every PR and failing tests will block PRs from being merged.

If your PR has merge conflicts, this is usually because the main branch received updates while you've been working on it. In this case, please rebase your branch via git rebase main to resolve merge conflicts, rather than using a merge commit via git merge main.

[!NOTE] Do not edit the version number in pyproject.toml. This is handled automatically by GitHub Actions.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

genvarloader-0.23.0.tar.gz (956.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

genvarloader-0.23.0-cp314-cp314t-win_arm64.whl (353.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.23.0-cp314-cp314t-win_amd64.whl (557.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.23.0-cp314-cp314t-win32.whl (333.9 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_x86_64.whl (710.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_i686.whl (745.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_armv7l.whl (772.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_aarch64.whl (675.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (623.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (517.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (622.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (529.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (495.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (497.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.23.0-cp314-cp314t-macosx_11_0_arm64.whl (464.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.23.0-cp314-cp314t-macosx_10_12_x86_64.whl (487.3 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.23.0-cp310-abi3-win_arm64.whl (359.2 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.23.0-cp310-abi3-win_amd64.whl (563.5 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.23.0-cp310-abi3-win32.whl (339.7 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.23.0-cp310-abi3-musllinux_1_2_x86_64.whl (718.3 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ x86-64

genvarloader-0.23.0-cp310-abi3-musllinux_1_2_i686.whl (754.3 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.23.0-cp310-abi3-musllinux_1_2_armv7l.whl (779.5 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.23.0-cp310-abi3-musllinux_1_2_aarch64.whl (682.6 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.23.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (629.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ x86-64

genvarloader-0.23.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (528.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.23.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (630.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.23.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (539.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.23.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (502.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.23.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (504.7 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.23.0-cp310-abi3-macosx_11_0_arm64.whl (470.6 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.23.0-cp310-abi3-macosx_10_12_x86_64.whl (492.6 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file genvarloader-0.23.0.tar.gz.

File metadata

  • Download URL: genvarloader-0.23.0.tar.gz
  • Upload date:
  • Size: 956.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.1

File hashes

Hashes for genvarloader-0.23.0.tar.gz
Algorithm Hash digest
SHA256 d5c03ccc0d68d0c4bbddf0ed3d440600a5d5c25bc1c823e01933336f0b21d703
MD5 c29fd632c63b60ed0aab26ca657d2d0e
BLAKE2b-256 74843791341974b916648a19eb64190abf97cefc47c0163fc39facf179519f39

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9fa7d459319d40808328cc4cb5dde41bfba543ab7b17175e88d05134f673a75c
MD5 68bb5eeaa2ee3ddf4125a2043a9c8c9c
BLAKE2b-256 f577ece0163c11e94bc36e73c2f9fc56cb52d1061e2df362a14705435ea45467

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7dc95ee8617c7a8fc87209ba086464bb55375b0e554ac58c20c3ac597ec4a3c9
MD5 ac5ae7d37741e162355e8b93ae747742
BLAKE2b-256 754287f11fc5cb710fc054eb953dc0d7739b4796d3137fbb151f065d3e170eaa

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1303bce0cc15bfb391b3c870681185cc39d7ac51ba71eef197a4aabd66312474
MD5 144d6e4449e3ce46261dbd15a75c9908
BLAKE2b-256 f80d2ff7bd744f3ea7e8bc8dc95d0411fb31c136779d23d6342bcd5bc57ce911

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a1a6517ca9c416bb1b89ef1fd5e7b77d5be7733ced4b83e9d65edde07b8747b
MD5 a805a14ca88ad4d416dfbfdc6eaaffb9
BLAKE2b-256 95256462bfd8ec03395163557fd7f0536dfdb685966901077030edfff07a4008

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19b1a1bbc8404deef06f1008e158572804dbb2e803f67c9f6003c1552667054f
MD5 e592742cae7b7583cd11012fdc5b551b
BLAKE2b-256 b6668fbd787e33737fd760abd523885c20a92ac817f548212bb1f120409ebaea

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fff83de68bd046ad41576f8391bd32628789769ad95e21a9dfb12e4c78e2542d
MD5 14e156ab70f201c4b78ddd60b15b7c16
BLAKE2b-256 53340561ccd71a3461075a536a600406b45a3b7b78ce3ec3f4383aaf22866885

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed36235aed365f083ce3ff8165d1fc24aef8417116636be14e097e5fd9ecaeee
MD5 d967252546d4cbecea51b98d63b5636e
BLAKE2b-256 db6dc91b560a803e6a630abd66aaa70dcd9b909bcf12305be7ae9717b5ca4a5d

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a46e5e919d92b2d946700c7260915a747600b08fbf466776e8bbae791ac92592
MD5 9d0ea735c397628ea7dd7b626c245810
BLAKE2b-256 fe15ce522b60f742ca08a5589cf77e1587111da2e9df1ac044b366c0827453a5

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d76f7ffe31dd3bfbec4afb532d1e1397e98a45d5b59c3fe62192c34592e3d9bd
MD5 6d3457c8d2d4500aa53dcbf2b595294a
BLAKE2b-256 83f9a0635de30bff7bfa9c8a7eada88c514a7466efe45780985eb576a09548f8

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2918049f17741ccdb808480816c5995bcb41ca8de79ae75a763d091e68b7fbd7
MD5 85a9082a83840c67a503cfd4f9f1d695
BLAKE2b-256 7788853e38675ed2b6c6ccd415f16579bc67f2da62ef493c30dbebace6a4cf58

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb10208e01aedbc231dc8e01354bfca1dd536434de4463d9175545b3e9f8abca
MD5 342697ecb9af48f900df12cbef4de276
BLAKE2b-256 0da05e3727f1c77fbb501f669bfe700b9ad550a283982b4e1b7351280145d947

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9bbecb761290683d3b93a8e2e168b912a8e3ccdc326c67a2ee714c5e5191b4d6
MD5 7756b45d9980baa9d6fe82f3b3665bd1
BLAKE2b-256 4784623d00f8da9a949b6ca1e33e878a130482a541fbd893d88dd5eb16c3f57c

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db871786cc68861e6ae40918a74b031d970a082ec8d38cf936a0776fce0caec9
MD5 a92f1a6ca04ddf49517a129cc3e5342d
BLAKE2b-256 b916dd049e1b372d5cbdaa6289ee27220dc41a5634552e32a35fa921b5a16aa6

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 047836608f3fc1b9fb7b83306e28cda6b6f1d9e8f26b865128469105de9c9e57
MD5 fa9b1709764d9bb57f65ce5622752a92
BLAKE2b-256 b58a176838a310b8fb83eb301438ddd84c3d555e18efbb4525a38289f523f7bd

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9dcbc9cd7dee1fe11ab07971e0858001c045fac9164607a3c8f49d1757bef1b4
MD5 44ed740606f11d417b3a192fe920d1ff
BLAKE2b-256 84b05ca82ea237c7e93119b4355e741bc0d6e567b81f125a1d99a01a0b35c793

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 6479daac67a52f1f098c98451e85e934387185ebae2bca3e342814fe9476af27
MD5 105905204f3b9118c57820a92bd25878
BLAKE2b-256 9a8815f678b29b9d84aa6f290a7c9aad23c6ceb1963c079a8ed718632dcacff4

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7729a3e59b87e4c61996a21441f4cbba921fdbcf116f4e0f91868da47555d213
MD5 fb59358d8c9abf21ca845f56f7004a06
BLAKE2b-256 2b9bc7c6d8a0672c8511b72eb99316622f75d2b18dd42a5b4935ddd889772e0b

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-win32.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 2e3bef8b358ed9bf25837caf7b596eb6b36b3fd786bba17d730eb925f9012d9a
MD5 51b85f96031f920576a5462c23d88687
BLAKE2b-256 796e08388ff9badfdb91dfbe1e60cfb97bae1d78b55182ac6a2ece4078124eed

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dc6c90e888bd858dd7dc0bd012a4c731b31669b8638cceebe95535d1eb2563a
MD5 0ca0f8e876d7d60ecfa63214fe72ebb3
BLAKE2b-256 5f2ff9d83c9ea36bce58a664f1db960a92957a0835ccce6a648098720f4d585c

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1f24a4407c1c5b84ee3f8fc9296f0de5cde761b27315b3221be8d277c9e3e0b0
MD5 838177875269e2265117df72a878b44b
BLAKE2b-256 fc4eb13d34928b797a31a6b61b216d16e6ce9507f1ca4325da23d6574771d6ca

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4108144ae8b475cc30a6881927a92923437af4a67f2bcd14ef812680574e980e
MD5 26dd19ca986a1cca5086956b3bb8f5be
BLAKE2b-256 fde2f6698d2680b25953c55ac20dccb8aef21deb85d72c0d62380073977a83c9

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3bf4fe376a74b41f33c198a02f4d8cd44340caef9d049e7fbe53727d6cc6707
MD5 d8fa5bc4ba586de88ec7779fe020d674
BLAKE2b-256 68165384904e380bec5baf2dc94e391a663804529d9fe00ad8ac61d631f4a075

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f634c3a323fc73ab4c2dc25ae3229d91ec3383cbab707c1aff6db651fcb7a6f
MD5 d2844182f669798e009826c01289cb96
BLAKE2b-256 e2f6d60b0ba58a9915127b258608bee4c942819cdbea1f983714377b2b57c4ab

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cb7cb17bf6954b354c064f0fb40824f6d88d14da69e1869a1d8bd3be9f7f712e
MD5 e99a464e5c96296cc6d336aaf23bdb7c
BLAKE2b-256 5c8b7ca1a1302488efca530f92df3ee73e26444bdcd4ac9a424c340f757fc4a9

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6216b2ad45356cb62fff6692cc0d474bf0466d26bc2e7cc99b2bc1314c357efa
MD5 dcad043009caf423886ba5a587b256d9
BLAKE2b-256 d60732b68e824008aa0617348e1499b0d309ffdabf7ff98abd40260f7dad7fc3

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 699ceb9c4a02895a6f804c188b581a28d02532696a4da9a56f96b7530856bad5
MD5 4d3a470a0cf0a56ee50f900f07d66c3d
BLAKE2b-256 f2e3e2f5c0434ebc80692c11e601ed3ebd1722c00429c9d46e89905bc7b1cb24

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 616052f9a85b78607a83426c670ca1cceae11e214f5db625ddb1b24d4aa90fdd
MD5 393b1df2317f8f2246c2bc84e0409040
BLAKE2b-256 8cb6318d0f296279a3008edfe069f96f3d02181bd4ff1400386db77549e67bb5

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8db17a814dce76b9c46dcadd38dd14c0f9d21154b9e544fa8a0d7898cf070365
MD5 31eef1547c17dd9edb50086629098043
BLAKE2b-256 760406da760ca723663f2f64ed736b97961488971848cb2026c74aded7e5720d

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b1bb2c647319f01b6335b85bbdc92582d28ab5b024c46ff10ba7a73ae70d6b9
MD5 6caeceb934806dd88b5722ae4abde2c7
BLAKE2b-256 d872ec50799e452fedc8ee043df2c1a8f12aebbbf6b839b265270c92c502a045

See more details on using hashes here.

File details

Details for the file genvarloader-0.23.0-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for genvarloader-0.23.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e6ecf4a23b274d2a6fe9b005ef12739f86f53dd6fe6fa3e80135555293af339
MD5 802c5f4677e28353350684d474756e09
BLAKE2b-256 338cf7afab8847f334ed7d04fc9774e96ac77ffe253f3fcc84144f49cb409cba

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