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.22.3.tar.gz (926.6 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.22.3-cp314-cp314t-win_arm64.whl (348.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.22.3-cp314-cp314t-win_amd64.whl (552.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.22.3-cp314-cp314t-win32.whl (329.0 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_x86_64.whl (705.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_i686.whl (740.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_armv7l.whl (767.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_aarch64.whl (670.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (512.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (618.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (524.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (491.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (492.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.22.3-cp314-cp314t-macosx_11_0_arm64.whl (459.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.22.3-cp314-cp314t-macosx_10_12_x86_64.whl (482.4 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.22.3-cp310-abi3-win_arm64.whl (354.3 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.22.3-cp310-abi3-win_amd64.whl (558.6 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.22.3-cp310-abi3-win32.whl (334.8 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.22.3-cp310-abi3-musllinux_1_2_x86_64.whl (713.4 kB view details)

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

genvarloader-0.22.3-cp310-abi3-musllinux_1_2_i686.whl (749.4 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.22.3-cp310-abi3-musllinux_1_2_armv7l.whl (774.6 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.22.3-cp310-abi3-musllinux_1_2_aarch64.whl (677.7 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.22.3-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (624.7 kB view details)

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

genvarloader-0.22.3-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (523.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.22.3-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (625.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.22.3-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (534.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.22.3-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (497.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.22.3-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (500.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.22.3-cp310-abi3-macosx_11_0_arm64.whl (465.7 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.22.3-cp310-abi3-macosx_10_12_x86_64.whl (487.7 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for genvarloader-0.22.3.tar.gz
Algorithm Hash digest
SHA256 990c8ae4ada32327bd4c5b163ea4d3dadfac0cd7dc7e95cb5e0fec969f6345d0
MD5 fc2300ac7ab6ec8f390e31ca56507753
BLAKE2b-256 07fa5563403e88515d9c70f0abbe9f79720f1a2bc31bda9704372c803ea5b987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2e1f96d3763c6ad0a29565316d8c11b204344e27214d55d90362d1b0034fc1e6
MD5 b646ffdda316f6d99ea144258c195d4f
BLAKE2b-256 4a6fa8280fafa63504536e0307a20839473d63fb6331278f7a90de06a4c6a0e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4cbabd6603d97bac2d3bb02941fd3fbe7fe39abb4ecfd0e069e926570f9dae32
MD5 55a746f0a5c17f3ad496eacec3189537
BLAKE2b-256 3a392f4d7a4200e2c7ba61e5dc288267376dcaaf2a3f13cbc0c14ebd8270b0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d3ce4bc10386260c55f3851ae9bf9f3a9c8804b89ba28a6991407b29c4eec134
MD5 5b8224e5816b1266c518203eb39a5998
BLAKE2b-256 60c5bf1ead875035f5e2cbc08fe819486b1999a56dae220da3b55f3acbc15ae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6543b594f51d31943be6bf43fd888f5469e91aff78b22b8efb78fd7d00147fac
MD5 1230acd20fed583163ece7be6b2b4dc9
BLAKE2b-256 6d464cd5b61ebab9d9d95ac4871cddce2b149399988c41de94216e05eb3f9e36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 36322dae8c4dd644fbb27121a4f9d46faa485e7fdee29ce305c312edc82e2efd
MD5 13ac6605d3887c955180c4e4b5b1523e
BLAKE2b-256 2d19d7825403dd05f10b9508722506ad104b3824f247400e47f4cad682dbb9cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8f0e32aeae783e07c5ba509daed137ebca5dd428b9f646f2f09b42b98510aaf9
MD5 d7e0f5b57043ff7129b7675bc8123d5e
BLAKE2b-256 7e2677514be50adf51d65bce34b545ac9000acf7d22e5e39b984a040f6bf00b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e80deae2cb6d9048f8475d307bcf26b2d0f96fbcd6ffc90a46f439fce31bb9be
MD5 076f29b3e68b46846c08276789f3bde0
BLAKE2b-256 5dd9fcc02ef572a81aede89408b9013e3ca7eac196dee8add25ac26077293d1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54db99e2dd472f186961a75483fba071745bb6d54d5bbeedc1c1d90f397bde2b
MD5 4e3c8c10e54f0d1d0c2bfbf763e77741
BLAKE2b-256 8e19cf1548c76c263346000dd151bc08ceb8e4f1626311044c78d862498a219c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9150cbee56e170e323ac0cd37b6c38ea36ff15199274a2ec140d6eb929b60c72
MD5 78c831b330837ffecc4ad7f6c9488ce4
BLAKE2b-256 447cefd37464e2e88d1d298ee14c93043d2ae22e621b6a5d977de6a8499d40cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a1a07ab184606d1feea134f537d0090add34c036af57d6867d86bbed76dcacd8
MD5 d83258e44fd5678dd83cbe4c6015421d
BLAKE2b-256 5ba44fcc6a008bec862bb0422071ffa9d5b13eb936072bec3c7ff2140f87d134

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 943e8576fa79cbdbd3140bb1ed57cd02325bcd3429e2e6c603060e5fbe75c6b9
MD5 4851f70c65dad3d7c4b6d66bd0060000
BLAKE2b-256 fafaa3fdeaea99b5995fb1e7a168518940046bf5d68a960c4f0cdb67ab11df19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 27103c06f76b61f2d3add59bad1f9434ff0b3d823b11e83c4bc65738fe115e34
MD5 1864048a48520b3ff6833d565f710965
BLAKE2b-256 25c661c2af81b70e54b24e9aed3b68474ee18125740842af4b744e8e4c43c934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca7b1664d9033a8ccfecfbc28703ca92765c413aa38f4fb10b025c8ca4970486
MD5 65272d1b454e5143b44e75441fa6a966
BLAKE2b-256 984ae769799987ca8654aeef305777febe6a2ccaaac10f228d56f7f7a25f06c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3024b2509e9d6b324bf53fac5879b55caa4a87c59c61b5c539e6b26956c09408
MD5 5a1d846fd823992e25b89dc4d9ae7729
BLAKE2b-256 c1c0651121f54cec6497b78d8d27d09f20ee2470b418e4812ed65b255a23259a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67c46345c1742e711392b11b65efd603171d1e5023bc8e30773c45006ab58ac9
MD5 191b0229be2b7bba4685e9e334ae6d96
BLAKE2b-256 fe5c9ee129a7486fa451000dadc09c9e5c21f6aec840664316c4d301a200b895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 5cad1b8d2bdaad6ee30159b9729003ab3cf42dd822cfcf0a62c01a15157aae1b
MD5 6a098dc046632d43ff757b8c68b97c80
BLAKE2b-256 5fc91dc0e58eeb4f3b66d9359089b769a9b5f0b64797998dc91ddd0341f3d41a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2d251fb04cf3ba279af716902ea8f48374e17f85d660b2a4e58b1577e6176b22
MD5 c039eda0d1efc24a4d6dc3447da826a1
BLAKE2b-256 e6bb487c88fe935871134ef9d763d683d7e702b3f9a6afb3623ce8882f99150d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 a60ce2b4433aa122153b6705f416220d22f56d46905eb115bd701d977288d59a
MD5 71a4dfdc473a2400158dcd21030acdb2
BLAKE2b-256 90868e21eec33af81bf73b96e6dae2f3f51e84e7cb0e89cf0ca8e67aaf5a614f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09da8c147d948406ae6b91d596ccb23ef2d9fd5edc62c3f755f207f30ca678aa
MD5 1902b4dc8a5cb74ade02e7c2ebafb5d2
BLAKE2b-256 482f9cdd72f2d2b23716eca5e402a688b539cb3162b0622ffc9505a117d64c4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2fe45025c0ec12832d6fc69e1a1d2c1d7e633d2f8ea0a174e9b6e681887b807b
MD5 8ee2b72e4fe038ad0e85c7267a04f88a
BLAKE2b-256 538e221d007e6f02a3f8f3f7bafa15e6e1bf615acdd8f68a605920e8baebd08d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8202e81d1d06f4882c9bc150c494c9e937dc8f4aa99f5ed89988d9538f98ddb1
MD5 4817e3be7ad66f8f2534811ce8eaa943
BLAKE2b-256 1c4fc8b97593889fe6c406abc9eb9cd95afe37d262d3f8fd735bbcace134906e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec15c5aec27727236dca8bb51e7da2ccbd1878539e62e46e878ee17ef3b413b7
MD5 5b00a2c7ceb91c3f9c2d9b1d1e7ef283
BLAKE2b-256 93206f724d55c5ffe14374c766ffb54a7039df2d31308ffd74461fb90feaff29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3f0e2cd674363d99736a951b223f213e2fb6d28ab339c0036fed0974e804c80
MD5 b9cd720ca31b6042b3c87718330aa768
BLAKE2b-256 bd3f53678b67b6a22e04e889c42b8fba5ee72d96734630e640719063e2e2f8af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f079e7bc3fe834682affd625beaeb3fecdc7f99b00a620210bc656a12f39c1ca
MD5 3374edb7d12b805e71036e7e4046e761
BLAKE2b-256 c5d8472cff38433db731554dd22da076a94135c6593663c0ec30e6d743d87fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef7fd1b568b7879d6adc9fb278cf1681ab9d679ceec8f3f318ece7449253e28e
MD5 d1d6721af1b181de6b0192a612f09696
BLAKE2b-256 403d7c4aa8fc95fa70954ccb28cfc94bb02efa166f7a7bd9b344af050100dc5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d309b91b11b8572d91c2e6716faf0e85cd6150bb55c52ef57e95b691683c6a8
MD5 1959107f33ef6e46b0a571fa1969ffc0
BLAKE2b-256 214269a9f27857d56960cf26783d03263abe89f9fc38b9643603fe5d74a64752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1935362b5076569464c5cd94d53fe99b70f29611f85d761f030c8611e66d0173
MD5 60b6ba349171677d3002d100d2a1a401
BLAKE2b-256 ed8f24f912ec870a467e933e1e68fb38de5da6b843f0715e59edd8e66ec01e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2790fd347fb603984d9a7e85113a9805fc4464d903f866b33acb05bf4fe41ea8
MD5 edd6499428851d9d4d6c8a40f1479c15
BLAKE2b-256 8dae8bc68b40aa432ddc23995dd6489b6c8837792d3bb29d4561bb707cbe028a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bab31f6716288df72417db544a118ad3b587435bcfcf1773a7d626a4606fa3a8
MD5 400e53cba902731ae1bcef533e1233b7
BLAKE2b-256 4ce8671e865f259c8ebe970cc0d5e60605827bb702ab9341e038517586750420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.22.3-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 45e89e6098636cec4b2ed2c4616d3286fd532aa7283fdbf36e6ff1e4a972d8dd
MD5 d39d717ec9f619497b8da0b666239bab
BLAKE2b-256 439b12845bf7c05e36f777d720dfbf376056ff70d22c614d7bb10cd57ff6ec9d

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