Skip to main content

lightweight wrapper around basic LLVM functionality

Project description

Azure Pipelines Code Climate Coveralls.io Readthedocs.io

A Lightweight LLVM Python Binding for Writing JIT Compilers

llvmlite is a project originally tailored for Numba’s needs, using the following approach:

  • A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API.

  • A ctypes Python wrapper around the C API.

  • A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.

Why llvmlite

The old llvmpy binding exposes a lot of LLVM APIs but the mapping of C++-style memory management to Python is error prone. Numba and many JIT compilers do not need a full LLVM API. Only the IR builder, optimizer, and JIT compiler APIs are necessary.

Key Benefits

  • The IR builder is pure Python code and decoupled from LLVM’s frequently-changing C++ APIs.

  • Materializing a LLVM module calls LLVM’s IR parser which provides better error messages than step-by-step IR building through the C++ API (no more segfaults or process aborts).

  • Most of llvmlite uses the LLVM C API which is small but very stable (low maintenance when changing LLVM version).

  • The binding is not a Python C-extension, but a plain DLL accessed using ctypes (no need to wrestle with Python’s compiler requirements and C++ 11 compatibility).

  • The Python binding layer has sane memory management.

  • llvmlite is quite faster than llvmpy’s thanks to a much simpler architeture (the Numba test suite is twice faster than it was).

Compatibility

llvmlite works with Python 3.8 and greater. We attempt to test with the latest Python version, this can be checked by looking at the public CI builds.

As of version 0.37.0, llvmlite requires LLVM 11.x.x on all architectures

Historical compatibility table:

llvmlite versions

compatible LLVM versions

0.37.0 - …

11.x.x

0.34.0 - 0.36.0

10.0.x (9.0.x for aarch64 only)

0.33.0

9.0.x

0.29.0 - 0.32.0

7.0.x, 7.1.x, 8.0.x

0.27.0 - 0.28.0

7.0.x

0.23.0 - 0.26.0

6.0.x

0.21.0 - 0.22.0

5.0.x

0.17.0 - 0.20.0

4.0.x

0.16.0 - 0.17.0

3.9.x

0.13.0 - 0.15.0

3.8.x

0.9.0 - 0.12.1

3.7.x

0.6.0 - 0.8.0

3.6.x

0.1.0 - 0.5.1

3.5.x

Documentation

You’ll find the documentation at http://llvmlite.pydata.org

Pre-built binaries

We recommend you use the binaries provided by the Numba team for the Conda package manager. You can find them in Numba’s anaconda.org channel. For example:

$ conda install --channel=numba llvmlite

(or, simply, the official llvmlite package provided in the Anaconda distribution)

Other build methods

If you don’t want to use our pre-built packages, you can compile and install llvmlite yourself. The documentation will teach you how: http://llvmlite.pydata.org/en/latest/install/index.html

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

llvmlite-0.40.0rc1.tar.gz (135.2 kB view details)

Uploaded Source

Built Distributions

