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.26.0.tar.gz (2.2 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.26.0-cp314-cp314t-win_arm64.whl (400.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.26.0-cp314-cp314t-win_amd64.whl (605.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.26.0-cp314-cp314t-win32.whl (381.6 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_x86_64.whl (757.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_i686.whl (792.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_armv7l.whl (819.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_aarch64.whl (722.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (670.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (563.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (673.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (576.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (542.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (544.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.26.0-cp314-cp314t-macosx_11_0_arm64.whl (512.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.26.0-cp314-cp314t-macosx_10_12_x86_64.whl (534.7 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.26.0-cp310-abi3-win_arm64.whl (406.9 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.26.0-cp310-abi3-win_amd64.whl (611.2 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.26.0-cp310-abi3-win32.whl (387.4 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.26.0-cp310-abi3-musllinux_1_2_x86_64.whl (765.6 kB view details)

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

genvarloader-0.26.0-cp310-abi3-musllinux_1_2_i686.whl (801.7 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.26.0-cp310-abi3-musllinux_1_2_armv7l.whl (827.4 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.26.0-cp310-abi3-musllinux_1_2_aarch64.whl (729.4 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.26.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677.2 kB view details)

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

genvarloader-0.26.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (574.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.26.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (680.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.26.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (585.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.26.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (549.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.26.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (551.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.26.0-cp310-abi3-macosx_11_0_arm64.whl (517.9 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.26.0-cp310-abi3-macosx_10_12_x86_64.whl (539.9 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.26.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0.tar.gz
Algorithm Hash digest
SHA256 891b94ce73e1adba165462efff768586059bfe6435db32abf86e2db38727196f
MD5 f9d017925a995d54ab0bd6f683997161
BLAKE2b-256 54226b2b43a50d9691a5020fa62715baa5224d00bc4d6969c8222c5bbb3d84a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 400.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 2da3cac9987516adf4ed5a93f0d86feaf9cf03d03cbd056190a20309ed6f5ad4
MD5 2fefdde9deff547d7f190c4607e78f46
BLAKE2b-256 9e2b81fecaad28a223b7a6c8f1e9e6c3ad4451e13bbfa2b40649deff6dbf1ba9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 605.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d8b1f9bd509e4c195729fff0ff1670d3e3fea85169aa9a4a1eb6108a568becbe
MD5 1763c108ef4cf0f2997725e8fd2d5324
BLAKE2b-256 46af647b7aabcf201b8acc8a2af5025a4e03ceefb1baee1027b30d83996076e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 381.6 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 26d5396ddb462c4a8a3c7c538d5c0816dd59778c18715ec2efcfa89a9a602a5d
MD5 f2f1d8ae4678e7f54d7575b9d5abf155
BLAKE2b-256 018c00072bec7495814c01eb3cf885e20536e2de9c0e1f9b3589ae19cfadf82f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 757.7 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 441f93993c973813ec949fb27bd16eab38f388aaa13a8f35fad720c469df68a5
MD5 60a0ef32db009cf36772189f06efd0d2
BLAKE2b-256 aab8b203ac7fbc5d103a77e9da5e87ad8b318383f424234308d2f5521eea93f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 792.5 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7bdacc4c7234d87fd09ac8527178c9c8587eaea7069794d3b928cf76d75fbadf
MD5 ffc56e89b91a58f8c15de4f5495cbb85
BLAKE2b-256 bc76ebaf3a736c92b3906f5c76e0867207366a0da92c38547685dedec2b6d371

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 819.3 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 765819d2343c3af7107ef7c18afa0876cce290d063a20960a46138e83f80c2b4
MD5 4f3234f3c2b34d99e1eb0cbb0f5bc299
BLAKE2b-256 2b578ec0eb878f2baca5be88b103546fa05d06e10ac492e1479750b8257e28c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 722.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d09aae19f650cbf590d0e2e930804a7271bda09cd97dc902a2a1943ac621ce3
MD5 89d1bdfe747918c1eac5e3ebdbfa897b
BLAKE2b-256 7a432a3620365e60c8ab3faa9a09ba8ae5313baf702b39446fab865d696bef87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 670.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0a0fcc87957458a6cdb4dc4078e22eb50bbfaf2e1fe6df6aa1d9981086f71d2
MD5 285b958aee36bce9b1846ebd6f9744a9
BLAKE2b-256 829ac3d57b493113ec14609d8c976fc41911189e5e8ca21c54f84634ce8c2a8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 563.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0dca07390703c4a11bdcea31bf9f840b56834d22d5d38dda2049a3b05bb16b70
MD5 5d6dc8758dd16383efe1ffcc60506110
BLAKE2b-256 658e9d4c6d5f0c8c925b86c867d1ef0f0755aa1623f3294dd93083cd812c53c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 673.3 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b76b8bceb62e277a7162e150a8d32b38ed184cf49bf16c65013952ecfbf69ec
MD5 b120cbf3bdd7d4f679d5a102cd588976
BLAKE2b-256 c5e36e33726545d3d5e20cf05558cebf157e2dc4d4389fc88a36520034de5aaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 576.0 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8414b9d4e4b15898e199e5a35af545d4947904684c50888cd99a7d07e41ea2c2
MD5 be3a67136bcd14607c12954efa75c5b4
BLAKE2b-256 57c8111b23646cbed324c8a1a7fc471451d10bb0f95f66e1c144969854011683

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 542.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f785223f6d2775683cb30b4d1293a34fd434e5aa51a489401f57072cf0d57156
MD5 ab3ea70eb703c73f31a91f1daa3a3348
BLAKE2b-256 ec20a0b6f50ec937b94346e2ca64694f5bc4b67ad49fffa7fbb3c1f2904da6f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 544.3 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b354a83b811ed5bc2e8b1332549458e4a8fd790c2662d742b03de038c7dd4726
MD5 6e0b378019c66706eda290b2a4af1cc9
BLAKE2b-256 1b0a4db81ae43d424553fa090ef6305012f92fb856a12cadb1bd74eaaca26ffe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 512.1 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9495a52fbeb56f1d1738fbd995672614bc31a6e5d81a6b8039830be471c51daa
MD5 61132e4949070b7cc932e01b9f842c38
BLAKE2b-256 0470e03f103b2905f633d0d9bb5c68047c10fef54f0cecd005b5169fc8fbd452

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 534.7 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 57d75e18a6371d89f1e95be435f95b3ccbd73cd78ab39e764c79bc7ac35abd5d
MD5 6582705483dab0193968ef02571bf97b
BLAKE2b-256 b7ade54a8f132902c8352ce8a676ab016788284d4b02c05f25334383cc870b44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 406.9 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 e3ef11728224d39a475b376d48e0ed557b612acf54f8693b404728b291374771
MD5 53e4c1831f52ba1f1b0efa0360ebfcab
BLAKE2b-256 ebad58043568ec15f8fa3daa691bb531ea10dfa383d9806a707e9d54509086fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 611.2 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 46e275f313d7b4c9e705155b339c05297c6d5e4f8c41f7c38c514e3c5cde1229
MD5 741f84f09aee3d5d945daaec378f6562
BLAKE2b-256 9e1acd23dd8b2bb1f64a1c8941fe393af19f7f4e8fe712b749ec05f96df3fb44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 387.4 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 064e91c958303a6cb431d237e15f31338b07034cd54e17f298e6f4e31728e427
MD5 775077fbd03cb3e17e75b1a852d6f1fe
BLAKE2b-256 a751f7d54377fea75c2d8790783849aab1eafc0e94ed19acdb16d2d8d3598ad4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 765.6 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0cd7098b2a9e5a39ac72658973203e5e7dedfea782e685f5f62b6c8d9f67c4b
MD5 4995def6af94c16241781cb1fc7797d9
BLAKE2b-256 0dda4e0f19ff3984059d74f7570bbe400684a015ce13260eb7c047a4a486af2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 801.7 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a8789571d0c797b4e906100122724da9cb18a0ff284d85f16e6f0db217e21cc4
MD5 5a99716c457add105d313e4000f1ddaa
BLAKE2b-256 36f32e0d83b30e8b59e0a27a70d84efb5f78fcf2cf532cfa4a59f366ac3660ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 827.4 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 35d2bc7b52b267eec5df0984c174083e44d5173e785db231dbacbb278a3b3056
MD5 de6f17f01e39c7e28ca01e4fd91a3a8a
BLAKE2b-256 8538082847aef47ddff48802abb335729c661216b195a79a088338387b7ac591

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 729.4 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9c6220856af89f253df618ebc0593f56bcf30040b9cd1baa05eb7d8c15d1699
MD5 cc3e59a085d99ae3343143d608d58092
BLAKE2b-256 495189db6238a171cbe43c2a5d0ff55a4d43ecd12069ccfef3ad72aca032e50e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 677.2 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b2566f0cc5c2776ec553f9b493afe5f46e19e8b4446a2cfb4f098e3b417c150
MD5 01026ee16456948faad1fd4d77e551ab
BLAKE2b-256 2a6efa614667906d9ed616beba4c8499d5ed0d5f6047a0c5cb38a8f0cc808fa1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 574.3 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7cbdca804ecceecfcd74cb02d4034c15a747925bce677d2382c9d1e01dd006aa
MD5 d85d7d6dfb0a6511fdccb6f4b9f78da4
BLAKE2b-256 04459bc25f83ba43d68fb16b25fcd9119e30b43681339a7617627ea56d6d8b16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 680.5 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14c44eddd8e16b761b0cbedfdbd6f700e02ba8762c2b43941cfcd358e8fb3239
MD5 542f23726e50641cbc57df6baadc05af
BLAKE2b-256 6912762d7918470068632529650b2b0b8507e30af5d0e6f113f72a79f5b535f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 585.8 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32f7b77758209909d3fe89c3ab93c9e235785b73e3e04f65a1e0851e17efa00d
MD5 3b83338573009af53016980f0375f572
BLAKE2b-256 6ee2594ea0af3fc6949bf99882e22427a875f0ee2778bf6d6c70cb3d97fbb8eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 549.6 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b258f2d562a04e6756a89cfa5bed8bb1aa1abdd71cec3374567e282919f67cd0
MD5 365adb0a6bf0fbdb5cc92114cc7835d1
BLAKE2b-256 fb3b6e25b123ba43a2242a24cfe436b770b149ac565b04ddc6b15d229b44bbe1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 551.9 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6da7498767b90467965a6b9bea4447379d1cc726d96346840bf7b20ef0286526
MD5 3d1503c56e943797b174664b0d92aa53
BLAKE2b-256 9a76a33e10797bc66bdca8518cc0fe185e33390e1d05af58846ffacf25bb8d9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 517.9 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eabb5a081c3dbe9077c468e6f516b6a9dc407564d95d34d233dcd81b2908133f
MD5 260a1c645a2c26d58e21f2ea412d383b
BLAKE2b-256 b3f577a21f954a879cbfa28f12fc4d6106a911d7435e9553ae351f9d52994315

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.26.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 539.9 kB
  • Tags: CPython 3.10+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","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.26.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d8726b02c203b128e010c604a31c29ca5c59d62e8a779b2e238a7a1816dfc1ad
MD5 2876b3c65a276e5933e4f163d1a03137
BLAKE2b-256 a9d1e00c472c3ef548c99de28f8eb18fd7c19a66f4567c4d8b3f1d9dc7b10968

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