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.34.0.tar.gz (2.5 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.34.0-cp314-cp314t-win_arm64.whl (435.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.34.0-cp314-cp314t-win_amd64.whl (638.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.34.0-cp314-cp314t-win32.whl (415.1 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_x86_64.whl (791.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_i686.whl (826.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_armv7l.whl (853.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_aarch64.whl (756.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (704.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (597.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (707.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (610.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (576.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (578.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.34.0-cp314-cp314t-macosx_11_0_arm64.whl (546.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.34.0-cp314-cp314t-macosx_10_12_x86_64.whl (568.7 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.34.0-cp310-abi3-win_arm64.whl (440.8 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.34.0-cp310-abi3-win_amd64.whl (645.0 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.34.0-cp310-abi3-win32.whl (421.0 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.34.0-cp310-abi3-musllinux_1_2_x86_64.whl (799.4 kB view details)

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

genvarloader-0.34.0-cp310-abi3-musllinux_1_2_i686.whl (835.6 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.34.0-cp310-abi3-musllinux_1_2_armv7l.whl (861.3 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.34.0-cp310-abi3-musllinux_1_2_aarch64.whl (763.3 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.34.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (711.1 kB view details)

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

genvarloader-0.34.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (608.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.34.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (714.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.34.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (619.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.34.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (583.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.34.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (585.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.34.0-cp310-abi3-macosx_11_0_arm64.whl (552.0 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.34.0-cp310-abi3-macosx_10_12_x86_64.whl (574.0 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.34.0.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0.tar.gz
Algorithm Hash digest
SHA256 49b17bc3f057fee65f3e2bf54f5f94835f6cdd74f67d4199f8a54c95fcd3e8ff
MD5 185639e0421b5d07f069946f0492b52b
BLAKE2b-256 b83e8787b9ef3319488bf09639a876f90ad356430bf23e31cbed5b274369f409

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 435.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 219aad18c49d49e120df827dbd32e751869bb2bcc62f478cc10638cdd0890cfd
MD5 5e23a74f4aabaf963e7ac436410dd5f5
BLAKE2b-256 48af40b6711bd6ecc426d736171bf08f8b535f90589d2991e7bc28cff0afbc99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 638.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c89e123919d0fc3972404aacc0e3a1feaac44db41a11a70e445cdb4f049a8400
MD5 25ca47694d3b09bfeccea4207f1bdee7
BLAKE2b-256 de3915de51b55bbe464626eb8fd33e256d1b6d459f427396b2372617a72f6ddf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 415.1 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 46965462433ba9533610741597021eb4c794390a6cbd1c4a3f3e16bf3a8b0925
MD5 0136230f310450676d381d422e5badb9
BLAKE2b-256 93d92bbf5102724f20326abc84701f72b69f3cf685b2ac81872a13594b16c982

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 791.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fddb99a6ec55af632b410662fda07bf9b5fefcb668ea9d72b89646d141cd78ec
MD5 579d6186a68ed33377ea74dc53659eed
BLAKE2b-256 d08cf9413f978802b4b316225dea366ff8af6d0201727fdaca26603f8ebded8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 826.4 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1374c44031cdff3a6de171f72be9be6646c1095f31b6cdd0d67baa13e41548cf
MD5 28218efff5ea7c91b74ee7a6087edccf
BLAKE2b-256 34494bc635dc50a0abfb2097214502d9c33539e6ee60168ebe5aeabac5cb5204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 853.2 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3e41dee233ef988d9941c2d68dad9190209b611fceecb3c1dac6442d5d6e5ce2
MD5 0c5281a5eea00256d24bfd142112752c
BLAKE2b-256 940faffdfc28b8bfb49ae27dfe885e5b2b4618a6bd57f86161038c82f4a874c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 756.5 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f163be8ef16849cb5c3e0954eda99e4d6a735f9145479e30f8e60e2d647a6f74
MD5 34de758ba0079a59134e6b9ddbbe6c6e
BLAKE2b-256 98120584167d36aa5609a733cdc6e21c96a407b93ce77ba462fbb0de2810cafe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 704.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d4f261c23074ffca0233a7e561c8fe3621b0018910ef580cf547d43b8870667
MD5 c0dfbd4eda8bc6fd5dc2717fe9ecfb02
BLAKE2b-256 249cd124ecf502ea571dc8462044109d965a5c8660224c6aa751c3c08a94780d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 597.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fda15496bfda17d3f7ed1a878a937a03341c03539b09585e080454beca176723
MD5 fbfc9aa17b922dfec2c71c140a6e313a
BLAKE2b-256 4f11de658fed9107edbc401788ff4039da977eeed4e24474158fdcfb9ea378cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 707.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0bde1f6ccf60f51ad20f973d40981009cd29d93941621378804748075c433d3e
MD5 efbaec5b62a01fcdf00760ff7235a743
BLAKE2b-256 72ceadea6d53403a832b2838b3025fce43d47ad64d57a3cf57bb475c8592a67e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 610.0 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf55317ec942e3c576fefe58ca27bb3b6734c3ffc3378409f6dbce1703d6bcb2
MD5 d8e93a0923040e59bcd674070a539faa
BLAKE2b-256 74f382f199623b57b9b02fbd65a59a4781145025da4848507c6ffbca9fd80270

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 576.7 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bdbf4f282b7ddf5b8af849cf522aba1fd911b56060d289893491213205bf0e7d
MD5 c3ce0dc219a28022da82740b3a59ccbc
BLAKE2b-256 90d4beca6182ac3daacb1d9718f1068f1d5258c48d1a1cfc0cfd3e8b51a01095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 578.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cdf71f143dedf7613fbd4562043ae0e89ba0625965533f041cd18158a69ca1d
MD5 511dd9d3ca6714d4d3e936a7782c4fd8
BLAKE2b-256 7b9fa3d962866fc74052b8c9285b6a5bc6b2e7c0a9ea0dec82e775c16e3cb2ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 546.2 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8665a86c0e81288888abf761366f5cec0dcbd21439ae9e819ab89e2ce7972c8
MD5 a8e4a09b3c9f4c69337859ed64ec0c4a
BLAKE2b-256 2e516b9cdb9c9a4699fc90601bcdebdcabae83beb256705f4c9fb40cb3f09219

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 568.7 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd003faefb1813cce5839a3c85752cdcfcdcb8d18ffad838a2fd681a63115a84
MD5 e5681f21905efaf4cdf7dfb5f66f0edd
BLAKE2b-256 cf167a3af45a54aa708d8c15bf04937bbf911f11787cddf232eac90ace4c0fa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 440.8 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 4888326de7e83bd8a8f51a816e1a0140a7cd522ad73328a74bc7fbe65e65925b
MD5 6d46dfe87d3c0854164f6e15857cb010
BLAKE2b-256 89609cde86745db07e5c19031d194c78e8f18f2a973d891fa282b0ee21cf215d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 645.0 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3e64cd06f7ab534cdb9a6b8314970cd22fa9f79591b9cd8849606d82444672f0
MD5 8783e2615358f6985cc1d3d88e8d91e2
BLAKE2b-256 7367fc4c979f14e871907105895a559fc4827b6085412fcaedaca461bdfd6741

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 421.0 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 1774526e9b62337cc148fd0b027a807245f25b5ea772a3d2bcefc97585b946fc
MD5 3887e8a45e31c9f94c159620c4f2733a
BLAKE2b-256 fe7d6c510f0c6e6f4a87f7f5de59dd1769a29de96ced5ccb2bfaa3bb8f17eff7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 799.4 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 85061aa6a2da7e7b2fbb9b97447f0a40b3cbc2647a926f1309e661969ed316f6
MD5 dd0d8887bd2e0e6ede919284408c8bb0
BLAKE2b-256 e5147c44782bc7144182d835a7661387536ce0cb3e1c3156ec42f4204559d084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 835.6 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f6462fcdcd46abeca38d1aa86fd97586251bb46052d19ba6ae93fccecde79dd
MD5 8e879f8eacd934289c7f11834a794126
BLAKE2b-256 a2c62410ca830ac575e8e8a83a3c8f9e63db1514f593422f0d3f0d163ad82751

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 861.3 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b397b4a0b666e47036e2c196006a96d3ad8f9a44c208a8d95387cb6c32c55bd0
MD5 443b549bb7f06b7132c144a5453498e1
BLAKE2b-256 496f540ade00a0c9ccd3a851382e6e13a383223bb5e3d8f221fbe5df89c3a875

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 763.3 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91fe06c825f18b1621923bf353060c1501d10102af32186d49b2da45f0151ad1
MD5 67321d9cc7a0b535ebdf598c021b64dc
BLAKE2b-256 42ef58e0b35b268cdb670e316039301b6ab3b2d557923a2f9ff96e12437f6598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 711.1 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df10ee438eb649e6e419721976b6714f6c31938e2f1c54889ad114be5b09d48c
MD5 4bf40ae3c1e9c45388ec08b6f7d95d48
BLAKE2b-256 6a19d725b6f1d12ef1301f93b70ce024a4a7a09b25c94070d365a59aebc29d61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 608.2 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 28064eebefb1977b11e38557caad57995d338a3e5a51b39bacaac449c3995ba2
MD5 ee61d2b62143c7aefde6be9098a75f3a
BLAKE2b-256 42468e9020b1f13119fcd1d40e49a4f266be8b5131528ed4c456afe86b36ad18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 714.4 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f6b03c986a6028193842dba713d04acb8a11d9d0d61a2e5afee30b121a515e6
MD5 50d26770c4fdc0a2850b047776722791
BLAKE2b-256 48b32e763c6476d4ca5ff4c22886a780bd1505be1554dae8f75dd901ec0db399

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 619.6 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b4d701525c042fcaa13fd680bf3a6356bd8542907316b414a1eaf2ed44961d3
MD5 dcdd0993cf77f9cec4f3cf87066a4a67
BLAKE2b-256 99248dfa837e3234e00e3fdeb0f75c28bca31ab6309a9decf48e2ee1887f3a0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 583.5 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc79e46fd400291e27574c79ee3ac857497828ad8f82c337070306406ad908ac
MD5 8d0c774b393ae609bac31e7df93fad42
BLAKE2b-256 ed9b7cde79ca198234079a43ac0413968625efb9d7da2d5c1a4d50529b6895ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 585.8 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e99aa19336fb32a65afa82d904d49e25d570920163c3f673e566b211c5e7eda
MD5 52b7284611c769397e5c8431bfa07991
BLAKE2b-256 ed6e4249f359b5dcd08222df37678955d057e01f98ad31a89baaf4bd36d021bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 552.0 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de8cf3a1f77eabe418da4373d77c02514c960b7e6d1ce3eb2d006a89f3f8cb04
MD5 bc7c027504dc10f36d6393235b14008c
BLAKE2b-256 6eb8f1d2429ecaabec3c8244b7b76cc32eda9362bc603ba49b890a6a26b2484a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.34.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 574.0 kB
  • Tags: CPython 3.10+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.22 {"installer":{"name":"uv","version":"0.11.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for genvarloader-0.34.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f8d80f9b3804813bf1f22c47ea943fe8478754b852e066cd233ddc3980ab1d39
MD5 a4efcb297b5c93e6acba9a7a0d938dea
BLAKE2b-256 9ac26b1c638ad1424425272cee8eb0994b689763c0d83b497cce9d58a0c0f521

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