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.33.0.tar.gz (2.5 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.33.0-cp314-cp314t-win_arm64.whl (433.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.33.0-cp314-cp314t-win_amd64.whl (637.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.33.0-cp314-cp314t-win32.whl (413.9 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_x86_64.whl (790.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_i686.whl (825.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_armv7l.whl (852.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_aarch64.whl (755.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (703.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (596.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (705.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (608.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (575.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (577.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.33.0-cp314-cp314t-macosx_11_0_arm64.whl (545.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.33.0-cp314-cp314t-macosx_10_12_x86_64.whl (567.5 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.33.0-cp310-abi3-win_arm64.whl (439.7 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.33.0-cp310-abi3-win_amd64.whl (643.9 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.33.0-cp310-abi3-win32.whl (419.9 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.33.0-cp310-abi3-musllinux_1_2_x86_64.whl (798.3 kB view details)

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

genvarloader-0.33.0-cp310-abi3-musllinux_1_2_i686.whl (834.5 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.33.0-cp310-abi3-musllinux_1_2_armv7l.whl (860.2 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.33.0-cp310-abi3-musllinux_1_2_aarch64.whl (762.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.33.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (710.0 kB view details)

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

genvarloader-0.33.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (607.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.33.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (713.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.33.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (618.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.33.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (582.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.33.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (584.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.33.0-cp310-abi3-macosx_11_0_arm64.whl (550.8 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.33.0-cp310-abi3-macosx_10_12_x86_64.whl (572.8 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.33.0.tar.gz
  • Upload date:
  • Size: 2.5 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.33.0.tar.gz
Algorithm Hash digest
SHA256 87e247f63b8164c0d26eb1a286ff1fccd9b6f119fc27e49581479f9b12b39061
MD5 b42da0ce0b0774420ee8ab6a334543c4
BLAKE2b-256 ed8bb83aaa8ab22503a168430d4b5eaf2599a1f0534b944a73cceb2b6012e7ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 433.9 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.33.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 21116ce63961102649d866d73d77fed91b63a4b551a3b627f658cad96ce21a44
MD5 e82e98dd1c4db38b1e52a46dfca53fa1
BLAKE2b-256 87d7a825785ddffb6edc5efedb338c979e891be17fe4fd56e1b4b71086c909b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 637.6 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.33.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e48f4005a7d4d12fafdb94c70fcc379a82c7fbb73d9fc5b2ef1571be27ed7084
MD5 492d0a320aac5bafd5b7ac383a5244e3
BLAKE2b-256 222a955f16501dff3634410b9321ae37064fdeac0fecb9c6e939d895d0d04078

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 413.9 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.33.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 54a33bde915561575509f2310cb939c2daee442a1e0ad39ab50dd162c09803af
MD5 5c5d14099ccfa2cbc0b647a3600da5a5
BLAKE2b-256 ec9a698a313de3df0e6a3a62024854443c2d434c3fb34356b6a08e0a5efbe5a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 790.4 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.33.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91b551872043f3c69554d001b04951f03c90039f704e44a591c3babf9a99d747
MD5 5336ba8adbbb7424d6d2a0b83949768c
BLAKE2b-256 f991ae3082ba99edd91a7c6c54958e35bbb69d5b7ab4151cd10e3ed21ae72a6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 825.2 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.33.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0ba2d46ac9ed71972c675559d6e31fe39aaafb31c1eba4bec2d25c6b2d46805
MD5 f5b899089081578878cdb27d2f747210
BLAKE2b-256 781175405bbb84cdf24085cb20b5f924be5c19ff0700f061d50dfa8d5a8ab91a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 852.0 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.33.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 63c26f141cd7b8937fd7e988e034f69e5776871fb64794f3e3a9de16799c51c6
MD5 6961380e05fe75e651af2a25333ae553
BLAKE2b-256 3a44bb2cc1e48c98de26e119b735077ff791d05c5763bbb3276bc5af59450e0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 755.3 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.33.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b35f9b4d44677344cb6b3221eaaec4ef4206176d83b20b139257ef74f316f7aa
MD5 93704d8364e31718767131ff507c20bd
BLAKE2b-256 5b8f10b5c239a90fabed3944955d4627923e969b24118f4417fa33e0d840acb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 703.3 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.33.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aaf5d8003394cdbfef0608931542f34059a2c5bf3be6fe55d5ad4361aa0ddf09
MD5 6a392a968b7d703b0ba2bc23261b8129
BLAKE2b-256 cf1baa1e3dc1a2fae1e6d1018a8c1f1418dbd9ee9eb2d7274bc9f0ae137ff5b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 596.4 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.33.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6b890f3a376ab6069689a2128fa5385ab7c0d7e44d1eea6418f1d72ab1b22c70
MD5 7ecdcaa31662c773e91ed5970e96bb09
BLAKE2b-256 b6a906d604043fb77f65e3f7bcdc94a8b90409a8b6cc0e2e302a3e290938cecd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 705.9 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.33.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e1f8d3fa8be7fe379f9e5149bb1c00cf60d0f2c090bc27c2c176fecd0d576782
MD5 657dee587a68e0945bf49a6de0600f85
BLAKE2b-256 ba1a0323a8723f2598aa94472d81c2ff775182671a051058449d4c6642d58e5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 608.8 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.33.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9999cf5e400435953e3e083507b1007eea396fced228786f37b0c62a834c101d
MD5 2ba1c6107a6a2fb1efe917dcfc841b72
BLAKE2b-256 62da3d7098da455d080253a0dee4374f8b104c129cb891049ed175181ad8bd1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 575.6 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.33.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 feddbf79abe58a5347b4b5b67c9ec3a2f01a0b839d8cf66de270f1096633c886
MD5 c87ba7e37b155c86043a9e9c545ff26c
BLAKE2b-256 e0fa6fcf6751624f0080cb37f9a53e66d388a39e79248e3f22637bd43592261c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 577.0 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.33.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8711961e027cf9cc8f2273b0374f5bad48bc659eb1a4bdd1e1417299ab7cc983
MD5 4746f738766e323d9571fa793d267e98
BLAKE2b-256 23e833c7be05dd0ae74bb25ba28cf14808a7f11b70d3910fb8b034f944a2686a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 545.1 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.33.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22f1b9a8392b62872cff906b36e5112aa8900c0c935dfbc4240cbc7706a2daf2
MD5 04949e74e9fc74fc77a5adb96d584962
BLAKE2b-256 849cc3a5aaeefd4576e1e34ab5b1621898fe235e4f1a47ff47300e61001f1771

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 567.5 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.33.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 79a272edab9dff2e359459b9fbb915a391af7c083deeaf65f95503af13a8c489
MD5 1f13c99a3a57d1237d57fd111a426142
BLAKE2b-256 b2e64a608c85541c18f27fea70298130a67808e85f31952e8abef0330e89b010

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 439.7 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.33.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 036b0580e3481c930e73cde325fcf6656d78bf68f054a0b8ce1f8174d3725372
MD5 c4b27e56e05e7edb865d349b706854ab
BLAKE2b-256 475bd331f9fef1a766fafa56554287aec85cd30fb62b8e607a6ed2e8900c84d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 643.9 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.33.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 efef315cae11930674a5b9ce093f69628aaa91faba8323feee3166c6ade2e5a3
MD5 915ea967bfaf5a5b216613fdb80f1ad9
BLAKE2b-256 d8adbb64076e977b9eeed50c168e18f2ae5acf2f43d8ba0b4707cf58486951fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 419.9 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.33.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 02c6d33b4d06e069e8da039055c8831abd5ce2dc09d94b67e0b442e19ba7c095
MD5 91e39aa253acc1b43fa28f86fd038403
BLAKE2b-256 4bb8f8f0568032f2d357886dd207f21890be9b7073e090fcb8f0338e4689a931

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 798.3 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.33.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b061ae6e146b105bd227f51fc007e67608ba3ec81c6bb593c4992c9810bd895f
MD5 53a1e22760c256da33e1c7015811c9ed
BLAKE2b-256 7344da930fc4ea8562684668da5a329085934c39baa187c1d89c5da890a079d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 834.5 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.33.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a6feccbc521c26d9277b0936500e746cf93652d5cda33f9097600a9d05738d66
MD5 8d5f6151f95ae9425cb62229205b9908
BLAKE2b-256 77a7765b9cd402122f3fb4d3ee12965b621930f2bbe5ba031deb060be8fcdfca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 860.2 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.33.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fc31f635d4cee7cd96db01e5009162cb002fdb5c7cf7d836846ac4f7dcd4eaf6
MD5 6fcc789f51b9c1ee9beb9e9cf780d3b9
BLAKE2b-256 18ff54c42694e932a78922f674cdc54e8c10e1e134f43c57f422d8a9d13abdc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 762.1 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.33.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 591f76b7985abd2f7e9fd525d88589e5c10539bb7651496b271806c656d97df8
MD5 67d880ee1ddc6dfeddbc62b1882b8abd
BLAKE2b-256 51be190346c50373b26d85ea4cb98de7d07bbcabf4ab201b24a666f5f3191109

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 710.0 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.33.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c92b300519bd60001ed38351946d9d5af0af91d0691ad3010565d7031586a407
MD5 d75182609d7123c90dd259d439f8c484
BLAKE2b-256 95270ff2db32f12df9cea2be500d4b6e515cd9de03bca53b2e79632fec4db127

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 607.0 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.33.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2405a7ad60aac9f051df74577e20662c0fc190c2df538a28acb3b9afeeaa26f
MD5 2b40f36163e4f53e3d66a73b903bfc91
BLAKE2b-256 31d5035d1b08a6071a89f10f18cacf85efa1f1b02d6944699abeaf291d86bc9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 713.3 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.33.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5e68b2011e7e2df919606729be6830b06a3b01698d3534bc87773be0d6bb1f5
MD5 922f5a521900d8ad21d898a4cfaa6691
BLAKE2b-256 c3107a6d32cc1c75a60595ad4d6c5829259801c395f3012f560d804ce6c4f1f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 618.5 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.33.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35b62203ccd8f9592345f1baf21648d2d280ed43fbe515199239f2c9d20f87a1
MD5 16d3464848f71f78e3beed1c954885f1
BLAKE2b-256 3519ac78f2b76ba27231a8aa88d0534c84002152edc95071a9f1ea8b04b726c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 582.3 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.33.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c97e86920d92f077767a4e82758a92b547bfc868408f420431429b8ab1bddcd1
MD5 903acfe455c8ebca0310d78d8d094580
BLAKE2b-256 54a480e10dfa3576d489626bee4853cfc73d03df588fb8175bd6c6604794e0c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 584.6 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.33.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04110644bd9418f44cf2bc87cd68012b5dbeca74c46274b884b44909a5c532bd
MD5 ab86395724160cf9434be9bcf3367c91
BLAKE2b-256 b78c679292706990443ae8e80bd9c0f82d7daef0f6281b9455c66364386b3a86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 550.8 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.33.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d340bcac1d6a11ed146bf7e564b454c8b27e7c630185b62c70e4f1bbd104731c
MD5 bb0a6f7071477d2e47343ec4dda7cc2d
BLAKE2b-256 ef52c4b9e743674337c9e9472c1ae067135b7cc5dcc8cdf7631941fc1efafc80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.33.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 572.8 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.33.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f57d288cac71bee13273182a3e469a4eb26da5d6873c8f5a125962b74800ab35
MD5 974706fecdb05fb3e38b5a0a4906a4e1
BLAKE2b-256 11dbc2cf97fe91db28da753618e68425a78318afcfbbc1ddac3f6f2810272948

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