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.30.0.tar.gz (2.4 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.30.0-cp314-cp314t-win_arm64.whl (429.4 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.30.0-cp314-cp314t-win_amd64.whl (633.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.30.0-cp314-cp314t-win32.whl (409.4 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl (786.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_i686.whl (820.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_armv7l.whl (847.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl (750.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (698.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (592.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (701.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (604.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (571.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (572.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.30.0-cp314-cp314t-macosx_11_0_arm64.whl (540.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.30.0-cp314-cp314t-macosx_10_12_x86_64.whl (563.1 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.30.0-cp310-abi3-win_arm64.whl (435.2 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.30.0-cp310-abi3-win_amd64.whl (639.4 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.30.0-cp310-abi3-win32.whl (415.4 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.30.0-cp310-abi3-musllinux_1_2_x86_64.whl (793.8 kB view details)

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

genvarloader-0.30.0-cp310-abi3-musllinux_1_2_i686.whl (830.0 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.30.0-cp310-abi3-musllinux_1_2_armv7l.whl (855.7 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.30.0-cp310-abi3-musllinux_1_2_aarch64.whl (757.7 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.30.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705.5 kB view details)

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

genvarloader-0.30.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (602.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.30.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (708.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.30.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (614.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.30.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (577.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.30.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (580.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.30.0-cp310-abi3-macosx_11_0_arm64.whl (546.2 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.30.0-cp310-abi3-macosx_10_12_x86_64.whl (568.3 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.30.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0.tar.gz
Algorithm Hash digest
SHA256 706c882c51409923dec724a00082743f122f753e3b8ae517eed7c4bfa245bd45
MD5 c260f2d7f06accc107999c01a2c2ee68
BLAKE2b-256 cf842e179d08572a9a38d2809e146f4ec6c897cf1cc45839ad6e9d0447d3e289

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 429.4 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ec89c9bc02482d3efd7bcd3aa05e37d44b851895a6a6530b68499fa81e788c35
MD5 b241a445033a4408474398c23dfcd2a4
BLAKE2b-256 ecb20aecc35552153b141ef5f51112ee3f03d050d3a1a67293aed3a092a5bbfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 633.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bd327bb7a176a5b2990f46f15df9aa3053db833a361a4a890b46a93fa35d3366
MD5 0f2f89caaa900ed54928649fff93b30b
BLAKE2b-256 b03b6de34d871ad879ab811a876492d95e9c4ab36437005af9fb38d76054f88b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 409.4 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 68487a45db89d79b446c75ac5b57ee1273a085f5e53454406bf11bd222cf312d
MD5 b5798e4920b9bbd017c8203588255975
BLAKE2b-256 20b62e3028cafed54e27db2e0ba7037c41b42dda866e3df8a364ab394102a5f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 786.0 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 473dfaf687fcdb09e919df770f44acbfbc4c7bf5a070e9cc896e7db9231832bd
MD5 3d424733a41b4fd88b942c5cfe367213
BLAKE2b-256 6cc1474283d9a911a7a532ab07d02fff22fe78b23bb96d5db9f096cd5380e39c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 820.8 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2181711faecb8f2ba7e5f67c4986d76338ceddca69b14a76388dbaf59306b772
MD5 148e0e7f04f965af719eb4b64702857a
BLAKE2b-256 a3c172ab3351f2285bdafa97826465769240a471a6feb48d341ccac2a0cf6333

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 847.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7d11aaf9f3e9016aa8f66cfe875e336635880da82cf8f26e7398ec7aa0979258
MD5 65fa99a73cfa68d6d01e0e1a06c4e364
BLAKE2b-256 125a9ec27a629ee80c97f9f9374698af494bdb29e7dcf2cee6af4229152c9426

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 750.9 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18b3a3eb2f4ec486f0203b743bba500c8f19a7d00041479b857e300b37dde1c4
MD5 bccd8478d95459006045b9c3844932ad
BLAKE2b-256 dfb93f95886d7a9b23b71c6b0a772eb07016d0f096a5caa1063efa7450e55288

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 698.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d6806cadd16df8070c848f3fe3804a5e1fba0f9abb69e80b0d24b4011ae04dd
MD5 9005de896e03291801dcdba58f790674
BLAKE2b-256 28585f4ca25559957cab2a3f96234803d489c80b65900bfc5e28734566a62525

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 592.0 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 675fe18b6e5af9d1a78978946641cbd6f93b511422639c179d1de189c74fd98d
MD5 cce35a01e4b82c8aadfef514986fb276
BLAKE2b-256 85b194c989ae8ec31bcf8038ab8fbd230380cc9cbab52d6310b9375c2eb2fed3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 701.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 381d2d476c8968d4c6385b0c6d15b1eca0720dfd1975bcc3509115861b39050e
MD5 5d44e61fa41b6569a2b9d13b249ba2e8
BLAKE2b-256 cce706f788dc71762d3dfcda2b817ec7620d1f39564272b5cf6f6c0ce4010a52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 604.3 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50576cfbd68de927d8a9a81fb2a2fa393b7830f2e0bdc6ae519978d83d68b5fd
MD5 1ab05e00c6a19cc364d2f98513268c48
BLAKE2b-256 240fa7e824f4638f8910b3d0fc12cfa980dfd3963e5ec0b8cae107c7dbaa7bab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 571.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b3c60d7608201a46ae56127c941b74a3c1d072f8dcb10fa0203d04215d64ae79
MD5 972ad1a2c99b743416e07fc95d6bf7fc
BLAKE2b-256 f8afd00cedb870e6f526ef18b44e565dac3420aa334bafd6d33b369cc8ed0a68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 572.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e17c016e8c5c4875686529e79122ff943be2383c836706aaa9e8b8d6a7f106b2
MD5 249eef4e059918d7aaf98601899e7d67
BLAKE2b-256 f8b59ef0d3a490a00e1892d7387e4f0c5d4fe88ca2038701403565d2af505394

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 540.4 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23bb70a2b76092a54711f317f6ace86882a815259387d9fea791eacd9f06320f
MD5 9caa67c0a7c6f34e918f23214baa91a3
BLAKE2b-256 8baca4cf97254353e25b2f4122768ef9855cf3241896e17d3fdce34e9d8bd404

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 563.1 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b5e8a06696c2c849f81e705a14f3dc7e02f711160b8fc1eee7dfa8aea6bfc0d5
MD5 40d5f6db25b36b57cb97a7a159ec9127
BLAKE2b-256 ee5a8aa72e7db89b84db9b247d8bb87de6182a292c4e13e372d3af11a7f3554b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 435.2 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 70272a1de030f933f117690aa95dfcc99e0f839920c6e3df239b50ce4ac85a96
MD5 ca2dcfe2d733c474ef726ee1d7e13a88
BLAKE2b-256 3faa2d90c0dd2a3adc2514d76b8d58a69adbada47d50c56e9d6fc0d809fca6f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 639.4 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 022128e5f2cecf2afaa4eb1d29522f8123a50258470a05cc5a8bf05c60b9c87b
MD5 ba981f88dc9d6bddc9d7d148abd1c538
BLAKE2b-256 8670538dfc4a802937c6b7dd58e4ae950b867b9b8e856353b3928871b3d23d7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 415.4 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 ce35f294aceb4241250c83e1e6cfd9b93926432b67ffbdf859bc7267748c2c44
MD5 a7c8942038e2516183e3cea3cddb0241
BLAKE2b-256 5662b4859ee716f07a58184f9bc8c641cbe18667143a0d35bb8a1c9f6a39ff67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 793.8 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f954b2e4e99e340521e3f35ce438cbb62efa0c998365820e52972a64c269628d
MD5 4c4f21c4b84aa34615b5cf80f7f4372b
BLAKE2b-256 1d23f77d720ecffc18b190d88f0c78f85a9706e5dc0ca27154ab66e9ea3e3ad7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 830.0 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a3c87992d9b74b5162e325c5b91299a22cf2e348a9fd720e12308ed1a3014ad9
MD5 3fbbfa7c258e04e41a949751a4edf179
BLAKE2b-256 bd56bc2d278772f65dcd2f178ca528b8b75994e5ef65109b27cb5ab95d70ac11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 855.7 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28413d68ed6dbb755a570764b29fc74cd17ddb48fc05cd277330e309b047d0bb
MD5 3f08dd1ed305ee769bb2785140d0de50
BLAKE2b-256 f873c19ef690b1a085436bdc5c578e404fd3b777c37fb1128743e0214b04352b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 757.7 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6a29cce46ac6899a703210dbcf4c6ad74069b5a48f43a5f4d8e96501a9adb7c
MD5 34e3c9fff625b7df707ab583ac289636
BLAKE2b-256 795e9b17fd8a4f73baedc90f23389940f681354041bd1e8dae019c3d2984cb3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 705.5 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de8f09d9d88d5d0d7d977bf4037044a9b8e4260169684e472a45eb324d836d8a
MD5 bc17ae4ca65462a2de5c0cf60f4ec1de
BLAKE2b-256 d5f852a0167ec66deec8312418798a1764d7f0c58e26e0e7f28bdba7e631fb6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 602.5 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d8ab02ed366a83ed736bd26c0f551f44bf615e675938bde78a7352d727db1cab
MD5 cd2e2dc08c6be72fce77dd609525e528
BLAKE2b-256 c50cc573aa867b4b9fa2b02c460e3f31b2d48c3a7ef794b0754479a11397cc97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 708.8 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bb742bc77246d32ee677420034bd6ef2522d75f325ea8139773596bc5c913ef4
MD5 95ffd053048077cc77a3f7a13c6f0a41
BLAKE2b-256 63531dd261d6da33836da5949af96c1e0f15df6e5b6763bc96cefa1d2e460331

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 614.0 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 76d4d114bc551fc11d10a9e214b9e0fb214f4422216a83dc43d5d0f695d106e1
MD5 8022e31a54d0ecdfae5308f380667cda
BLAKE2b-256 5a525ddbb657b778b04470ec7d84d3bc42404ecb2b77649d4a66e1a6637c8761

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 577.8 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e144253b5189c40d47c0dfbb7f84b532962bcc02825cc24f956a0e2d3a48388
MD5 1c581e03ca48f181556734f2737ca8c3
BLAKE2b-256 1d8a821365c1618c229689b85fa844f89c8f8adeb4d16d3f78f974d589953955

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 580.1 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58a30c775e98d9af6ee9b3c8ded4f4cfdca754f48adb021df5192934171e2c66
MD5 705051132d39e2001ae54b08e825c040
BLAKE2b-256 1eae98712bb35e2afd8c5072a63e16ba7402ecb98c7739898f957dd0219872cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 546.2 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75e5e7dfb57d3eca026105d70035abeabd9f7bfa0bb7edd59f0e06f89820fbc5
MD5 cb725219111478d0b6d40a939fd9abcb
BLAKE2b-256 555e5a61bdce39244da8fb57480c1e4e6f4d1abb8e82e1a373d999bdd73499be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.30.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 568.3 kB
  • Tags: CPython 3.10+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","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.30.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5820524b708c3aad625fa87802776c42cb83594cba07125c9aaabbb9f6586a61
MD5 068f5410a0526b46347bc8d0139622f3
BLAKE2b-256 691f493b3a25b5940066bc82213936b380c3314bc8c3ccd1cfaa31bc5c89548a

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