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.24.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.24.1-cp314-cp314t-win_arm64.whl (356.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.24.1-cp314-cp314t-win_amd64.whl (561.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.24.1-cp314-cp314t-win32.whl (337.5 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_x86_64.whl (713.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_i686.whl (749.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_armv7l.whl (775.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_aarch64.whl (679.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (626.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (520.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (626.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (532.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (498.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (500.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.24.1-cp314-cp314t-macosx_11_0_arm64.whl (468.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.24.1-cp314-cp314t-macosx_10_12_x86_64.whl (490.9 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.24.1-cp310-abi3-win_arm64.whl (362.8 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.24.1-cp310-abi3-win_amd64.whl (567.1 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.24.1-cp310-abi3-win32.whl (343.3 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.24.1-cp310-abi3-musllinux_1_2_x86_64.whl (721.9 kB view details)

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

genvarloader-0.24.1-cp310-abi3-musllinux_1_2_i686.whl (757.9 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.24.1-cp310-abi3-musllinux_1_2_armv7l.whl (783.0 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.24.1-cp310-abi3-musllinux_1_2_aarch64.whl (686.2 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.24.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (633.2 kB view details)

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

genvarloader-0.24.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (531.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.24.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (633.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.24.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (542.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.24.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (505.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.24.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (508.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.24.1-cp310-abi3-macosx_11_0_arm64.whl (474.2 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.24.1-cp310-abi3-macosx_10_12_x86_64.whl (496.2 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.24.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.24.1.tar.gz
Algorithm Hash digest
SHA256 55a82c3d2d8df78aef369836f38c127e6242a75955188df2c6bebbd7ddaada8b
MD5 7159ca8760c6bedfa63bcc0a8554f036
BLAKE2b-256 209b6b6d753276548f32ff56579fbca5fa4227743c3c0e8174c20847fc570cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 b5f18486ddfbec068ff4c9a95d0a91620ff85c3ca7af3261ee51c5d23fdfed73
MD5 455478b01d6cc387ab4c0dfce9d8ec78
BLAKE2b-256 34d2f078254332a3dc7989239b163eb1815dffcb7f654ea1a4b34548b7038153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c365885016c491a38252b797c02ba8139d0bd94ef0443fd6e30dc3dbfe356de5
MD5 098ed439ce7aa7d0b9ce9e17fd808c91
BLAKE2b-256 a40ba2e82482f2b67043c7ab4ca22911e0ae64b12331b7197c4874c2a6d613cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 72c72f83af6e3629e1c472726b229586f2b1d191a6b77449a410e98a96f23f18
MD5 3a3f7c77793a6a2d7aae74272a683500
BLAKE2b-256 9d6e2a9d3e5ad9c7090d25e339b227bb1b3600277eef2e0a3e9fa48ec0349a14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f804e4f298613d3dbfbfa99724a50b6f80c05cb18200400d99c91bdbd1aad667
MD5 751e295ae1b4df47bc652f7c35d5e118
BLAKE2b-256 4958c9d811eeda9b0ebb29d1484c94f65e277ffdaf7ac558dd41a8392fbe5986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e65f5c7ca2d1be3be92cd47da290d00d2350c7838f15dbf899542a11bda5a028
MD5 3a05f17f874c205d840271c41d01b414
BLAKE2b-256 e23bd95b32677bf5a24885939102ea3f0a025e94a6bc027b51178bb16dba0784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3ca0d1c2de58806adc9eab3d46d241e5d2f802af3f2cd995faae077bacddf71
MD5 883c94276626800b256d8d5d18e2931f
BLAKE2b-256 ca36fdd01efa539b60efb973ce9ff04cd759dd841d8af28edd5f5e3d1edecfeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3dc149dfab638cf9da530ea0e40e15954f5755985aab5778956159a5e14d0ce6
MD5 d0f1036d88c6c099561c60abd0fdbcc9
BLAKE2b-256 07c82c6dcc0bc5d6676950de22955ed0e572156fdc77509327110af6e7a28ca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d96fb0fdff7fc68f0bf962316a20057aaa42d38acebdb527d33e29485c046896
MD5 c3723ec5663ff0f3f377764bf19ab0ca
BLAKE2b-256 2212aa5fec97fb5ed8f9149331c5ef1cea189b44f97592181b3c492c9713a011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eaeb8ca1d689e984bda9771243f826826ff39ff9aeb70d2c4f8bfbbe6f58f38f
MD5 b6fc5c5ecaf286aead5b76b961c15acb
BLAKE2b-256 04ae3de5fcc0699c8671dd940e5b27dd60d763e2059191bc40c01aee0bd796d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f93d3d1b92b60ad02e33ea308e0b90ba8d2e3e91013eb511362046313870f8e
MD5 b8ac3ba6b289e50ff51121215ab8e323
BLAKE2b-256 e5d48c1eafb8620b5d4042371ab275d7cc1768fec1dd17557afa942df3babbeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6939413291600583b87055c919f35b4078b4126a747493408fdaaff50f19ed9a
MD5 74834c5c39d9ce66712a4a127797d0da
BLAKE2b-256 c9be7db68e9e71b501ed9c21fc3493217198f29d8e30b810e6f89c39f460ee48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b9094d00cf2fa8509562321901c55a00dcb8a45090d5d8ac0338a74c6addac19
MD5 e02538cebeba47ab10beecd21cd7f850
BLAKE2b-256 e20f25d0d71e3abde70892fa82c6b617d370dd4b67aeae5becc75efd34c1ba95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2a056e15227a92e398761804e0d2ff062eee31c1cc8f3fa287533e9d0d897a2
MD5 79e2defcf7daf3a91a671c62754f7ce6
BLAKE2b-256 05202f7d676480a4bac9ed69c6a769164b6883dced073b6956698c664bdf438c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69e9f4a467b54849113aefeeb9f53190aed7bf935aef4e49731f5dd2c8e5e5a6
MD5 37c1ee2c163cceff0d2de39f662d1384
BLAKE2b-256 25d146d354624d08ea933d5f5c2f7c92d1f427336fb81e288e33724dd76a9028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c6d91dd9e11e296dbcaf74e395df08efa6d3e44b924ebd249da04b16aea38e21
MD5 caa6a56e516ad336531e47a81e25717f
BLAKE2b-256 8db156936bfbcff510d247c953b6fb13793052a54d8c2379ae03abd8326340ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 ac4157f693df9f02317b04e28a172386cb031d974e1465be09df2e29480695b4
MD5 948ba3fb57daa2bc42e429bde6101a6a
BLAKE2b-256 1ef98901a02a18d91260d7c2c6d5c79020df2e725d4348b7c86ca8ccebffe437

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 11e5794b40ef0826689cbefe7a6db9117ce7c8f88fd2fe61f1341822cdc86d7a
MD5 31b219ff3d40d2ae6d1487903078adaa
BLAKE2b-256 cd0743f1382c7741d69d4b03b09f70ec8ec8730f416f6902586d2b96778a5c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 3c9f7f72534c555c918dec9023e7bfe931de376247f89ed030eece1c83d91163
MD5 27979b7c3a2e788374f83d1201cd4e30
BLAKE2b-256 bf39c9823f7c83b86c61f87f14174a49c927a87797ee86beba05146167af3362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 709762dd2e3da539b76c4abe5d3ab880cca798766cb2409ca5163d77833f64cd
MD5 de57f5ea89f4cac959eea12ad9ced525
BLAKE2b-256 6ed2ac1a3710b1389bd8625d662b7e943075c856219d1f4bba28fc4d6a2978a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d04ac16faed1d774a3bbb861077bdaa55d18e2008f082c0a5661779b41183093
MD5 9182774614eabe80229d5bd9d47de148
BLAKE2b-256 990ea71aefe71952acccd046ea5537e8ad46651e58f8ac4029df95ea2719f889

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4edce23c65f94962e671fbab51ca45445b82103a3b4cf40d33d276a2db89eaf3
MD5 3bde1eb789d36d66b7eaf2bc2be867f3
BLAKE2b-256 e9bbbfcbe352c7deb2db384129bc4b1eda4e06ef8e371a61cabfe93b98fc1af5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 640e650b6742179f17d4b228563e77cfe01a3f81f3384b98679cc9dd851d43a0
MD5 855ab3882fdaac1b11f099309b14ee3a
BLAKE2b-256 a43ae6756cb2945ff683baabac405384f8cf504fa24aa121fa1a5ab26c3affc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e17c7a106caa6b3a0b1a32a9b5f3a7ee3e1b6e92e5b0470c5150897a93e7f37b
MD5 6f827db296debad323adb3fb888a0e89
BLAKE2b-256 221be568549417ab06d807fe4cd1f53b12aa0b66e47c42e611f0c5179708694a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f7f745888713f802070eb0be0b6dc1b918a798bd7b1e611517bc569c1098555b
MD5 6726b443e490c636b996fe711b782e1b
BLAKE2b-256 da3c543c9b39acdfa3d1925da9750df8cfb477cf503b79463aeee61900d33609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b3ea78149dd47739f7e505c6effaa2cedf885b20dfed2209aacabfeea7f3c94b
MD5 1026aa9d03869dee679d8d592a44cdf7
BLAKE2b-256 d27c11b0ca7049647d5ace5889396d3d09913aa0800ad6d4cff9aa171e069428

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9af7932517c973c137dce91c2a1878d143168daedf50d3d4ad7a425fe64a6cc
MD5 1574976f428f6e38529cc77b04d1c08a
BLAKE2b-256 d25a04420024380058ec16ed519223f8bbb2414dbf6cf8d359cc714f6ebcf5aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c603aec260e61c46a41ba9c702b1a0db5ea876c225bf9a605cc97917f215e961
MD5 d78605751a4e351f0e9f3d96867c04e0
BLAKE2b-256 40f6407abbbbd9398be44c16e6fa6a4e47246fb4082ff1c82da092bffb1654f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d32603adc968e28e54f1ab6452c6a2bb77ed5d72d67d588fff36cf180bbeb943
MD5 0802beb0bccb3d65ff96c6a5f6fde98b
BLAKE2b-256 f338a16c87b784899c45ef8370363c86b78c50cc62ab1e4e5a2bacd459bd84d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b7f3aa10c126c47e459f68e47008f384caf8216d9349d610d58c4a5f6c15abd
MD5 6800e6a73fc2362dab694151c975b8da
BLAKE2b-256 e018463a6d3d407d519f12500d1e07ed331b3c4906c2faba95d7ec30017a72dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.1-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cfe4cafb1c7f86f07791a3d5fe32fe26c15249bee62f8cd90351b151ca5b6546
MD5 0109e7e049d18223e976e37aa63aa83d
BLAKE2b-256 12048d893b35afcca03da18bf67b8ea4c75315da285179cb5b7679625149e312

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