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.32.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.32.0-cp314-cp314t-win_arm64.whl (432.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.32.0-cp314-cp314t-win_amd64.whl (636.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.32.0-cp314-cp314t-win32.whl (412.3 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_x86_64.whl (788.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_i686.whl (823.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_armv7l.whl (850.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_aarch64.whl (753.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (701.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (594.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (704.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (607.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (573.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (575.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.32.0-cp314-cp314t-macosx_11_0_arm64.whl (543.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.32.0-cp314-cp314t-macosx_10_12_x86_64.whl (565.9 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.32.0-cp310-abi3-win_arm64.whl (438.0 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.32.0-cp310-abi3-win_amd64.whl (642.2 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.32.0-cp310-abi3-win32.whl (418.3 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.32.0-cp310-abi3-musllinux_1_2_x86_64.whl (796.6 kB view details)

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

genvarloader-0.32.0-cp310-abi3-musllinux_1_2_i686.whl (832.8 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.32.0-cp310-abi3-musllinux_1_2_armv7l.whl (858.5 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.32.0-cp310-abi3-musllinux_1_2_aarch64.whl (760.5 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.32.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (708.3 kB view details)

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

genvarloader-0.32.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (605.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.32.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (711.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.32.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (616.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.32.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (580.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.32.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (582.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.32.0-cp310-abi3-macosx_11_0_arm64.whl (549.2 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.32.0-cp310-abi3-macosx_10_12_x86_64.whl (571.1 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.32.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.32.0.tar.gz
Algorithm Hash digest
SHA256 25cdcc6933ead8f8757360314cb7d77ff2dd37d1c7f3545ef42ee945c56d0ae9
MD5 5cc5d7c4477f0fffc266d9ebbe47a963
BLAKE2b-256 1af7a5591f550689fd8b12c7dcafc015dc2923bbcef92f62b7f6604d9f1e07da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 432.2 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.32.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 99c3ac0670eeaf948854ec82edc731106006fa026e66415c8acdfa5e2a7485a8
MD5 2a72daed01c6d5a94923a741e6006f95
BLAKE2b-256 9e716583e8993a83a8afb4e5d652626a1e2285821e549b9201d00ba8bc6d19aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 636.0 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.32.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7b6854b8e4db7bb1da1abd181c026f964dc548d6737a94eeb20939f350c46de3
MD5 23ebc8527322ab8bd1d42dab6fdcf6d7
BLAKE2b-256 580eb839f59848b58b25d650b57b5f5fe58e317896286b1bcb0fc86cb8f2735e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 412.3 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.32.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 db4bcd10ae165fee7760bb2e415b18876e1ec2cb1f21e41e8e246b3258e847e6
MD5 d052e39f16da544b10722ee76613cb49
BLAKE2b-256 59a2c5e42ebf73bb162c39d997a3c3506cb9763675603065287436e507075156

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 788.8 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.32.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a74c5ebd58b3f1cf56b13fce8ecf58d145f2d93968c0fe1d573c9ed4da202825
MD5 290fab996fa2f79646dd3eb3b96df4b8
BLAKE2b-256 1a022e491c3a7daef0e5cc01ef72eb14c55b7158cd87f801d672bd26e54b1651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 823.6 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.32.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 60655e5398fcf5110038070606115c0264a0d2525e12bb3ac79bf4b292042906
MD5 7544724f10203ec86daeb58ba803e4ef
BLAKE2b-256 b3d17006699cfb3bd19b96bf9f8dab6174242b73175629eaad8a9887875e165c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 850.4 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.32.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2f93d6a7bd6a1133b87dd3cfb86081233a5632d1a448fb7bd789911e18946079
MD5 7bc217cc60de9189a554ad7b786c5c26
BLAKE2b-256 46951e07cb89ce46fded732aef6f876dbd1ff1e02743b7053858dba8d5e2507d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 753.7 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.32.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62d400cc1d200c7338bf2b481fda3c89ea9426517a6daa3bbbd65d7f3554eb69
MD5 583ea0dc10413a1fe0a852160225b629
BLAKE2b-256 be3bbc9da462b07f5201825c82ccd88ffc1423651d27eee838f712a5e6ffd71e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 701.7 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.32.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 190c93fcae255123e573992910aa08253dedd8dda287424290405f32821c37d3
MD5 acddab18aed0613dd93d8750277700ea
BLAKE2b-256 7e9f312ff9ad7e1e9eeea8bb5b43cf6322f1c728128a360b20a2cb2a03f11e86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 594.8 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.32.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27f772aee61197fae927bdfabda5fc667f2e748c2d9bad5c8c2d2cbd6055ef8c
MD5 c35b5549260a34364cb05367f664a8d2
BLAKE2b-256 ac68f9cdf7365e6c3ea2ca37babc6bd6fec691a4890d0c6ed2406b11726c0af2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 704.3 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.32.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2d5d613e3e4865b4f47adeec7468ef857e881012b59a06713a1a6d967c888123
MD5 5149e57c79371f7fdba93ede874cc3ed
BLAKE2b-256 51d7f54230aea990cd2b4df6442429484035b47df18d5347cc66c4ce01a175fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 607.1 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.32.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bb28207b8a0393bb29c89b913062fa369022dd0838b4b1b85e69d242ee57039
MD5 fed52aa3f38aa2a88c0b1d530a6869ff
BLAKE2b-256 4ee4006faa4e1c5c6c867be81fec3e7adb45ece32e2dea34ce3e7c36c7c7947b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 573.9 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.32.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ba07fd2dd3682ddd4bf5a8533399941d9cfef871d6a7cb22bb41bbfda35233a
MD5 e07b553951e54f47ed479f163b35f656
BLAKE2b-256 a156590f6e0b8ca4d4f13963b288adff05099cad842eff9206791fef7b7e42c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 575.4 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.32.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02daf6f77e1237d235c3dc5106ca69b2d9add07777be1dcf04967021b637d54d
MD5 1be0a2e17c6cb374fddc6bffeb8de288
BLAKE2b-256 dc4534c87f2f1a0f20cb9d951a94dd58169a61f4ee90111a097ce7d4ddb92d73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 543.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.32.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81fde5132d93fe3e5a374f3aacc5ecb0fc8d0ad0ed7a65d1bb14f7deb1750217
MD5 04da58aa7ecead8f9decde952c28437a
BLAKE2b-256 769c095a613222cf95e5743ae77a7d251aef54a00af418d6e21e39d57d832692

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 565.9 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.32.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52e3f015b03ad107c5821f9ee6eca5979ea11d0790a78d39ce6b957379f38345
MD5 5be09e30ed83ccfa9bfdac757ebb175c
BLAKE2b-256 1cf4c49203e697a49dac7d877d4c97886599b4c7682e4a6ddae7eafa95e66c42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 438.0 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.32.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c82583c6072fd9544723e49db68c23347de6e742f5a368cbbf3014c356acd1d3
MD5 dc534475922ae423e5d8d65e1e0426fd
BLAKE2b-256 1f1b5df454479a051be0fb76de647a18221015ccd58a4ca8970646958bbbfb97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 642.2 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.32.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d7380b154ea4ab6c821d30e1fcc88c8293ae8be61cac1741b37407fc8e434d3a
MD5 704a9e6171542173edf45ba02e243aef
BLAKE2b-256 c0e57bec527d66abc03300b142daa106e6f99300787cabcc33dbea3ed4174ed0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 418.3 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.32.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 3c02bc18125d0cf4fde45e8bb52a295530746f03eaf708dd5c7482d7ab9c3456
MD5 02275ac6fb4b0ee910815ae08a8775f5
BLAKE2b-256 2e462ef82d3be8050e88ab2dc45af2274e2ce6bb3b574eed98ad9b752c5aec1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 796.6 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.32.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06515db7158c7ab218d347544940c032801eb8c6e8a6b7fdfeeef1f51fc17316
MD5 7cd8ef1ef4aace10465ae1333abd2bf4
BLAKE2b-256 2b0a866d1da8eb200f87c881cc470d86f8a197b696ff66be67fd02d8abbdea91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 832.8 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.32.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a8d140748f765d549e2652e4090090038cffdeddfab76e0a8d4d5a7d01e394e
MD5 63acc80341abd57fa0cc788354f90d4c
BLAKE2b-256 e8ac584b31daae4a5bbc1b1ac1ef2cbfd4b33c16600cbb84aa904a3d7d1b92eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 858.5 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.32.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ac3f0b330f92c7503f1c0e8817ce41a58ee6786f8e0cd6df68fd1a4657720cf3
MD5 4c24c3697b40fecf699927388187a0ee
BLAKE2b-256 f8db057c19ece6115e70235e4eb6d032c7af1a42d61e13749b9f7ce41635ec44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 760.5 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.32.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1723c627107db0f92dca4bd24c73bba77d23fa1665fbc2e1d850abf84fab1915
MD5 c9bd8a66fd014af1419b5b566fabed0d
BLAKE2b-256 69225df56613b495538b85a883c085ed1648a1118124dfc7b2121fa88d67301b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 708.3 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.32.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16d2a8146e3597df0dbe23fe43c795404c44e91e699b9a7eaeb7e2231c703ffe
MD5 738ef5d4556e51f6c49b8feb07359fcf
BLAKE2b-256 05c9ad0ca94fec94641439534986fa7a5769e83b60c17dcac6a7fbd1d2047bd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 605.4 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.32.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f40cf4761883c5c025933a7851cc2c514d7ad3356e2c6d4d6f12a69f82fda4fe
MD5 fe3068a6a49d4b165678d8dbd9c25384
BLAKE2b-256 f1be8dfd1e08b2822279ef34ed2246e97c1ec709bbe3bd03b751672f19ffa677

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 711.6 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.32.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa9a783c44e8f6032e341d8825b7c03c6cd46e0aa2cb18cda6f8be7cc9dde85e
MD5 a987320fac32c467622b5477bcf30a1a
BLAKE2b-256 5649855c252016c4e4f949389b5fdfeea9bf4a0381f052dd0058fd6c37777a7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 616.9 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.32.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a0a7c9181de9f81ef0cf507917ba23b62c353c6ee3341a893062685945fa946
MD5 72146a35f1042bb241c274f663aee613
BLAKE2b-256 18cdeb6912de3994c4263d862cd142ebb951fdc87b19011cb957af09fbfd0621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 580.6 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.32.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef99c65bed74d591f698683438053ac7775f458d7581f1b99815ea8c7ea76c05
MD5 5c16e6e82901a3993cb598014228e125
BLAKE2b-256 35e61173f349b298ec4e49e791499096a41e249099965ac0aa51b87ade08dae4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 582.9 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.32.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b30c9251a88713c10fa024df2f26326532a3df23b23b21abf6a430276f4719e
MD5 6374cc511940ed43c92178c54d0d42e1
BLAKE2b-256 f60c5c7a1415e7db5bdc5231e5186045ce3fe145c139772b870b0d3d30510714

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 549.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.32.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d0384a847477ff9cd271c5b8bd02dae526f34e240fd49fcb412b47dcf612ae2
MD5 52da30fef5433140df9b315bb693b064
BLAKE2b-256 e544d686b7a10b698042d2c7d8254c524ba35fe98dd384f5d2ee9e70809f5f74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.32.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 571.1 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.32.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eee3092920e76ca6135957d1af93783a34dc7c29d315d295c360af15218b84b2
MD5 29da3375020cfa273671abf62397b0bd
BLAKE2b-256 4b7b98c084a78c1fd478aa631c98ebf9bc922335c82b93cbb32b06812d2149d9

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