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.41.0, llvmlite requires LLVM 14.x.x on all architectures

Historical compatibility table:

llvmlite versions

compatible LLVM versions

0.41.0 - …

14.x.x

0.40.0 - 0.40.1

11.x.x and 14.x.x (12.x.x and 13.x.x untested but may work)

0.37.0 - 0.39.1

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.41.0rc1.tar.gz (146.5 kB view details)

Uploaded Source

Built Distributions

llvmlite-0.41.0rc1-cp311-cp311-win_amd64.whl (28.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

llvmlite-0.41.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

llvmlite-0.41.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (42.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

llvmlite-0.41.0rc1-cp311-cp311-macosx_11_0_arm64.whl (28.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

llvmlite-0.41.0rc1-cp311-cp311-macosx_10_9_x86_64.whl (31.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

llvmlite-0.41.0rc1-cp310-cp310-win_amd64.whl (28.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

llvmlite-0.41.0rc1-cp310-cp310-win32.whl (23.4 MB view details)

Uploaded CPython 3.10 Windows x86

llvmlite-0.41.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

llvmlite-0.41.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (42.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

llvmlite-0.41.0rc1-cp310-cp310-macosx_11_0_arm64.whl (28.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

llvmlite-0.41.0rc1-cp310-cp310-macosx_10_9_x86_64.whl (31.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

llvmlite-0.41.0rc1-cp39-cp39-win_amd64.whl (28.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

llvmlite-0.41.0rc1-cp39-cp39-win32.whl (23.4 MB view details)

Uploaded CPython 3.9 Windows x86

llvmlite-0.41.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

llvmlite-0.41.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (42.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

llvmlite-0.41.0rc1-cp39-cp39-macosx_11_0_arm64.whl (28.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

llvmlite-0.41.0rc1-cp39-cp39-macosx_10_9_x86_64.whl (31.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

llvmlite-0.41.0rc1-cp38-cp38-win_amd64.whl (28.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

llvmlite-0.41.0rc1-cp38-cp38-win32.whl (23.4 MB view details)

Uploaded CPython 3.8 Windows x86

llvmlite-0.41.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

llvmlite-0.41.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (42.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

llvmlite-0.41.0rc1-cp38-cp38-macosx_11_0_arm64.whl (28.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

llvmlite-0.41.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (31.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1.tar.gz
  • Upload date:
  • Size: 146.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1.tar.gz
Algorithm Hash digest
SHA256 542544e751db411ca99ce4fc3f2e65c4a79d0349be1eb144131a40d261af18aa
MD5 67fbac7357eb798185417c569b113b60
BLAKE2b-256 62a15e6784176679461a9092ff56c3307b7ffa4eae2883225cd212f6e1d2a160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed43d545edb62ba58853968520553080fdbfa4171f1fd9fa98a749b106edff3d
MD5 bbf861ba0dea396960805f3d19b068c8
BLAKE2b-256 e3f6474ee76b2bdb408b6af73a4454010f53420888944a59b1767e195b19e587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4190d1f148ebd79a0d9da4a60b187157d9c2c09f88f9113146f9e026b840859
MD5 b244817735818e6b49d662aca4665aa1
BLAKE2b-256 e98671df8eea754b6e51d3833e2140bc5cfb082f5864dc6ce9686ea96d183d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90b0f37b47feed8f727eb178d71fab51ebf682f4a182692e16fcb22286f965d5
MD5 e1c9683358a5774550087948fe7d781a
BLAKE2b-256 330fb3f125617a51315da9242bfda243f80468346478673879e3b3ca29c644e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.8 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67c7e5b50b31aeeeeb51f437ab7ecf0ab822e8fe7c3e4216e8d94f0c15644e71
MD5 918bdb96893241583bf77cb6271a9e08
BLAKE2b-256 a7639b66be1fd8def73b4bfd3887b43fd2af53d9283efe23381cb321b263bc5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.0 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b7e8dec776e68f2839eaaaea456fae832710088dfdba6d3bf9d40a313e6fa5e
MD5 b4d18295b21a997da4bea5c35951d190
BLAKE2b-256 75e47d4c3f1b94de9bf7b85ed5215865b274f1aefa231eccd0f923c815b45b87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 810fbcf49f5362f940be095ad61581ffe0546f76f79894bcae0da6d4944ecc7d
MD5 01bde0ad2075b7a0c1826fdfec21640d
BLAKE2b-256 bcea4ff323e79c36378ef6595af1f7e6c82e175147f8e5c2bc1c992f21b8ac9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6d3c6fbaac49fe4c6b190a06387303bd4723707c5f7d825f771fe4ad546a2bf6
MD5 0f947ded49c3fb75bb3b8d4ffd0a7e76
BLAKE2b-256 6df8784d2c53bad0f389aa60e5eac7c4888bb3b68927d6309574c525bb1913fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9037ffcab90d1db62c58120884e78e094b17be0f929ab7bffdbe05be56253eb8
MD5 8c3ceeaa29c09a8f66d800157f8a31ce
BLAKE2b-256 5646c08cba19aa339eadb29bdb10504ab30ae138c1bf6c8eea2b2b2a4687c95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eea7266005bbbe5dc6214c200f011bbb6d61640e57d9b663a7bf6d4e786fdd42
MD5 6b27f9bb2672104a6fbd6f7743fa2025
BLAKE2b-256 1da34ec5d82cad13be06afbe81afee4eb2b7e0ff2902f10e67477a7f3ac890a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.8 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 139040cb00610bf9987546b01c59bce7421e30caab89d8c6632b616c24e4da5c
MD5 e4f5f1a58d6ce9ea388d22f355a954b6
BLAKE2b-256 587160940228bb5fbd937a7b7d7f300c37087837a96c34e17957bb949898bf06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.0 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca2ecd52ad39e3018fdffcdb937e5b787bf0e5b892d9656aa7c30b12361a6cab
MD5 ff22c935ee9b705f873c150c8d00f67c
BLAKE2b-256 695e4d3420cf2ac55cd99a394d617083ffae24fafa8ca6aeb699073167bcf8f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f3f143332a95a1af6e89c1a37a2e62669e001eb06140d463fcac4678fdb29844
MD5 87a7edb5d5974320ee1211d6998e259b
BLAKE2b-256 8838fc8ca61e6bb12f53a5b6f589bcfa0a68dfc9bbcd0604095430ab219d5e8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 650a646e0c530e18cc13f34856fee71f47260c9ddbc821a3d75bc8b1147aa5eb
MD5 68d3ad7db24a1aeb75b74c9ca95c9d0d
BLAKE2b-256 e9cbf2e15e3f790e55bbd6290ffc36c809daed398f06ac73e6971182bbcf25dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6085fecdbd4c1499c82162ec3bf63f0136b95fa2174ba74c8b1de8241748bd5a
MD5 c64770aaed2188cde2b8e72503675ff0
BLAKE2b-256 31fb98aa5672f9a9a2a08af91105f995b67aa11c59d0a8772601f5598906d2c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c775d3917db0245547fd0ad48ffac06eca9a9f6a4abb6d8c32d420dab5a9d19
MD5 3977c3176f0a43590e08e44da86e92c2
BLAKE2b-256 627f45a2b9559ceb34d7191183f0fbe3236126eadb7c1a105589fb305aa31aec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.8 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80da4328f78f4d627581a74ec258cfeb2dfb8464eacf5a0d06f3200e1b18b0d1
MD5 593d152654a81e7fd9d0db32c1e76bda
BLAKE2b-256 4897dcad54b8cd3b9c1ae81e04066e372d882f0c95034d5121c1b6eb9a1a6217

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.0 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9b54bd2c143e8de200fba58b3d8abd1cc832dc25463703e78eb264eff032946
MD5 b8a1f0b0663290616aeea17834ed783a
BLAKE2b-256 fe5eb247070536400c73116ef2ebbbbf8d932f9dcd8b076c34caf09027d2271b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3994a0b666914aba13b45b8af3503cb410c91d58d191836a10ad48c215a84456
MD5 d4319b44f0af1b189bcbdfc95ead7686
BLAKE2b-256 a8f86dd7c7fff4d6be4db816674692575bf415cfce7fcda2e7af88921d2a8383

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 84baf82e20d3e87a7dad6fd6d1f3cb467ab58cd57d855ba4928686aae47908dd
MD5 7d14321c64ee79067699fe46e4a1854e
BLAKE2b-256 fc668f532ed0bd1ab3060e0a3b09a0b4bfdc690400631264cd89344d6d9d4432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 673b3cb15b70baaefe29fe8b3169b212cb27392d2d8527d3a9c469737d3442a2
MD5 29e17a96d0f2070e9b43f81c68247f55
BLAKE2b-256 77a49d50508e2bcfed49930b20cc3ed82bb4334f37257bc3c895f6d64cf4c04b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llvmlite-0.41.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea966db9703759918529e429a5a69c3644b110cfd09e36c8780bfbd15da8f5f8
MD5 f28a08c497d01cdc12547333ccb164f5
BLAKE2b-256 d85127be01edafaf01c1d497ca9ed107e962352ba7c086967fa668ffae1249a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 28.8 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82a372336f2b8b428dc96649de8e51a08f7c031eca901aba5319cd48b49366d0
MD5 58f38e415a86fc0534d097c2abe7a59d
BLAKE2b-256 9fa4252ad8c0bb966f592fb496d247e85654f8b74a265576b4e8294a26cdedb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: llvmlite-0.41.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

File hashes

Hashes for llvmlite-0.41.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80c8be08e5a4d30d4d3c98d8ebc9ffaf953ac649aeccf62a2be2fc7a1623f205
MD5 890938cf3f27b74ffb816de8452b1099
BLAKE2b-256 a0ee147f3c04317e08fbb22be278ef0350a68f6495725f7e9ff6d5207e8f93a2

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