llvmlite-0.40.0rc1-cp311-cp311-win_amd64.whl (23.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

llvmlite-0.40.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

llvmlite-0.40.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

llvmlite-0.40.0rc1-cp311-cp311-macosx_11_0_arm64.whl (23.1 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-cp311-cp311-macosx_10_9_x86_64.whl (25.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-cp310-cp310-win_amd64.whl (23.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

llvmlite-0.40.0rc1-cp310-cp310-win32.whl (19.1 MB view details)

Uploaded CPython 3.10 Windows x86

llvmlite-0.40.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

llvmlite-0.40.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

llvmlite-0.40.0rc1-cp310-cp310-macosx_11_0_arm64.whl (23.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-cp310-cp310-macosx_10_9_x86_64.whl (25.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-cp39-cp39-win_amd64.whl (23.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

llvmlite-0.40.0rc1-cp39-cp39-win32.whl (19.1 MB view details)

Uploaded CPython 3.9 Windows x86

llvmlite-0.40.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

llvmlite-0.40.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

llvmlite-0.40.0rc1-cp39-cp39-macosx_11_0_arm64.whl (23.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-cp39-cp39-macosx_10_9_x86_64.whl (25.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-cp38-cp38-win_amd64.whl (23.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

llvmlite-0.40.0rc1-cp38-cp38-win32.whl (19.1 MB view details)

Uploaded CPython 3.8 Windows x86

llvmlite-0.40.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

llvmlite-0.40.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (41.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

llvmlite-0.40.0rc1-cp38-cp38-macosx_11_0_arm64.whl (23.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (25.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-1-cp311-cp311-win_amd64.whl (27.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

llvmlite-0.40.0rc1-1-cp311-cp311-macosx_11_0_arm64.whl (28.1 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-1-cp311-cp311-macosx_10_9_x86_64.whl (30.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-1-cp310-cp310-win_amd64.whl (27.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

llvmlite-0.40.0rc1-1-cp310-cp310-win32.whl (23.1 MB view details)

Uploaded CPython 3.10 Windows x86

llvmlite-0.40.0rc1-1-cp310-cp310-macosx_11_0_arm64.whl (28.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-1-cp310-cp310-macosx_10_9_x86_64.whl (30.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-1-cp39-cp39-win_amd64.whl (27.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

llvmlite-0.40.0rc1-1-cp39-cp39-win32.whl (23.1 MB view details)

Uploaded CPython 3.9 Windows x86

llvmlite-0.40.0rc1-1-cp39-cp39-macosx_11_0_arm64.whl (28.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-1-cp39-cp39-macosx_10_9_x86_64.whl (30.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

llvmlite-0.40.0rc1-1-cp38-cp38-win_amd64.whl (27.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

llvmlite-0.40.0rc1-1-cp38-cp38-win32.whl (23.1 MB view details)

Uploaded CPython 3.8 Windows x86

llvmlite-0.40.0rc1-1-cp38-cp38-macosx_11_0_arm64.whl (28.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

llvmlite-0.40.0rc1-1-cp38-cp38-macosx_10_9_x86_64.whl (30.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file llvmlite-0.40.0rc1.tar.gz.

File metadata

  • Download URL: llvmlite-0.40.0rc1.tar.gz
  • Upload date:
  • Size: 135.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1.tar.gz
Algorithm Hash digest
SHA256 f87877f4703bbc73b2c1a872a5487f4720031b9ad7bc8e2bf3dc5fe616db6b15
MD5 0d8219e2fc80b0b60b78d752eef28da3
BLAKE2b-256 fe823405e76ec3eac1857002ea79d8ce7e6314e27d025aecddab01e9c0179636

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 23.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cc026005e807d6bf7bde061f1a267081be6fb65355d8848ad9c2d3033892f4a5
MD5 b047b081c7d8da7a15d0b59dc927cd15
BLAKE2b-256 5cebf06ff27cf04c7ae260c77f2e65f50909f6265310faee65e20af9105d4298

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b8886911ef509a1204c906af5e18eb53dd51ecb05416761fd1d79271c7f5a9c
MD5 0c4b91e4a32790889e062e43235cb5e6
BLAKE2b-256 ec5fd9e095d928014cf71a641d629d66ba783f79a2c5d7a260ec146ddb4a2006

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51e2d28f581d936a366bcf15494414416d0d472cae088ba70fede81740cb4613
MD5 edfb53b0321d19b016a7d8b8e894d548
BLAKE2b-256 c54b2df9c7186e9241fdf9be2a6847990a5337b29da6da2dfff590b09841972f

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9db0e4ef281f3591c7f958ec44f39c6693d9e0f776c6120d1e4c35f27487b151
MD5 439db2360c4c433f4ba4c3a7f6807d24
BLAKE2b-256 0432e375679d0985e696f486f7c9c991749048b2f5e2fc9add0c1af597cf889c

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 25.5 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7dd23c7c8af1746fbbf74171f40cef3288e0364de1e967000bdcee89e3e9e7d7
MD5 3ec2109e4ae6582c0c8fb511f06a30cd
BLAKE2b-256 6cc7a03688a596c322b58baad5c9d118e0480f2258a70f83724d72e5ea4def02

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 23.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa94722589576008e3989d8e299f10eff5713676c36cf003a4be05a8e7b7a4d1
MD5 221572bbeb9ffbd26a00ff7f4035fb98
BLAKE2b-256 d251cf0bdc31b48d3eb8d5e132ee0a80eb9ec642513011688c1047cd7755c441

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 19.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 04dc9a1b67f94292ca947e5cc36c8c0e97159eb2048934d8f5536cc9088bcd88
MD5 322f96bc016b59ac20056efac8ee8531
BLAKE2b-256 fd0b539bfe88fcd786a71838e1923ec4c05590a180205fa16421aa88914fc442

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19aa25facc53c2b6be0d2167ecc7ff662f38d5b288529679412537074d0f8180
MD5 326c6723946b8f623199614647fa998a
BLAKE2b-256 1680bd22bde0c9ddd44ae083c66053e610c4bc7b79a928c07317a63b51fe1730

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 315fcff1aee85015583626626fe088c46f529026c9aa850befcd6b3cb3ae1de5
MD5 f5cf8f1d7fa0cfe4f2ea3e1d27740109
BLAKE2b-256 c838521606638597cef19458c4cc21c9762d5810f53855e9741e04ad838b4a81

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54c24dc447ef67a6d5e0cd61e0c8be2e129d9d135ef2b598925a2a853d68347a
MD5 4615d3c4090b118a10e3f2b903edc099
BLAKE2b-256 c17e4ad4345a89b22398e9ac60722d4ffe43b62800cf2d098f92c3a1aff091be

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 25.5 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2aa7a33997125ab73518f6428cba701352eb9a7376b980689d9b2b374f369706
MD5 e2535299ff84af595afc67fd5b6a5d9c
BLAKE2b-256 91842367e56bbed8f1d967678b7afa0e049e8150ce7e7638509feaa79a532995

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 23.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e978be10952d1dd5aaedc503833bb1a89abe98d8c369d9eb76a34e1b491a6ee4
MD5 e598d42bced6996c0f6b8888b263066c
BLAKE2b-256 45d4d09253737c68a4ca9b325dce3d17c7c3d384f98cbf7cd0ae7788dbbdc5c9

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 19.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1fdf2d90e616f7aec468a3557dec9dcd9d121eb32dc9978e8fe2aad983b6b69e
MD5 20f0274cb356b3c4fa15548dff1683a7
BLAKE2b-256 68c7d1db3eb30e1fcb9d4bd6265f5baa1f6dbe756f666c84cb1aeb0ea8603722

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff3de4551c91cf4016e49182050b90f08501c498538d3f47c6d2bd5d15225345
MD5 6b2e9180e2071b82ceb638bfc21f60ab
BLAKE2b-256 8e9a726dfd82bf4e94d45f9fc450ca4ea20a7aab175f763bd15f80cb019a3518

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd6876e29ba462725ef62f3d2ce1140cbc70d8141627bd46f97bf4002e14cdde
MD5 5017e1e456fba82080dd3006d2fc209c
BLAKE2b-256 210b258603b7f69885236a84a5b0a15dade74e370dad608cdf1456db205deaef

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f244b141ff044ba940125e7db2fece50f87205ceff250b1097955f2a2c219e34
MD5 225326e7caafcfade3e624428505b6d2
BLAKE2b-256 af8d2ff6af60dc2ec10135058bf998895fd9618586d8decc387239803c02ea8b

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 25.5 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f375d0e8aaa19e66098661c1533fddc1b50228d87709ac090a54d4cacd852f22
MD5 f53271a754a7e3de79faa458b1575254
BLAKE2b-256 5ad74af6078cbab045fa3c94b02608c51720c8126688a82de8fd79a429e14d4f

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 23.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8f28709367c20221a8a9d31ea59b785b74afcba8395fb93fcad02048029672ff
MD5 5d43d445aaac308081e776802905c852
BLAKE2b-256 56166bda11237c1072b34bc5372ff2c122841144c0f876dfc5d37e8fcbd9a4da

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 19.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5c20dd77794743129083579149c777c1fba6aa7a6826b4dbb1dc78cee49bd986
MD5 9c203ed26b08a77dae5b6e0b69260240
BLAKE2b-256 32c261e8e00bf7c8993f425c67819c8bb6e869b20d47da08599e1315c9df439c

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0314cbefdb97c8507e7d5bcfaa1bf24f8c1f3906cfe3f229d8b84438d34e4f48
MD5 f6e8e7e3170d38a6f24dc717161e029d
BLAKE2b-256 70e5f8e0443cc6d11d080df6ac8ccb3c19e8987a9f2c8d3bac9f98faf63d8a11

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.40.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64d0cba6f18ea3c8d7dadb6c5d154029b323d2439550093f2b3af3ec3b201cb4
MD5 b1bdad0347e858e0c0619512ae26a633
BLAKE2b-256 d30e968f6efa40a05fc7b2b1c98a560d2982b5c5c46a1ebd0f272477003ce08c

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40ca62db2cde5fdd84358478ffe6b16f16abacbb6c7247552b855a0ffd8c8b54
MD5 eef345345317c7b7693ef1f3e68e0197
BLAKE2b-256 e7618dbc1ea0c1abdc0e1e5b663558c05738618252346514e0ad3f526ab27ecf

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 25.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2803c646a1f456efaedc0f5e62cafba894120ef1801e47eb09df7c01d633837e
MD5 7c4ce05ee540a330889c4493f713fae7
BLAKE2b-256 a702547c711065d78ec4b9da9583877df3242c65ebc5a7ccab205269e87b57fc

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 27.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 476b267f3af49da54a22cf8713d51baf5301afaf48c7daa5a35ecb37c09ac2c4
MD5 d4989ea97137bbea33855b1c93ae7e4e
BLAKE2b-256 fe72214a216f02dc84e11fb16dbd24b74b6d422b13bf923d1a3bc3eed5619438

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b3e68bdbe88370bc4600d56521f1582cd8c903ef20163a5c6acc1e47b912819
MD5 3744bbc2b117d7374e1a2de74ae08f0b
BLAKE2b-256 2ae83ecbb09562d6d910622e9d34e676a184419774b7f83b956f3b47876ad20d

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 30.4 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79c8ca1810c666816f99dd035f9d22f61d2aa6683f03dc09737ddc1dcb483396
MD5 a00b2afb6d5a5895a93ba63c81c30b55
BLAKE2b-256 c75770c0ac95e9a227adeb2df2548da95b57b71885488bdd4265875e3abc666f

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 27.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 940c5a2ea10e936f6ace2e704af253cff03f4aeed065ade3b2ab777823ad890b
MD5 d2f1ef55edebdad16db8b90275caeb6a
BLAKE2b-256 97d9c4a683f75c364a75234cab4dfee07c16be2c2f928d7790ef64601b442de0

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp310-cp310-win32.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7a20db655adb3a2a0e6006e05c2bbf2ea969e98029b4291474649386065e3bf1
MD5 60e2e90e723f7202eb3af99479e13d78
BLAKE2b-256 23bda23d19911db3fb4cb99f6657fead4f1a73a56a464a2328c5d3f1c4e184d4

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdcfbf050c7b62a3861e5d7b05255cef0da4f116780761fa394ea7754910eb38
MD5 353a8d36e06373eede79d4c42515a1f4
BLAKE2b-256 414a9820a4f3c2209b602e63d561bd118b1b3a8c5e8fc21cdfc03eba28efc43b

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 30.4 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 059783c6daaffb10c55410a70e1c7ecc9634307bc70b1c9682f735221e68fbf6
MD5 780ee4fd3d49d60b66d988e132fd7d86
BLAKE2b-256 e6de2af4dddd0d2e53958d14d3f52e0f6b45ecb935209ea035365560aa4c9607

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 27.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 aafaa99ed37ebcb1f607881475ee3940d2fbd7b919dc07d647af128bcf4515e3
MD5 c9f51f5ea64a0e8320eaf071d829635d
BLAKE2b-256 ce1be2b34f413d43f5e610629b33e1f822ea0ae082d0de2a46be2a58b0c31681

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp39-cp39-win32.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f3e5ee75fceabac585f67dcf24c1d7a0886b249e9dfd10b697a691ae26a67b55
MD5 47caa9c08ac95cd7f28250a59e884355
BLAKE2b-256 9cec4f34d2ea03d98add7f1476e9f2c9f0ace3382e94f01a9d7e4d12c57dc0fd

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cf6b5caf74e745c0594969eba6f0d0dca9108b7107bce45cd665a521f69a90d
MD5 a39b2f886a50fbf8bf26c8c776d7fe53
BLAKE2b-256 4c65586a5cd6b4a4a08ac1f6f9dc22e0f845d1d614e8286754179ff30ab7e03b

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 30.4 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e85ac986d24b8e5a3e1071774e8e99a4288f36c999ff713b4b8f5195edbacb3
MD5 2fc0fa551b7401275e7fdc3d5393097b
BLAKE2b-256 71aeabc72c3e8067bb94bcfd93272f9475c1a426035b4f6e6fa218a08c40a3dc

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 27.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4ef3a5bb1c5e4b3e62225c2282931b723e558c7696cf456526d0f64a235bd36f
MD5 36ae05808747827eee141be58cca6cac
BLAKE2b-256 3bfc0a1b4a0f21f9c844ee6231898a899b40ddc948baed4df291a14adfc12091

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp38-cp38-win32.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 23.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e608fb0508bee8f1b982f0cf9042ced587bcf416dbadb16e1e3063f834c6134e
MD5 ff6cb884563953bb493297a5e6282740
BLAKE2b-256 8ccdbada690677e0c6e4a9b3e00dee506176fd2a03ad9335f4367d79cbebb3e3

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b27ffa54aa3328f5ba42970c24335e33a25dad34f90ec8ea9ff349156b55536
MD5 8c35ed36297bdd32cd767e0e8d93c96a
BLAKE2b-256 d2790a4693ac2c24d60b69a8fd52e426cbe228c3d49e713824e73decca533f62

See more details on using hashes here.

File details

Details for the file llvmlite-0.40.0rc1-1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: llvmlite-0.40.0rc1-1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 30.4 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.5

File hashes

Hashes for llvmlite-0.40.0rc1-1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c532bff5a8a12ca4890462219ef12696e0787fb03da278b5294abb85de1fc8a1
MD5 fdfc0572be6eabfb27155a5f8f938d23
BLAKE2b-256 6bf01e7e7624e143cfa7b0f87f82315266f6bf06f0f42b1f9f25575da27ff162

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page