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.35.0.tar.gz (2.6 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.35.0-cp314-cp314t-win_arm64.whl (508.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.35.0-cp314-cp314t-win_amd64.whl (717.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.35.0-cp314-cp314t-win32.whl (489.2 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_x86_64.whl (879.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_i686.whl (919.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_armv7l.whl (937.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_aarch64.whl (842.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (789.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (688.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (707.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (660.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (663.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.35.0-cp314-cp314t-macosx_11_0_arm64.whl (624.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.35.0-cp314-cp314t-macosx_10_12_x86_64.whl (647.9 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.35.0-cp310-abi3-win_arm64.whl (514.1 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.35.0-cp310-abi3-win_amd64.whl (721.4 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.35.0-cp310-abi3-win32.whl (493.6 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.35.0-cp310-abi3-musllinux_1_2_x86_64.whl (885.6 kB view details)

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

genvarloader-0.35.0-cp310-abi3-musllinux_1_2_i686.whl (926.8 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.35.0-cp310-abi3-musllinux_1_2_armv7l.whl (944.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.35.0-cp310-abi3-musllinux_1_2_aarch64.whl (849.2 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.35.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (798.1 kB view details)

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

genvarloader-0.35.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (696.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.35.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.8 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.35.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (715.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.35.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (667.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.35.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (670.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.35.0-cp310-abi3-macosx_11_0_arm64.whl (627.6 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.35.0-cp310-abi3-macosx_10_12_x86_64.whl (654.7 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.35.0.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0.tar.gz
Algorithm Hash digest
SHA256 da628fc35b8ae5c9e289d7972a1d38b2bac7bd5d65dda0def81cd49e4ce6ce30
MD5 b7811bb72acff93c310ba069606c66d5
BLAKE2b-256 d6a45ebea498b228147e970b4e974ab31265a20cd89d8289f1ef6a771e64e3f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 508.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 71b221d94ff648cca77084472c690d9dca9ea77800fef87d145cf68305ce1aa3
MD5 b76a83a5dc81f6b10cf52bac02b444fe
BLAKE2b-256 8fdbd696c13700a44a2f39c26e66483168b2f429e82caca0db7dfe36352c7833

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 717.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 65b95251bf8a2c8ee306f566408a7bdc79ceddb6530b7ca39e050e6de6f8f769
MD5 b30714f14c32ad22a4b8d0c5a67b5db2
BLAKE2b-256 4d9b2aaccca535eb15ee8e12647481337b2ae97d4dd83fe62e8fdc0b78a2f0bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 489.2 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 948dd9d0093e68ce4fd82d17c2ca4556e49c8d5dc34e18a363070e355a3c5c01
MD5 59626127c05828a1dfbc5dea30c387ff
BLAKE2b-256 25dccd8643b8507cae08e09762fbedde81747cc392cff76df0329d1ba0f78992

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 879.9 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d189b380e32c5425a62293a004d66f6efd8cd25bc9122c13850699a29e0feba2
MD5 86365d175517733cbfdb8bb1d7b88d4a
BLAKE2b-256 1c82b7a1d04b12de6046f263511d497fe633fc1deae79eb3c9bc6d5b66dd75d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 919.8 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 666451ef30a9e2df5c764d0a07b6840b389bb7e56080d38809f7193218c76427
MD5 19a34035d5bd3142b6559a0bd99c7a60
BLAKE2b-256 0efa923268aaddd77eac83bafe4d6dbd1ce1a2b5069b321298cbe108c8a1a801

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 937.3 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 365cd3e31dcf82842050ac069bb3e750e1ee0bbeeec3f2eaab8431fc333814fb
MD5 29469710aa47d06b38b1088f95c8f046
BLAKE2b-256 0f574c42aaf1062e27f668859fc4e6bd141b67b46067151819676829ee08536e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 842.4 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f48e2e632e060f531ef1b26ce4296ffd523f26360aaf8798152f794cd042ad9b
MD5 ea04524ff8d4c15b3f91d959b4876bd4
BLAKE2b-256 0539a10bdcaa2371c10579fc46114c2955410bfe607aad967add2d41cde5b854

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 789.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6490c26a0254a5038e5db25b08f63e4ffe9666ba96fb7a776dc052f3e9a9452
MD5 9b10767511d7ef7655c317def14cc059
BLAKE2b-256 fc5074b6199d9f8f75c599d5678e19602bd0337b7bb94395738488fff6ac8c5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 688.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09c8e267ded023009bd0b82990714550ddc6d31a811da4022a92bc2fba900954
MD5 5b15a9b038eb9110c2f14b4bbbe807ff
BLAKE2b-256 a7c42f41d1099c8b28732138b6412cea20746ff88773a2a1a050ec380c0300a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9d27a431a089830f69e7c5779464d00f4e5440ec613aa5fc1c607496c7de3224
MD5 da73bd51c65a894b2df165531e77f59a
BLAKE2b-256 5ba7c23fd3100088e313b9fe6b3f6135a031be47a134cc9b99ac6cd4ab2a83b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 707.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c93e87869562fe1f4ef58b48d8fc8d1f2e4a2c77582f555faaa160ba90497820
MD5 641531229f3e8db92cd9565698566399
BLAKE2b-256 736be1f324c04cdea38256c6d0bba72212dd1a5b92ca8248cb455fbfaf36ce77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 660.2 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 feb4b69d97eca3e750e922d2e9664e565f9065c98286c7e01f643c8594c8f57d
MD5 0a62bc8a5f4bc6cb707d11b020638ec7
BLAKE2b-256 d3d304d209eca4d365ad1ae956842255bdd3e3e7dfac088e480116460f9330c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 663.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1244915af2a6cd62690e7d05ccba466ea518c5c8037dd456e786c95763c6e2d0
MD5 811978b56e83d80cd7a3e2867242250c
BLAKE2b-256 4b57f7f9312103a2f9ebb58d03d975b71f8955959a4da0f0d65ee3ddbc7f505a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 624.0 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb9c8c0e90770db066f8f625adefd28fa589f720cd7d9a8c5bc109488bcb25e8
MD5 d8c4b0f9cb8e60ff1bcd0e495421f926
BLAKE2b-256 06c5de232d95c0388553bea958b2fe8344929f261e47ae897259fa9947105a79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 647.9 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 01ccca94f5db13baec9932aa2659f56554898fd0e638452bd2f00510e3bab7ac
MD5 6a11a074833ab547f02e02dfcd3abe8d
BLAKE2b-256 d91014ace11a56f5d88f0214a1bc24355944b8650aa592e38cd875db9e4aac7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 514.1 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 48b6962d8968327ba5efa9f7cecab9435da5410b2af3ce4304b616192f5a9b67
MD5 81543978e432931cb8c58e594e1b6875
BLAKE2b-256 3c14663a27f461382f32e1221ea605e84f71d81891476feb85331135dd4a4f21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 721.4 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 00d22bc300ec17b77a589bbd49468a945447d7ff88beb9555d70d1ba03a67392
MD5 0bad0e7160d4edf63113d4f18da79e24
BLAKE2b-256 b5f7b081a11f63aad534104db1978872b8377d1c7d9c21a1acae6c6332d986ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 493.6 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 2b0323ade0472e79820f3befac9278aa479b2f5cad17b8de1db1a312e3caecc7
MD5 b48bc8cb150c03f0d983e7e44018b880
BLAKE2b-256 ab4314222392f85ffd0741c224fc8071980c51aff0f40604c8b2bd95a5ca232e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 885.6 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 226e57a17e564127948bae02e208ce8ef0afcf90a89c707dbe2fad4f4d451953
MD5 9c02efc8278af941ee3523dbea1c3f2e
BLAKE2b-256 252d7bf6390ba4151d4103981463bf9de80e37e018308209a7405c6d1fddcebd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 926.8 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98b57f265ff49edfa7554dc6207a54326850e90485edae2d818d75335154a0f6
MD5 63ffb3d979d78d58b8ae27591f21f98f
BLAKE2b-256 b113eeb69005f2f9ea8a2ca3e4f4734bebd77a1c462fe7773483e5cef5a7e61e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 944.1 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c87adaa635ce9b314bd078dd71c3feeec800bc5219049083430c8e8250e1571c
MD5 df71183a9d244f4f3e485f1435d444a4
BLAKE2b-256 52fc1c8b26096f8071b3749d5777271c8f4d345fc134175a442973b14cf810a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 849.2 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ec2b7035b79a01992b0efb0ec410fc29c2b5395cc555f1065ba456d493a387c
MD5 c89bd51afef5fa5844e5c560028918eb
BLAKE2b-256 ce3929986b3359e0670c052f61e678d278e8f9ae2f647f68bcaf34f29e880be3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 798.1 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3f39643176d5652563bfbbbb17314dd3affb261004e47fd83a114638757157e
MD5 f8095d45abab89ca1766d00e4407c943
BLAKE2b-256 9a995faecc82ee5f2fab260f8b1ef7a5851388186af5a12765b3bdc499ee4b15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 696.1 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5473974982c547e688116e4db39bb8b842e5a32d5d2cb966e7423c85470593ad
MD5 e4df23a9cf3e9922d3bd51bcb2e453f2
BLAKE2b-256 d9d567715d6f4d7b9e4910161bf794f05df326ac6cf80ca2fafe24879dea9226

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de815fd1e39d03e83ff4ce6ee0eff0cb29cb5194f8ca3972e6d69c7249e93d84
MD5 8df731c365ad2a9ee124a91fd3bd3f80
BLAKE2b-256 ecb0b79655b5a071eca3b330314b121438e55919cb3058f8c4597615a1064c6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 715.4 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fc7f38eb2e450637dcd2562de5696e579df4b6855dbcdf3f5f21a6c328acce6
MD5 b07da5eef3857279c0afa8d0206e73fb
BLAKE2b-256 ea532a6d132166b1ea081662c431f983c67a8fed1d1e72af96d80d0ccdce2d49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 667.5 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 365710ff3a464a7a6bbc24b089e4cd982832a95de627aef350f8aa42ebfdec95
MD5 2a6a40ee9b7bb0d697a5bb07d707fc93
BLAKE2b-256 29589a59d4703bf27ee0c1888adbb462eb44e88aed348fef6e3b23acbc7887d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 670.9 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ef89d902b0f4d1cae3f26dfe7ed007d3e88d0a2fcdcb3cb993166b234e121ff
MD5 0402c94973353f87037be7e7a141c5cb
BLAKE2b-256 548a6fee9e2af508a18cb6c594a96ee574793585145ee8c5f4b72708c187fa78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 627.6 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7f28a225b1c2d117e2bf0faf4bbd8f62d6e8460c60fcc0854dee74760258c4c
MD5 0ba9cd17ff5ebc9f1c0e24c3dee47f64
BLAKE2b-256 74d88dc0c5f56ddcbab7bc7328cff6e4a784bb858606445f6ca3b17d33e94892

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.35.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 654.7 kB
  • Tags: CPython 3.10+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","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.35.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58e0efaee1619aebb9f3fcc56dfec152b4cceac3bdfbee6e7999f823de7e4de0
MD5 f64b069f643016b2206d58e9a03861d0
BLAKE2b-256 0a400abcf546cdb804b4870b45a51c1cf2cafbcb6820d160f076e1a58fa56951

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