Skip to main content

Package for converting between genome build coordinates

Project description

liftover

python liftover utility

Converts point coordinates between genome assemblies. Inspired by pyliftover, this offers a few advantages:

  • ~5X faster, and lower memory requirements, as loading the chain file and converting coordinates is implemented in c++.
  • dictionary style conversion, as in access converted coordinates via converter[chrom][pos]

Installation

Install via pip: pip install liftover

Usage

from liftover import get_lifter

converter = get_lifter('hg19', 'hg38', one_based=True)
chrom = '1'
pos = 103786442
converter[chrom][pos]

# other synonyms for the lift call
converter.convert_coordinate(chrom, pos)
converter.query(chrom, pos)

# alternatively create a converter directly from a chainfile
from liftover import ChainFile
converter = ChainFile('/home/user/hg18ToHg38.over.chain.gz', one_based=True)
converter[chrom][pos]

# you can also specify an alternative website to load chain files from
converter = get_lifter('hg19', 'hg38', chain_server='https://www.example.com')

# this also matches the core pyliftover interface
from liftover import LiftOver # synonym for `get_lifter`

lifter = LiftOver('hg19', 'hg38') # or LiftOver(PATH_TO_CHAIN), but not LiftOver(filehandle)
lifter.convert_coordinate(chrom, pos)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

