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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

genvarloader-0.24.0-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.0-cp314-cp314t-musllinux_1_2_i686.whl (749.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.24.0-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.0-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.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (626.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.24.0-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.0-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.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl (468.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.12+ x86-64

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

Uploaded CPython 3.10+Windows ARM64

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

Uploaded CPython 3.10+Windows x86-64

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

Uploaded CPython 3.10+Windows x86

genvarloader-0.24.0-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.0-cp310-abi3-musllinux_1_2_i686.whl (757.9 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.24.0-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.0-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.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (633.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.24.0-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.0-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.0-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.0-cp310-abi3-macosx_11_0_arm64.whl (474.1 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.24.0-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.0.tar.gz.

File metadata

  • Download URL: genvarloader-0.24.0.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.0.tar.gz
Algorithm Hash digest
SHA256 bed60522c4c4dc2ff9d1c55b21fccbc8031bb6baafc3543f378413d3ab9f0659
MD5 fa35e8e14dbbfed19d8a86254a7443fd
BLAKE2b-256 e967bb97ab88997b8c21b90abc446ebbb3d283b936f7f18312ad865cdc464481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d433aecee9411998aec452f1dfbc8b682e7710bd33cec7551539b3f547695e48
MD5 b14deb5339e440054ed64d85becd2d2a
BLAKE2b-256 3f6d0d803e435b96c96b6323fc0096551f6b5dcfb32fcb4684be96737f26883e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ee406bfb9cc70b03337dc644b6fe6632450a934ca045404e33122064ebb03a25
MD5 686da3fa95e484a317b9378b57e2f258
BLAKE2b-256 9507346350dde0048f11bfa3fc75eccee781646aa852321285b1cc99c520f095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 91162df549af8a5b7f4ae5e7d08286b3e08e9f2c40e55e181b4fb951ac569947
MD5 47aeb7d1da714a19702956cf9aeeeecf
BLAKE2b-256 3c5bbd6546e8a50e9d3a7643dc5713360f9a795cf2d20d9f0f3a9d319ad485b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0ccc99f36bc95d18095a79d210192383f4eccf5071ef76a82e5a0fc9ec6499c
MD5 95935d090b846d52536ed3bc8ae9a3a2
BLAKE2b-256 d76cbda7e7cd3e78a5ba4c077b85c2316af709ad2a4f88d0904a8b989537b4df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b33c926169902793c5032bbfb0d7ede55b3198e1b2dfd826f783efad364c536
MD5 7b1dffe124c3a6ff87873ae9791cda7f
BLAKE2b-256 3983610139b2e09a94ac954778a7086951083984412e6454a0da3223a801bf20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d4cce8a00f0b2d435b2ce44a7b9f63da436f4680c0930b0c5ae714b9e64a35b
MD5 13732c5668beab4ff9b33145a37419f4
BLAKE2b-256 5f55a2d452ae6b6502768954b78c2daed28c2d60ff082e6efe3208c907a77f89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db49ffc22fa222d58349a4ad8448f781fff1e539e5a6dd63f1cb7c4c2700793f
MD5 ff16e6e2226f829371804f1d8796df7e
BLAKE2b-256 5a8d08e2c882e8aa01a01514b3166529c117e5f04294c73453f798057e702094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21bdf216ffcfd6789dc95ec8a6795d8576bd60b49632bf66598ed9eb9a2966bb
MD5 bbbf2a32f3de32a32a81dc6bb28da3e6
BLAKE2b-256 e9ace2e56c8aa833258a1ff91dae363741a13d82dd801e73ece1a635beca9fba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5740ee149a733b9161951dea31b7ccf7970491b6a01a808d5b68126650325fb0
MD5 45ac4a0270bac3917d70bdb7469b3c85
BLAKE2b-256 36bf8fe1a2d44f6d6d2245197cee4433a43770c251746e98afe9e049537d7268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 347afda19c74a51d4ebb9988566188f1d87bd45d4600ed54f071ec5f974cf5ed
MD5 bebf93f9d76057372f86374501f521ec
BLAKE2b-256 fbe8c97c136cc3052a4b4fe2e2e1fdcd75631e238798436629e48fae09286206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2009036852874f99c060c62a54dbc3af4f5538cd2074657d0366f4a6f56fc0e3
MD5 2e0b821be6034ca49a6a2af9e25a4371
BLAKE2b-256 0696997a26bd16b21d26eb08ec7e2e22c543d4418ea84e17934487c5d041279d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 367c8307059857ed3ddb9871182f3d578d275e60e19de24c0b9268c1a5a7b3c6
MD5 aae83eacaca370ffba65a1adfbac82af
BLAKE2b-256 8a01d769378e550a832eb8fd227354ab9b3f641569f8490b395242ca83266517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad713f6bc06d057f0a5284efff53ec8a63b81ba0387fd84f8561f905e5f54d79
MD5 8a15f4bf8ff5c0086c057bec22416607
BLAKE2b-256 217d0f1be1c0cadd21d9c741615ee859e1eb432237d8a76978405631817d1a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6570c5276ed514418efb195c089b70cb639d64051839bcf23e1719788a5f92a9
MD5 a233e8fef79a3418beb8672af191dc92
BLAKE2b-256 6df3fd21d2b79a1b369ab59efceaf11950ac81d97d452b15d0909b11e8a75585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63a4b3cad70a0b4da0da8fab34e200fcd78562fd8162bebcce4573d459e63f89
MD5 e56ebbfa4e4f1ee74e2aa908aa71aa59
BLAKE2b-256 10def1daf993f0d00ef46cfde25944585785f22a7ab9c987db35e69c07b348f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 41236519a7f42e1f8f6272e6b76b89ec4bf3d6451c08a53ee841520c15c25149
MD5 0a7b62ccd5b89f6566ca45c25bd69d90
BLAKE2b-256 e395a21a4254718854eadf56cac7dfa9f599b678c743b28cd0803823c0da3829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2dc8473d69847abd442717ae5ca7fac41f4cc17a06d4f6b6be99a5b55f1ea923
MD5 deddfdce21fa380096468ad9169f584b
BLAKE2b-256 7c9fe2252463931fb9b884fe800ffe26e25f5879326c8f4b14fe3b860da2ddfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 87dcf3aec45f25082c1fb272429ca4d745552ed1665db222cee201554ec20e27
MD5 d3c917bd46cff7feabce90332196df8a
BLAKE2b-256 840df557afbec94e1b58d6f0605697d9147e8bb90f7ae4d47a475c6d3a8c645d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e27c808ff2b3acc03c33382f909b94fb2def9daf10741a051c6819d9beabac7
MD5 4c840d25950af38a78f392598f3b45cb
BLAKE2b-256 cba6c01a8c46f386a6ac1270655fe5c8d5c18195d6a59d6adccb6b90e262b075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e991982c841e1dd393dd8792d43031cdd3d499f13b3a047c480c79aec50ec6a
MD5 911ab614707fc9265ef5a8fbfec16a35
BLAKE2b-256 bb689089c39cd5b6624eebd69e4c5688240e01513f5a6a0b67d3844687ccd8eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3cf4b7d6388f89c8da2d67d7a77bb5eb4ccff550aac2e4f5e16b01cb78ee9dda
MD5 c6fb04bbf153325e1a67e29400dae5ed
BLAKE2b-256 2a481d6cca67523f9bc9b57b2ed2c16651e9df26dbcae778e4d58706e03e1147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a11454f96c183dc0a5b0726743daceda201784e55e0865bd43773be12742fd1
MD5 658d10c538982765cf84734383e7dda4
BLAKE2b-256 acc50c2e1a5ff4a09c35a2a77dedaa75e01715a05f83f8e71d19df62409c130d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eadc2394bc4c04a79f3d8e50f9f0b4d1ae0600779f19c98caa6e80adcec1db03
MD5 f3d4d2004a071ab740b53eb600af4efb
BLAKE2b-256 fc3a8a157a8ba93cdbb51258456db4cb0ac653242681765bb850eedeaa582f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2bea5ffd74729a8d6a034b89c28b77a5f470861b2ecc8838bdbb342818f9a83e
MD5 0ea43f7a4c71187a87f9f9f4f7db48de
BLAKE2b-256 12e8f6f9e98e1e07ce2f2d7ca195c890317f93725914f3ce9d0a05553ea6baed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9dc7c12e3e2f512ab300169faf0f2de00ac5b454c06f538abb17ac6e94865cda
MD5 79592f9de040eb189ee89cd189a52aba
BLAKE2b-256 200f6185efb02f610683a43e21e032c36a41bb62c8ad10414b4a102264b357f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5eea6b55c17561adf9cf48b9d5e1fd4832542a9807f3d716e12ead3855efba55
MD5 6ef862367f51ecd2462cd3269ecaa296
BLAKE2b-256 07470a21111ea21f71ae987f5a5626f43b79699d5989ceb51987468da79a803d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 06580e8731499e65fe3ba33bcf1aa5a958a44fe6327a729f3262f43050e82ad7
MD5 8af3555efa7b51772929d9b186fdae5e
BLAKE2b-256 84a7d508fbf8f2d15a16c984f93e48e0e1b046eddacad9a6b0291588ad263f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c06b9084f53a65e9c6c740be1cb43d23273a513e329559bf828b224761a608b
MD5 6f6e0c409f7ac494b1c1545cadc7372c
BLAKE2b-256 7d7a433f0dd689339cec625b89befd6ff17e20cc2caadc488c25fc2932e6637d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2416435de007811607fff595e3d0ea58e927662f78ffd959b33e75c9d434d984
MD5 237b7ec9b6408b71d1b6c495a5cd01e2
BLAKE2b-256 a074d143bdb91f895a870a508871645547d592b06d21e3142c9f8c17a6f9beb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for genvarloader-0.24.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d65f3b044add0cbea18f86b12c98191ad2dd951c8d1f6febf5e57788f5c61e14
MD5 fa728d15e98381fc88b246a92bbef12b
BLAKE2b-256 6135124d30056ddd4d38117ee96ef61ebfbd9be70d92fc33f2c55263e34acfbe

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