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.36.0.tar.gz (3.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.36.0-cp314-cp314t-win_arm64.whl (672.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

genvarloader-0.36.0-cp314-cp314t-win_amd64.whl (895.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

genvarloader-0.36.0-cp314-cp314t-win32.whl (632.0 kB view details)

Uploaded CPython 3.14tWindows x86

genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_aarch64.whl (984.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (945.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (836.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (874.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (805.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (806.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

genvarloader-0.36.0-cp314-cp314t-macosx_11_0_arm64.whl (760.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

genvarloader-0.36.0-cp314-cp314t-macosx_10_12_x86_64.whl (796.3 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

genvarloader-0.36.0-cp310-abi3-win_arm64.whl (678.8 kB view details)

Uploaded CPython 3.10+Windows ARM64

genvarloader-0.36.0-cp310-abi3-win_amd64.whl (901.2 kB view details)

Uploaded CPython 3.10+Windows x86-64

genvarloader-0.36.0-cp310-abi3-win32.whl (637.7 kB view details)

Uploaded CPython 3.10+Windows x86

genvarloader-0.36.0-cp310-abi3-musllinux_1_2_x86_64.whl (1.0 MB view details)

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

genvarloader-0.36.0-cp310-abi3-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ i686

genvarloader-0.36.0-cp310-abi3-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARMv7l

genvarloader-0.36.0-cp310-abi3-musllinux_1_2_aarch64.whl (990.7 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

genvarloader-0.36.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (951.3 kB view details)

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

genvarloader-0.36.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (843.7 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ s390x

genvarloader-0.36.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ppc64le

genvarloader-0.36.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (884.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ i686

genvarloader-0.36.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (812.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARMv7l

genvarloader-0.36.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (813.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ ARM64

genvarloader-0.36.0-cp310-abi3-macosx_11_0_arm64.whl (768.7 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

genvarloader-0.36.0-cp310-abi3-macosx_10_12_x86_64.whl (804.2 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: genvarloader-0.36.0.tar.gz
  • Upload date:
  • Size: 3.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0.tar.gz
Algorithm Hash digest
SHA256 e701e6c8a113e239ead500ebe1a8f61b8888efeeebb1e0b464792b99f321a160
MD5 d4be43302410ed97d0cb702693c9fa4e
BLAKE2b-256 b334382a0af166d233e483e262ba981fae69107157206bd884ed95f799e7349e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 672.1 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8c5f1c489fc0e42daf13bc4351030d124cedd1a9b8bc48998230ab9a95d85d60
MD5 6dab97b83d38a24f32ea5a70aa89ae39
BLAKE2b-256 252526ce0acf43c79b64a87f370247673bdcb97de2b76dad4b949cbed0a77f2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 895.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7012c51f46f41890f253a2b4d7ec7abfbffb78c600d43aad4c81ed8fd767267b
MD5 1f24016f0272dd1b7c077d8f7842f9ce
BLAKE2b-256 3034c9a4cc2599fe06cd2430e4300a261caabeeb224f918b77ce16cf21130fa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 632.0 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4b6b92bf1b911b5a0ea86d4be113bc1d60a0da8a5747788751863104012c07d0
MD5 ea8478bebb8011b06b1bdcbcca973d3d
BLAKE2b-256 0d1cdd2db3798b1420993449f3afba8578c747db1e48589aa13dc6871bb11bfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 147de872819b97f87f58abfa2eb9ad4b8b1c2aa937e36825968eaa6aa6b3dd25
MD5 d6a75a7fe63640815187422bc381351f
BLAKE2b-256 edba60a1ed662dbbd6efb25e42d81b76e5e3fe792e2ae512602b5064a383739a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df3279bee94054d8afe31181da6927b8a5f6fb6b6c33a8d5e1301331ff00527f
MD5 b3a8cfd1050bf3d17a9ff260ab1d5eea
BLAKE2b-256 70f0b79ee31a8f56dcef6dcddaaaab90034670350a2bd9b1b8450ebd40d7f13d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b8aef9f44e89e9b7299097acd8d952653b4c3fd61bf57761fb6d5c748699a8a
MD5 1a82fd36907e4ee2377bc0f8587bbd27
BLAKE2b-256 478fabfda41c99c366a26d5d3d4f261497175c978050ceb66872d9ec9a2fcbca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 984.6 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c6dfc6e870fbd832da13faf3372aa73450d9ca76cce1e493b1e16e1e0820f18
MD5 53f5d21adb1bb149d58851bc0a0273a6
BLAKE2b-256 786380911f2806f71398b6a4741d831f8262eb5f2d2e0881f7a0603661a7aae3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 945.2 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 153214fb84999f1eb5974d289d2d986041f6fd1a5fa4a0944334c4d32efd7319
MD5 56e9d8997774b16460275a189e17cbfb
BLAKE2b-256 4ce655374e6f14e3bc468bfeda1a5b4cc47bf783d7a055e9faf67ead6604b7fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 836.8 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a3accfe889697cf3ea347087e6fb1635267b3d34b4ff149c300421856f4717c
MD5 f85066a7f976dc12c6da972f77dddef7
BLAKE2b-256 c23b7462f567bd817a904355c6f30200cebed999bb7fd32c4ca97d4a8f6cc461

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2730f65c2a619e69fab7b64b4800eb20439d5ddc18dbb4a25bef8770b38ebae6
MD5 81f47e6b5fff4bb6436f5fa402ebde05
BLAKE2b-256 383aa6d548d4ca999990113cc707239b0b87fbe4ebf27b8d14f04c3f78491e64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 874.0 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2161c465940a1643955f29744c35775dcb79af557f3c4df1672236c8bf626a8
MD5 9bd001b852ee71c7409fffe630fe8674
BLAKE2b-256 7dde189ed9a51f1e37f1de0608360dda487a7cb908593eab49bb3ba31856f914

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 805.1 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 942cca3f27431e57aef0ff7bead634bb88b2c81dc268797f274b2cbe6f28428b
MD5 a9195d64f0daacfa2fe7d1e8b0d3fbc8
BLAKE2b-256 c0967d39f88ca8e168a95208c4c28c959d74efb9cd82d810a4b44bfef7d2e4eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 806.0 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adfd85dbac1bb36b71c66fa9efc25e12bf2b3a6152e270737d5df901f4ff611b
MD5 24be1fc575ad5c4992998654ebb59f7d
BLAKE2b-256 de594624b9d20d723b8445d7ccdf38d5686cba6e8116c6c817af81223bf90053

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 760.9 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bca1b86ecb9c2e0686cbb28203723ebcdc864eb2ae7c5371a938904f2b0d55a
MD5 24b53e67a1f952e8e98c51b210c924b7
BLAKE2b-256 e2e9a731146d1dc4000fdcf2fe5f6d2fa968f4e5bd384d2702997e60d7d760ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 796.3 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ec01cb32b4d6cee9e540d9f8aff8545c5cc380895da81ac9e3f25901de50e62a
MD5 c64c48bb52f036a2cc384d54500b22bc
BLAKE2b-256 320a422536b3ebc8e8dedf7d72bb52ba7f69df29227b298fa8953b6d86d76b11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-win_arm64.whl
  • Upload date:
  • Size: 678.8 kB
  • Tags: CPython 3.10+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 3b67550f073bbe191572c688e6c77fe11401cd5c3f5cf105f956bb8fa403f1d9
MD5 9ec4e2689029f2df19bd095321045239
BLAKE2b-256 6d3e755fbbe197a3d60f7125e8b2739a17faee4c3a06e9ad974d4251de5e15da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 901.2 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b2c89c87691f3569d8f99ffbf1e10689f88e8a90cd5a552780aedb68ae085cce
MD5 c790c9b7468eb5e162c76a1b9f7fa80c
BLAKE2b-256 0a2e2336fcf184c51655124ed8121842400c383693afb7f7fd4aa0ed69249ee9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-win32.whl
  • Upload date:
  • Size: 637.7 kB
  • Tags: CPython 3.10+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 f6c3ad4fd49f04d92cb87e07050dadff0fa3235fe3504caea2b426efc22b360f
MD5 7e2d99b0cde811561e4946af603e2f93
BLAKE2b-256 4e8bc05f14db4baf38d20dd73ada46fffda2537e3afb7e9565c7371ffb7724c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95c5ed212c3de1817b75c68257d5c31d1fc55b4e70f7f7db786b147a6057f271
MD5 a8c1c97fadfa3a2468b5e0f9c951d55f
BLAKE2b-256 917473423c44daff5db8ad03502edfdf1c08e68dd77b58a17bb2c562fc24293f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 631f8c63d71133a3bd09cc47e4536e2a8332e0a0de9c7c2840b219681bbf4f31
MD5 aa76f93a990f31648f090743012638eb
BLAKE2b-256 a5da43c019e446705fd2ac904fb3099b3786047a0b4f7516fbbc1be4510c465e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 99d1f12934a8116290ca6878b1ce0458c4a4586abd4a0f0bbcfd53bd6a365410
MD5 bde0801447a9b430ca328921fba6f24f
BLAKE2b-256 15c1bf5a4357d7551cb8d85b2a7697e08fa3061690872a601059e61c6f16d78a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 990.7 kB
  • Tags: CPython 3.10+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bcd1d9a42c7745f5c2e92905dd89b05bd971209317fa90d4f4c156ec19e89289
MD5 f5732514e4097f752b162d256ac3895f
BLAKE2b-256 91c2f2545fa21afae00757f1cad558d131f429d4d54dfa8af7ab6f38850bab41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 951.3 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c25f5c8338e6513dca8c7b26b6292c6d41a8ad75e61e9af34cd8673fa075cae
MD5 09a6f72d8172babfb44a4951a6684de7
BLAKE2b-256 5e1525a25721b779d555cfeeea61aa1b3bc6156d803ce1834adfa4bb43b72469

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 843.7 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 88e3daa02641377d8b64c87e3114f6ffeaaa694e771863acb0d281a4bd1d1e37
MD5 d89ccebaeee06eda14cbb514249cb484
BLAKE2b-256 5165968ee319f95ba84d5db736c224343335c5cc5881b85b15767b504e3f3f8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 87b287db2876e05bb023ce79c057ef77f5daedaba6d9736e073264ca7113c917
MD5 4adf025627f4f2295ed4247241e453c3
BLAKE2b-256 264b4ad7ebe6b5e3782637e8a77f2bcca35a808543376457df83f2874009845a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 884.6 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64732c22032eae7145c016107008efdcdb7205ca30fc294ff77b6a349f49125f
MD5 5c8a20d5098c09d68da009b849bf678a
BLAKE2b-256 93ab976efe908ad458b574ef7faadc91ddd1c62f867afd14c203a83a611108ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 812.4 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c4da606312275a0309fa6ab498e59e8d2501ed3540a780b3417b1c480bc4216
MD5 2e1e3d7b24904d948c8cb4ce76a9734f
BLAKE2b-256 25a188ae2381cd9fa4a32640e81c779ce0e8f40a5c122edacf72b26f27360f3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 813.0 kB
  • Tags: CPython 3.10+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a86c64040cb119e2c53420b333bc49d5d04e45adbe0ff959ebd4f98fded580a
MD5 152293f5e209c9dd83cbc8f0c6d69fea
BLAKE2b-256 e06ee18d8fe3eba4dd7f8a69d9202fbcaf65df306f19a84b3436b4ce693596f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 768.7 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aaa9eef1aa6269a3da6fa2f5f97d02b6729ad20ece3b5a0106f1ca01159d31ae
MD5 37fb97b1dd88555d0b6f3d64779dd710
BLAKE2b-256 82cc1cd71ff00eaf2f29c33209ea423a183d4e3050830351682ff818d6e8f3b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: genvarloader-0.36.0-cp310-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 804.2 kB
  • Tags: CPython 3.10+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","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.36.0-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f42ff656f5fef5de1c92194a5c5b32cd3f481629b24ef4664dfc5353040fd827
MD5 0d3b962991cc4947f1bf4016939597c3
BLAKE2b-256 cf153f42b835ca79446c47dd18ec50e488b6266c9338e14c22f76ba0c98d2f11

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