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.1.tar.gz (1.1 MB 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.1-cp314-cp314t-win_arm64.whl (352.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.23.1-cp314-cp314t-win_amd64.whl (557.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.23.1-cp314-cp314t-win32.whl (333.4 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_x86_64.whl (709.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_i686.whl (745.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_armv7l.whl (771.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_aarch64.whl (675.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (622.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (516.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (622.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (528.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (494.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (496.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.23.1-cp314-cp314t-macosx_11_0_arm64.whl (464.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.23.1-cp314-cp314t-macosx_10_12_x86_64.whl (486.9 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.23.1-cp310-abi3-win_arm64.whl (358.7 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.23.1-cp310-abi3-win_amd64.whl (563.0 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.23.1-cp310-abi3-win32.whl (339.2 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.23.1-cp310-abi3-musllinux_1_2_x86_64.whl (717.8 kB view details)

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

genvarloader-0.23.1-cp310-abi3-musllinux_1_2_i686.whl (753.9 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.23.1-cp310-abi3-musllinux_1_2_armv7l.whl (779.0 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.23.1-cp310-abi3-musllinux_1_2_aarch64.whl (682.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.23.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (629.2 kB view details)

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

genvarloader-0.23.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (527.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.23.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (629.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.23.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (538.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.23.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (501.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.23.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (504.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.23.1-cp310-abi3-macosx_11_0_arm64.whl (470.1 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.23.1-cp310-abi3-macosx_10_12_x86_64.whl (492.1 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.23.1.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for genvarloader-0.23.1.tar.gz
Algorithm Hash digest
SHA256 33a0869369f28e3849ce0c182548c281d5b0799c4029cec241ae1fabb74fb43f
MD5 009a2d01d2131093834a005a6d3f4e3e
BLAKE2b-256 140b93c9b4bbcb157e85bddb80f0e2a4ff08a16aa2816fd6c48511095a9a6c3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0ade6222cbce5425bd41a438eab99f622698eb2fd6dae6adb813da0540b489e6
MD5 366ca2eae7467402325c3405ec2d85d9
BLAKE2b-256 3cbac815d6a93787acb2f350b4f56161a6e80b14674f925fe8d43ece330218c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c423fbe29f6dac79e867cfbd1603efb4d089d32702fb0234147733fe4e854e68
MD5 499a744cbd0583fc670491b08d1aad57
BLAKE2b-256 0d84cc0e2f1cbf5d0e1dce3e9341b580988c66a0dc6864880de1ce2fdc9c573f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 867b2a1a8039acf138be5a1b651cf7ebad4974c6298e28d5cf230eba7bdbec98
MD5 2bd4ae5f2b8bf09908aa950c01dc6946
BLAKE2b-256 12096ab824c3b125d0755ee9b2e141cf09bbc3eca9d1ea5ae822dd32fecf3764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 916d3a969c51087f039bdee8cd1d6c74ad07eeb2b1fada7a9ceb5454dc7bd142
MD5 ad931b5d0124bdb54ce047e1da930860
BLAKE2b-256 4eeb7cda1efa504cc13a551d3b9206994066711e625829b2dbcd7afe4603007d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3fb41d9c318c06b1f6ab597fd11b1b097975c8d7107351ea13bb48eb2f98ab71
MD5 d4f45ddcf0f40e801fe048bbf9d11888
BLAKE2b-256 09a9ffec2a2767291d7717acf6d7b63e2c5269ab8dea7c5d7d30fe100570bd9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 39079318789996ff603d78c4b7526dd9266059344de75ee4a03345d029c8ad13
MD5 26b8700c15746ff4e1aad8cdc6128c91
BLAKE2b-256 01961a2abe7de5eee9aece43bacdb78f8c352599db03110b30e437d89671400c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b0cd45ffd7375f9ced267fc920a87c1aefd0e3839dd8774f83ec6b1559b87ee
MD5 4793bc6df5f532d0850ef2177be27793
BLAKE2b-256 630db3e5eb4a2794fa8097f588f12135e723cd86e03d895e45be8324f68404fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0b7d8d09c334cfee15c3b08ca1355a73bf296b4780603b4d4a81d2d6678bc60
MD5 357e8b925d797183296e9e280b985689
BLAKE2b-256 07aeab71186350b2fb4315d53e52ccd785e78bd21546efeadc6848064b7ce9e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80c604d5d580ad6d84a6bc2e65000ae74d912b9c673d02b82acdd470441de02d
MD5 121978b6b2179efd094b80404f555c4c
BLAKE2b-256 9df7d88e58987144a2533af6f22465707bc58a740b90ab27c7827bcd4654e059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd9fc8bd8e4d0f3f5d71dbf698c9ad003a5bedaa575c20603438263e35d228c1
MD5 fa3118adf5cf692ee599546266a6614b
BLAKE2b-256 032f01a465f3cdc2db7c13e35029c60680e3b5f75c9df302ebc48e01e2d0ad08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a79f63b14a7a0da030f754ded92d772146d2adcd5da44661c7137a381b3cbe26
MD5 10ae041d7fef5e1a20a869e740974261
BLAKE2b-256 8a63b4323da6c4172a48896f9a9286e5978a35928ba136ee15d439dfe285dd5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c9e57512bc8c5b66646154db594c1ac625e7d57c13e95d12c62d47891d77c720
MD5 da2832cb4ce92f348bf2c93a14ee87aa
BLAKE2b-256 29f386e1f4f48a9cb9725cfb27b8415fc903811479a6baa78eec400c7a61a7e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d082fa046adf9695c9d085f6b7261171573581f15e2cd51d538051e962c8367
MD5 88d8b841c133dbf07b57ce27ba97c823
BLAKE2b-256 f225b6e90e5ab767d2f9d1c27048f35f99790e7c8d82ec91e2575d32631609e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0772529f26b5929cd7a6cd5ae4e0212c89f57770cfcc26a3644d1e54e5f37c52
MD5 823a863481e22cb7bb814cb988bbfb11
BLAKE2b-256 3bee01224626b115072269d69138052ec93f99fe6d6a7a0628cdfe6a1063ab5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0fc9a472e5521bdcf416f18bc570dd71ca8f930fc8cb2f4c24a688cc2a337904
MD5 fb7848531492dadb753d7649d8d1cdb2
BLAKE2b-256 4e4c4d09a2481e867b7f09841633c82abb5b4d18adef00bf5629967c961a5aa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c4a0c72686a69656ba0959da14e58272954180d006da207236d5dfbca9bf79f1
MD5 43824943ed5f87d3ea4de1fba30f2acb
BLAKE2b-256 f030f84f2fc10221142c11d4610b3d4d0cb710a873e81c9789ef43eb119eaa02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 f6af8ea25993672a16d1b706ab9e4e5399993b5e88b6dcb3bf2fb23903b18dff
MD5 408cc3f432038fb2fda9caa8b17bfc40
BLAKE2b-256 4799fe68d0bd5ecafb3edb1c6a63c879b87f61c9ad17b5790c416c4141c7e398

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 07afcaaa9434ba87b6aa3b9f0e9fae2b331d8927af7ff0c716e7661daf976755
MD5 483ca6257dd1085c1fef7f650dd27da1
BLAKE2b-256 2a26e105f7fdc3aca647c59e69168ab3d082cc9c259fce032012ba008c52d41a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19f66303dd8b0a789fa860c083d2271aba54c758bc7d775edf7a35b76bd785ae
MD5 44f6dcf2540d848e63d6cc4e14457d83
BLAKE2b-256 976b3b5f5892ef78356768e5162874d65feedd927a21b7e4157a8a97eef83124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0bcfe59730a40ca570396c73bdd9472c0c40607f6a4e090ceccf857245064690
MD5 9811dca8304f2575fa05c6094d3f9117
BLAKE2b-256 819205746f30775406e2342dc16d53ad5ff4040abf4c53e18e49f6b39a316d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 204bdd7861cb299d0a6c8d874b46ffa03341abc4ce30a3022ca8cae96ed7aa63
MD5 08edd719d04b2c65b8c4817751ec3358
BLAKE2b-256 a7afe5d9dfe56e16e081aa9b1dc9f6297f16d9a27077d841a441cf48d37c85c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 713e3812a7ac3f22ea971811d5e2d9ee9100d50661bc77bb6ec29cc099a8f08d
MD5 699e14e82d3dce49f7dd51185f2898db
BLAKE2b-256 3989f17f580438df1c31b9ff6a5a8d43061b609268f1a1f88fa2719b7386d2a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68bf17966fde58217d92514093df3489838edbcf371491dcefde4b17d3789c07
MD5 d532ce068254c74c7ea52a734e6113bc
BLAKE2b-256 6b845930072e304c9a24edff76032c0b399b9a0e652e84b3d8efdb9d72fb2ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 50ba2f4825cf2f59e9ea937dbe1c818486cbf020f72aee4123189ff273306b45
MD5 411ca9156ea504ee3460cdbf6dc4a969
BLAKE2b-256 45761dd8f892d1d1d3ecbd191045d16ccb94092be218bd3ad186eb7f57ed1e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14b94f9af2118c80ebf671fef29b470d5a05bca5057ead52d69ea50219582d7d
MD5 3ee7b4a2856dc942f4b086d2612d5a64
BLAKE2b-256 924d70305c452678ae505fa7da8c8e619ea93488c5b74231974badda5d965190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5760f0fea09c163f6c3fd2251aa18fbdce203048b709e293ab690999cf8de29e
MD5 8ec01e556ea423eb0c45e94c8901acd1
BLAKE2b-256 be4f26c9867da91f5681cf02e001b50c18b231633510d1609b45df1419e03ea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e8e292cc3a9a2ddde3844b140c71daf8d9a4226e6e40c4da69ce352e1dfec28
MD5 26ab425d0919f5ee4910867401fdd40f
BLAKE2b-256 2d042b4dfb9dab5bf75c3a260d04a87cc338c17003aebef98e670a77c57188bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a34b8238393fb6acc27744c2a808989a909906583ccb4693faed7bda01683c72
MD5 0a8014017448bf3e7160690beade82b5
BLAKE2b-256 b0a5dd33b905f1e0987091ab690d8c8f6c00637e8a897f8291e4105849fe9e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58f68d7c2be0591e15b3b2e7a6bb5dc6bf3a09defe39881a83fddd977bb05d96
MD5 8ec9dcd289480f34a6a717356edc257d
BLAKE2b-256 c0772f36f5af9ec29d2934cd70d85c1cf56a3ea064c23cca1c50e358707652f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.23.1-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 54897787dddebaa293ea795a7dd98d399380a0a517a8db82e17c0c98f52f8a97
MD5 1e30d955dec423f271d567ec7fb61c7c
BLAKE2b-256 5618fdeae66849fcdcacd6e12a5e152ebcc80d1baef99785f1713d8ef8cbb92f

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