liftover-1.4.0.tar.gz (231.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

liftover-1.4.0-cp314-cp314-win_amd64.whl (186.2 kB view details)

Uploaded CPython 3.14Windows x86-64

liftover-1.4.0-cp314-cp314-win32.whl (177.0 kB view details)

Uploaded CPython 3.14Windows x86

liftover-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp314-cp314-macosx_11_0_arm64.whl (152.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

liftover-1.4.0-cp313-cp313-win_amd64.whl (182.6 kB view details)

Uploaded CPython 3.13Windows x86-64

liftover-1.4.0-cp313-cp313-win32.whl (173.8 kB view details)

Uploaded CPython 3.13Windows x86

liftover-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp313-cp313-macosx_11_0_arm64.whl (151.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

liftover-1.4.0-cp312-cp312-win_amd64.whl (182.7 kB view details)

Uploaded CPython 3.12Windows x86-64

liftover-1.4.0-cp312-cp312-win32.whl (173.9 kB view details)

Uploaded CPython 3.12Windows x86

liftover-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp312-cp312-macosx_11_0_arm64.whl (151.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

liftover-1.4.0-cp311-cp311-win_amd64.whl (182.4 kB view details)

Uploaded CPython 3.11Windows x86-64

liftover-1.4.0-cp311-cp311-win32.whl (173.2 kB view details)

Uploaded CPython 3.11Windows x86

liftover-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (996.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp311-cp311-macosx_11_0_arm64.whl (151.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

liftover-1.4.0-cp310-cp310-win_amd64.whl (182.2 kB view details)

Uploaded CPython 3.10Windows x86-64

liftover-1.4.0-cp310-cp310-win32.whl (173.4 kB view details)

Uploaded CPython 3.10Windows x86

liftover-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (986.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (151.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

liftover-1.4.0-cp39-cp39-win_amd64.whl (182.5 kB view details)

Uploaded CPython 3.9Windows x86-64

liftover-1.4.0-cp39-cp39-win32.whl (173.7 kB view details)

Uploaded CPython 3.9Windows x86

liftover-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (986.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp39-cp39-macosx_11_0_arm64.whl (151.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

liftover-1.4.0-cp38-cp38-win_amd64.whl (182.1 kB view details)

Uploaded CPython 3.8Windows x86-64

liftover-1.4.0-cp38-cp38-win32.whl (174.0 kB view details)

Uploaded CPython 3.8Windows x86

liftover-1.4.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

liftover-1.4.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

liftover-1.4.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (994.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

liftover-1.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

liftover-1.4.0-cp38-cp38-macosx_11_0_arm64.whl (153.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file liftover-1.4.0.tar.gz.

File metadata

  • Download URL: liftover-1.4.0.tar.gz
  • Upload date:
  • Size: 231.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0.tar.gz
Algorithm Hash digest
SHA256 2caac38bd30ef7b4b24a9606a20f615a479d25d66de21b9a6369a41f87d86ca0
MD5 8659021ae4c314d3162899a911a6e36a
BLAKE2b-256 f44b9817be591e1d9941ad14f7eb4890b7d8cfc201c6d47cb0da11118ef2e741

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 186.2 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dfec5f05b82a74e07ae65f117172c06fe5986569b493ba6479b71a5cbafaa581
MD5 b5a879526ff65e5ea3b9cb5e2c57ac52
BLAKE2b-256 e530760281cfc316f980e335a75e49fddfab478fca171bc27667dc022380490c

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 177.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5fd321980d96d6de682d00e6798b6bae7b3f92a467aa3334b7d60ad9a1e64252
MD5 2d04cc126374eaea9ec7068bf66ae9e3
BLAKE2b-256 66a66efaf4fb507374de1d410cc3b790bb5dc166696acf4ff2f8cdf610a14dcf

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b636529d082b2565f80f2d458730ddebede43becff2ea7f8a217123dc9b462cc
MD5 2f05286594f61d88ffd71512534006a2
BLAKE2b-256 d2ff30e677df40fdc7868a9899fcdae6d9d7cc839594718fe304d4f0f693b48d

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ccc7ee191bad7a52eef7b59aab920c7f60fe9e33d0a70c37a712982640ae4aa
MD5 2885a167501de7b70c474f19e8fda971
BLAKE2b-256 9199fadce32e559e7d26dd37172e5ed3b741205100fd1e8af5389feee65ac7a3

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4bdd580351d8cc241ca68b779301581ea6d48771572658abbc698d6ef6954d9d
MD5 732252411f1d3fccb1fe5a8fcc1ba850
BLAKE2b-256 af3fa7439b5576e9082c1a6efe64433d8b36ba6a904e3f8ee6254a0ae494d8c3

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d3515386cb6758cba5daf59dde8f5371429a4d23a9174139cd0a9e46ad5093cb
MD5 cc602a78a12c53b22a1a5d691809ada4
BLAKE2b-256 812333cc4bc548dc6d6ba1a3718333dcea1613cb2c4bc6ccb3df97f24d4e6059

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 755ffe14b68dded35796ec8a76a190bceec6151608d7b905da0925ca33e42ec9
MD5 9905463d3c231b60b2822350c6cbd45b
BLAKE2b-256 a5a5d19a3bb92ff913b46c6a683746a9a15b1f11c339ef1feb75afc4ee0c7bb8

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 182.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8e8d4e4a8723d0df9ea62aafbda62ad36b5910547ecdd2193c4936d63e491a22
MD5 1ede854e0f3cbb1283f7db1e6f79908f
BLAKE2b-256 c1e41dacb14e7e9f3fc107593bcaac58587007b5e0064ed5a47dc4151d6d3b47

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 173.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 43657559f3153d5865f35672558c13184b1181cbe54fc4aeed3cb75bed8967d8
MD5 472d274118eacd50a7e1337809fcfac0
BLAKE2b-256 cfd1e54d9294bcfdf3a7b683e25786c160cf186ca8d6a3a567d500e2f430caf2

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e34972f5434809880361d582fc08852eaf742be090d673b9a180e22e1a2550df
MD5 fce67b5c6d21d31717a376deba5381ab
BLAKE2b-256 4f3621ac3a108e7f902cfbe32319c866299f3580faa744ccce6d7e9f4ae5e07d

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 94906ccaa83348c9996e283e20a9c33ff98368f1d11e6d087f05d86223246f27
MD5 706b5d73efd11bd1fab1d13134705cde
BLAKE2b-256 53fdd5009bac6df53ce0ab235bb09127fc3b5fb8e062a4753a83774409cc8c8f

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de395ee4a843fc94df60a30516c114163ea0a3ad813ba3dfeae6c9a9dcda2eec
MD5 6da6f4386dae347817058fc08f653bc3
BLAKE2b-256 d89be462ecca1e994c33dcedf35688e1c6b2969815f92d1b56dae53320f107fe

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d7dc966468c08d45d6bcb7cb55077ba1c212651bec51020b79d23be492c73856
MD5 f7c95a7a8a5f68e4f266dc5f970cfacd
BLAKE2b-256 44ae8f362413b859a0afc8b6fbb2872c921d9ab7f310423491d5b3ea0a5495f9

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 972ec50521f840370fd48ee9ec2a3ba3fa13f57fce2325abec0a5d98c822fc6f
MD5 064a77f5ec42331284b323dfa9c114d5
BLAKE2b-256 91c08fc90986090762b02fccd536d34498ad305b9dffbcf0a24b2df82b1e8cf7

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 182.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9079fe64b31d986821332d4c6c7c5ca3596d95efb5288a2985465a5c892e617a
MD5 8cc9cb0d288600cd4540144cc49e9589
BLAKE2b-256 b34470377176b812605d624850421b428eec16284a113967b2ea6544d4ea3ee4

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 173.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d06c0d4f411ca7650a13c74bcd4513007377b444f3790c80ab675ab8a69856bb
MD5 dc424c0aca1cf5daad73f38e5e895f8f
BLAKE2b-256 981522de206642a67186e946b6a5b75494ea83cb4216115c8c17725c74d43675

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e1b78d4ca2ecf23ab9f5356d53cc57af57e428791e218c2ac3537d840870dc2
MD5 f6a64795c732996cdcddeac56d8dc15b
BLAKE2b-256 e3bfbbaba897adfcee4515597c43478a3c851ea56ccd64bc4128e86b223ba1d5

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b33ac5e587525ded2a004ccec170cd59ed802000ea82a1e12401bcbc79e0b69
MD5 966ee0cafb4325fff008a9a1aad8e94d
BLAKE2b-256 f99b2a5e2f8c0f3926287faefaf3a1ff57063d731e6b28bd0baae31a49631b47

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50ca1f40dd1b3396152c7bd018b37624662694087a2ead6b262f7d65e0dadc53
MD5 d2350989fb49b96a758c9504c5eb8561
BLAKE2b-256 e22b563790d2ac71cf8fa003b720429782468601e0302c912a078e3f2302a15e

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 822967cbf4e1d9bd38acca28b13517f6e9d9d92ab2be71846cfb8af3674aed62
MD5 ffb6d75976f768e1ee738fa7567e5809
BLAKE2b-256 42c3e2709c5777178ee72d8ca5e548d35dada96b643f18dee5215e119c77b0dd

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1adff06c84717426866e9790097dbf88ee90d8c7294fdf651e2c0adc43a048b
MD5 6b10edbba11a573cda723f50e92ea4d8
BLAKE2b-256 303adbaf74407cd9ecfb86c3fd1f775d0fd76e3922e08abb5542732d96fde05c

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 182.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d564af0d167e3445515b0178bf4e0b14e580fcca9632d858e35a73c4cfe6f052
MD5 eb4f6c93776bd1c2c6a9633e6539b1cf
BLAKE2b-256 b0b778ebf6d4f0ea54b8684206a83ee9be7e414d88100f8a6c01135011c343ce

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 173.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ef889fa1a801ea81786d2147324eb2906f4d4e67a7e0bf34b36f9ce6da462fff
MD5 0f745ec74039724f42ac3d82e9b1ba18
BLAKE2b-256 bdca23652a17c4d4e9b8e094560be9fb34df8695780138bb6d70fc898b9f8e04

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97bcad500ca63e4cc2c600aecd3d86678be0565a68e8444172271e22c5115e9b
MD5 1fbff8f85fd01dc8ce69588fd1dcafdf
BLAKE2b-256 e28706490f8cb21996800947ddc0e5ff488cc460a2a1344bf2c140aef0198848

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 286bc0146d7768c495826b7fb49eaaccd0f67d168e4885c8fab1f1a9222cd161
MD5 92d2adac585004ebd945c24da344898d
BLAKE2b-256 b91f506536f4b9dae6c877e507bc78888fb8c2b20148a6046057a703ca439cd3

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86d82c414b0df1dec68e0dbc4d099e0f2425ec7324ab413000e6c3ccdb77962c
MD5 ba9fb0dd6b6be3809e33ca2a58b48cca
BLAKE2b-256 4704e70009932f89cb7eccfe6099383a16266fa6349d721bfcb88470d2e487c0

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7069ec1a8ccf3fba96c2196cbb84272cccac6b2095ccd5b5b17adb3051177b11
MD5 82a8e4466c811e62b34ecb2d56e66fcb
BLAKE2b-256 8d50bbfb314fe8157595e93d4e1a44760fffb5fa50de06debe8f75416bcc08c5

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff7b5da5048b22c9717c73ec9532d2caf71e79d07be3c389eb531f7dd0d5c0b5
MD5 b4d45faf2de4784513d989408f38ab31
BLAKE2b-256 1d55cac84805bf7de4570a818c0bc28c98bcb8e01add767bd6379183df959972

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 182.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe41d13fbcb1abf553b9f59879a50e6c1af4881791f80dc3e3fa48813b2f5537
MD5 a79c50c692ce65e57dd14baad00b69e8
BLAKE2b-256 0a9220e0a9a305db0a7a86c7889a169ded7fbec91adfb0cc8a7ca0516bfe054b

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 173.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 22614467002c958cf174f972b97ab76af8bda483f32fef815344cafaf5ed483d
MD5 f0a8089c1eccbd3e32bca1e824b03455
BLAKE2b-256 57173eb1ebccdc5129d26aa6e01a7cb9675ea1f371fb18f814fef6f28b981049

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 547cbe75ea2fc1ad7d6038ec6f8314f981199ff29b710c42574b8bf2f070223d
MD5 3abfd9f44f03c58db37152cf62816e4f
BLAKE2b-256 a29e2d0f6fbe1ce0c1c15baae9dea3b8893e39c6e6f66c706bcb1087c64dfa3f

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df068c748052283302323e8364ea0ab82169248493537c753b07c43b4597780e
MD5 b8e820071ac99d25f9d0a85600e9fde6
BLAKE2b-256 094a74ac4503398cb902d929ddc31d941451324407c843c5fe572b3f69b3b595

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaff667972ac8559de4eb2dc2f7e9f23771c79bd412711e2282abf8d06c9d284
MD5 8db7ca988f0147114ce42fbcd0479578
BLAKE2b-256 f02b7d9e994120953d11e6dd7cb2f4ec77e7eff7c2e69cd47ad3e3c8f8586471

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f0ac0d5a3ec1b3593e5e8cf4737361684f90065d648149c9a705fdf085336bbc
MD5 18b75b032b4715e00574052fe940e77b
BLAKE2b-256 64ff0925cf4c19d2a8cbec048e1465bb68a4db33aa4e98da049ecc6e86445942

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faa74fe9cbca07ac5d14a9b5adb5989d387fe3415307d74a020ed5bfb8ed6a2f
MD5 bdd3b343dd382351e9a059a2bcf2021a
BLAKE2b-256 0f4cbcbec61af746c7a6df6ba5f8f4cf250e6bdea2a133cb2a48c285388fdd1c

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 182.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 09ca10aad15e9cce29185aa201dec87e1af469e5ab2a912b7005330e660dfaaf
MD5 283dc651f2e4e2eb6fb464aa7be3cf68
BLAKE2b-256 d7f7fca05e12c4b9e640d9ce2e12ee59d287648548cb28a21352d017b4d4e64a

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 173.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ead674615ab636f844483c91dfc728e224a1945a50eff054d86a9b3b3945fa36
MD5 6f5876471283be9ba1b628eeffc2355a
BLAKE2b-256 c6ef0f37f8e536dcc3cec1e0a3bac4561a000666c3a46253fcfa42bf282ed866

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cd2433bacaa1b8ea7e10343cca38c2404d511eb4ca404a24de8bed90e1a1596
MD5 1b1bd383913d93fc5f9c83a67127a733
BLAKE2b-256 ccb6915a7fafd623c57b0be155795ff8787f4084130c30a592798109a595268d

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e597cf548dc5feda01effc30111821d6b66223a5c6a2543e57a3d640481b64c
MD5 1cb79b900fe388ce2acba351d00428dd
BLAKE2b-256 35d4d6da89364c61208167d18d1c25bd51e5398429166c1dc9faa0f9fdf4e0ee

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d2d15717b7c678c26971f0bbadc99339bc34d6614c1af27bfa247c5351ba502
MD5 edabf1b10b298fc5b9163eaecf1c8fc8
BLAKE2b-256 73ff01345b7d43c8f572d44dd86bf6f41874e859041217e605527ec46dd28236

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 12e77a820bc44fa0d349b0c6aa9f57a220fd57ac9255ac443dec9e3d42827d88
MD5 df3fa9e8fbcf6598facc915a14c98726
BLAKE2b-256 6004dbf40a439bec7962580839716b00ee31ad642344cbaa4f7b33e99bca5f2f

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b6a4a35aac05a5832cd89abb3b3245ac012808869b6866d25fe7e157fd375cb
MD5 154d28d8cbf98db8258cc093f54bdaf5
BLAKE2b-256 391c69b2e7e197fea209884c811a05c0bd7c70f68123afc2f9b3bf13e8ec733c

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: liftover-1.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 182.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 567fb8189d2d9b14c7e0e298a2d00c8e43144749347b105b10f0609a30327dd4
MD5 fe42dde13154fec3a470150a25540987
BLAKE2b-256 38e0b5eda842c619ba3b546d98b40dc6d7c43e3bb0cb93c83550d4a23d9c97dd

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: liftover-1.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 174.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for liftover-1.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 02ca8a89431d380e12043b0f22446313d9f51d2d8dd340fe35efc156e2b84d7d
MD5 ac446ce3ac70f4e2d7ead2170ae36c05
BLAKE2b-256 415af07fd25a2abba00cfe8cbcfd18aec0db46497e9f9b958132bfbc4371b01c

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0185495bea516eb360ccdc8034d7d467a47d762fd0cf2e0d6bf03310b3774567
MD5 05aa38da5722586d7a544cd2f1d5f3ee
BLAKE2b-256 bf5acece1ca274fbfc0b822bb5e71b3a60ac4ae996d39b6738d8234f46bef308

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a976db3ac470d88e2763a375a08aed7c3c12cd2fa4289a704967321b43a56046
MD5 6f9cac5ed6af61f8824633adca218ff6
BLAKE2b-256 0b35a072c58a11a81c546da3578d10a7a21e614d3e52b31e74c11602103241da

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f68a3aca00bc66ebb8ae1574e8db79c5d5e2a3924c14b491fb9d08b8767fc0a
MD5 ebcb8a1839bd105bc4758353175ba530
BLAKE2b-256 de5b9bd1bee932da3074f6e1541eb17940d62881ad1ac3119d4be494cf6c6dae

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d9c22687284f81fcf27396e18c5309c849f40efc372ab24999874f9375afba7b
MD5 3efd35aaaf910121ca97834ae09d6989
BLAKE2b-256 0478f50614c5aa676fc3bd0c882808bee095e67f0a35e477a5a00a5505cfbe5e

See more details on using hashes here.

File details

Details for the file liftover-1.4.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for liftover-1.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1309638865bdeb9ca235f233a8ef3d72548e907289273a296fef0d10d627f276
MD5 5e513e04163e25389978cda20ecc3795
BLAKE2b-256 e6642668ae7d593c3fbe7eccf3c43abfba8039d061c0551a5c05fe4e229fd4ad

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