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.25.0.tar.gz (1.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.25.0-cp314-cp314t-win_arm64.whl (360.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.25.0-cp314-cp314t-win_amd64.whl (564.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.25.0-cp314-cp314t-win32.whl (340.8 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_x86_64.whl (716.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_i686.whl (752.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_armv7l.whl (779.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_aarch64.whl (682.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (630.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (523.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (629.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (536.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (502.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (503.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.25.0-cp314-cp314t-macosx_11_0_arm64.whl (471.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.25.0-cp314-cp314t-macosx_10_12_x86_64.whl (494.1 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.25.0-cp310-abi3-win_arm64.whl (366.1 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.25.0-cp310-abi3-win_amd64.whl (570.4 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.25.0-cp310-abi3-win32.whl (346.6 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.25.0-cp310-abi3-musllinux_1_2_x86_64.whl (725.1 kB view details)

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

genvarloader-0.25.0-cp310-abi3-musllinux_1_2_i686.whl (761.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.25.0-cp310-abi3-musllinux_1_2_armv7l.whl (786.2 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.25.0-cp310-abi3-musllinux_1_2_aarch64.whl (689.4 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.25.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (636.4 kB view details)

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

genvarloader-0.25.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (535.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.25.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (637.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.25.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (545.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.25.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (508.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.25.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (511.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.25.0-cp310-abi3-macosx_11_0_arm64.whl (477.4 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.25.0-cp310-abi3-macosx_10_12_x86_64.whl (499.4 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.25.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0.tar.gz
Algorithm Hash digest
SHA256 c149c794dfc1512c0ad770d9762458b70d0ed8f6d22818d5e70dad49716f2717
MD5 9319e50bd1a64d31ea6e107bf3200c60
BLAKE2b-256 65140934b8f3f02568978f2d5b3d6b214f3d80edc61081d148b30ab2181cacee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 360.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 f4401e75b144be9c4d6cc4e4319d696bd689fdd2243f48f71940eace20cd6f3e
MD5 2d850d8e3e945fc1765d97026727f151
BLAKE2b-256 55a04b18a2cec743c1f4a983b07011c74b528dfeac57ed4491cf4c6d7d3b4512

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 564.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 dd64e069176f3e219e3358bf1269386168c9ff75d790cb8138745a018a66d8cf
MD5 6f9a8236c705044bfc16c6e63c6a89f1
BLAKE2b-256 30449d3301690ee15e11968ce2cf9dba13554dead34341bb1526f7c12577a244

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 340.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 04bae3de9704a681f20661d7b9bba0ea55e266b714b0fed903fc2b56b5e4b6b6
MD5 43045c0328cdf61f900f1d56f03f70d4
BLAKE2b-256 6de302e1bd3ef1f3e8b98e49c653b8e9a839ad71a6b30c36073bad9a7968d733

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 716.9 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dd123c9f984302b704e412142c419a1315a1448cab811455b3750b55b951845
MD5 d33f1a03bd5fa51d871e66610682ee71
BLAKE2b-256 18879b0957707c4cf44b37e6cdb865bd13d1a001b2af784c659e377e38cfcdbc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 752.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c415d426afd68d21d9af0d825b16eaf87d3231fda928b299976e02acc083af4f
MD5 268e21a156fdeb399beae33958a2402c
BLAKE2b-256 fbda665308d47526471aa3070c82a90aaff4d7e50b377aa14fef97eea846b4cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 779.1 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e662eb196e8e1420baed6ca3dcf0b468f0aca8cd64c99468f2ef4bef5e330929
MD5 a26483773e6f88c37edb7b3cdf7a4c8f
BLAKE2b-256 58d69e6d1dfef105907632054efc49670e338afe24c726851785e1d5e15b98cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 682.4 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc4860f4ac3e510ef660c786ddf5879d33abdc37650e1fb4b3af340c7b92ef06
MD5 de0143233b7a1dffed06ee27ddd7c086
BLAKE2b-256 982d47f580f6e73083603a0e9478ff57b0b7e8c796402ae797db4ebd0ff4d75c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 630.0 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0a19ea1781dad2be43f5bd6eaaff3ba1aaef583e7aa8ca238303066bea1bf17
MD5 b2685adf84152045517e6aef1c6f25ca
BLAKE2b-256 0f7d5bbb634c93a8530f07ed60b604e112bf730559d4b639bbb1c9c28175fc6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 523.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 519f773da838b4ae4926a211b32e3608799841b26a5e9e046192ac27c12966b4
MD5 21d5496c729e4d9f61fe03038e7c4b9f
BLAKE2b-256 ba36d7941e83b5b834c4d85f9c6acd26a6501b8cd0e044032fa28f02102ea2a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 629.7 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5963b3b1069eae9b2a2e171b8803b820e067b7491a38120fb51cc6f92950a61e
MD5 44ac31b36cf35458065b7d44c76e2c30
BLAKE2b-256 37371c8bcda5e6902cd35b0b0b4a83d251d8288ea3b365477d9f89be7c556417

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 536.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6251b5d45a16b4496c17018cef96f1ab6931dcde2dcdc310c848c515f65ed2b
MD5 2f2f2309192ffe36eeeeb10b2ccf9366
BLAKE2b-256 7a54244908371b3dd276ba748a5dad562e06f9f283e257986781bb7ab1d6282b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 502.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 572e1ae6d40f4af36581a6afe0baf2961344aaf9ee208057be6326d64a331f48
MD5 a7e2ba74602de25c7d92c3715b31239e
BLAKE2b-256 ff5c14eb30fc6b24895a98cd9e73f37f098977cd4b3ae17d2fa032611381d511

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 503.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ead97f37b1bd39f9c3ffd2aa180b65a49958045126ae744ceed0d22a6f7ce8ca
MD5 f6f50022349db6ef37299a5f8bc4efbb
BLAKE2b-256 211263eba247118920192b1bf5be019d5e00b68680c4bdd45105a8c88ee5e448

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 471.6 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be955eda86c8fa78c6e363ea46b4e1ee9fd671c8a35c1b5b6548b3bcac8e07aa
MD5 00ae4f8161de2516de6353b4f84197dc
BLAKE2b-256 e0bb1a85671fdb5de90b73ce44c8588e95eb4f879fcf3206e50fd5a8432050c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 494.1 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f44894d674c89ae68ed7ae98306b5e896faedb04f6fdd3930d3d6d42b08056f
MD5 340c3078221d4dd921185c5a09332ffc
BLAKE2b-256 176427833dd13b47f0ebbf297ba4de74ecb6038f9d4e51dcbe6f033e9ed712ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 366.1 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 2cb34e35e29b1651ea728cea87554df0dd744c979e76ea0a435e87d93f8c22d7
MD5 786349e4f710bc8a057aaafab011551e
BLAKE2b-256 f9b12b94c14caac1735e35b5168e56623ee613ddfb2dd9c6a8231edac1847cda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 570.4 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 06b3679e13b67b38bc913efee21638a88de508103a5accf165e31d3f92314f0c
MD5 6034f39aecdcf076bc30339350027a00
BLAKE2b-256 b45004649cf5e7923a4a7eb39e55f8ad2f2ab295cb511f8ffec85709f2268ded

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 346.6 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 35006a040ab7a28b1629188eb77d3b6c487679e44e865184e1431737cc123610
MD5 2b6062f6e0a4812e9ed92b1c33ada158
BLAKE2b-256 15b3719b5961fa5a015b4a98d84dc07293063fb55594ab2a32f84f0641053149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 725.1 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd35c39782e4f5d4db7e6f16b0e5d9227d0a952fe5579d007fe7ff343a47ce27
MD5 656573b4c8e70235e994278b25076f80
BLAKE2b-256 3599bc5757ee82aa42b281f6be29795aab786466c1d72bce0ce0dfcba19675ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 761.1 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99f923553e2ad48b0079d46863b8ba6c0c0e24211acace5cafa218bc4542d0ec
MD5 cf6726ab32fc3473bd95e04ab4813272
BLAKE2b-256 49f8ec97be98be1cc1df66901075208c0062420f9418c7f67640ede547bf2832

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 786.2 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 867d390d44d937aec769ab9fb8877dfa55248c4a4e5b9a66fd60b9fc5ab3e00c
MD5 ffe0bd3942593b678d5f057fbe365093
BLAKE2b-256 e0daa4a8a52899da4aa62b19065f8d1cf953fd866e8b7ac0879ce87bc5bc523a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 689.4 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20a1d1c34b495270f7148ec78d13b08f842bdfb59867a9c5c4bf0a4cdab46985
MD5 c154e9505500460f348d34a56403f977
BLAKE2b-256 aa53a9926231c70cd8efc7aeb76256482ff368c93b4fdb295782c24f393c434c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 636.4 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e68af37299413767d792b11a1ade57d4615ae4a5c02c9a33564daa365b694ea
MD5 4c1174c85e4120574e7d185d4ddfee50
BLAKE2b-256 3ae8ba68b9ffae9b52cb8ff752a1ce5a51a8455aa5f6fce60255b111336ee979

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 535.1 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04988949f1904a527f9677eca7961fac19339d8050474e3c7c124313f559ad5e
MD5 5088d9a4f882941748184d439205cf86
BLAKE2b-256 ff709d87d169c797be2a53faa05c1065c4494e0a35fc74ae14be03714a94f36b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 637.1 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e147707b193b36d7503646275601c36b7f81c6b8f0d8b1e66155810e573f50eb
MD5 8f290cae82ed59633222195697a802ed
BLAKE2b-256 a0223d273920dd9753edab96d7b852651ae66d37bacd91044a72d17359f26e49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 545.8 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 815b1e83b9d5dfbab2604b5bcd7647f2bb4fcc94940240db74f693630f8d7893
MD5 f07d192a2958adb9e73521238cf44ecd
BLAKE2b-256 90de22f15598283b2d967d31ae4aff6764c22b161b9b2a2190df3747b4c979ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 508.8 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83f6c6fd7161dbb62e737c873659f97aa79b9afff5048821b45920f7855256dc
MD5 525d8de9bd5b059dd32640c085294f6e
BLAKE2b-256 7dc5fc287d8493f04eda68cb4aa74af063eaa45815b4c92937dc43acbc191af7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 511.5 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88e29f76362603648ad5b17d9b8d07ee2bd1906710b48a3693c0475954a9a1d7
MD5 d61eedaceba7cdcab43332a4dfc9d8ff
BLAKE2b-256 ff13087012c7ec54fe934ad7827977e9ff2bda57441bcda66c8988ffcb5be0f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 477.4 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50840540af3f05169f35f89fb36e02f4a523a12700c89f70d55d2c977c4da846
MD5 014c364d6362d93c92fe209b47642b2e
BLAKE2b-256 0c2db1b6f34e7734ebf23c1ff29eba7817db6ff9b8acd298947fd3935f09a58d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.25.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 499.4 kB
  • Tags: CPython 3.10+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","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.25.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dcf19dfe8159680228dfd7050f9475dd3a770456951be60c6262f048fba8ad8d
MD5 2845178cd9fe43b88585df25ede651c3
BLAKE2b-256 ab41026f944dd15dd6fbca5be0a18fc28cc18dd6b84b76a118e2333b4f7224f8

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