Skip to main content

lexilla-py: Python bindings for Lexilla

CI PyPI License: MIT Python versions

Permissively-licensed Python bindings for Lexilla, the lexer library for Scintilla.

View on PyPI · View on GitHub

Status

See GitHub Issues for what's done and what's next.

Why this exists

Lexilla creates the lexer objects (ILexer5) that a Scintilla editor widget attaches via SCI_SETILEXER — it's a separate, Qt-free C++ library from Scintilla itself since Scintilla 5.0. This project exposes that library directly to Python. In practice, pyside6-scintilla is its only consumer, wired up via the set_lexer() convenience function (see Usage below) rather than raw SCI_SETILEXER pointer plumbing; it's kept as a separate package so this binding's release cadence and vendored Lexilla version can track upstream Lexilla releases independently of pyside6-scintilla's own release cycle — see docs/specs/mission.md for the full background.

Goals

lexilla aims to be:

  • MIT licensed — usable in open-source or closed-source projects freely
  • A faithful, low-level binding of Lexilla's CreateLexer/ILexer5 C++ API — not a redesign of it
  • Vendored and versioned independently of pyside6-scintilla — exposes the lexer as a raw pointer (SCI_SETILEXER-compatible), so this package can track upstream Lexilla releases on its own schedule
  • Available as pre-built wheels for Linux (x86_64, aarch64), Windows (x86_64), and macOS (arm64, x86_64)
  • Not affiliated with the Scintilla/Lexilla project

Installation

Install from PyPI:

pip install lexilla

Usage

from lexilla import Language, create_lexer
from lexilla.pyside6_scintilla import set_lexer
from pyside6_scintilla import ScintillaEdit

editor = ScintillaEdit()
lexer = create_lexer(Language.CPP)
assert lexer is not None
set_lexer(editor, lexer)

set_lexer() hands a created lexer to a pyside6-scintilla ScintillaEdit via SCI_SETILEXER, transferring ownership to it — see lexilla_highlighting for a complete example.

Versioning

Version numbers follow <Lexilla version>.<binding revision> — e.g. 5.5.0.0 is binding revision 0 for Lexilla 5.5.0. The binding revision increments for releases of this package that don't correspond to a new Lexilla version, and resets to 0 when Lexilla itself releases a new version.

Documentation

Doc Contents
docs/auditing.md How to verify the vendored Lexilla source matches upstream
docs/bindings.md How the nanobind bindings are built, and how they're expected to grow
docs/build.md Build prerequisites, local build/rebuild, wheels, and publishing
docs/documenting.md How the docs site is built (stub)
docs/specs/ Design specifications and action plans for in-progress and planned work
docs/specs/mission.md Project background, goals, and design decisions
docs/testpypi.md Setting up TestPyPI trusted publishing
examples/ No examples of its own — see pyside6-scintilla/examples/
GitHub Issues Ordered list of upcoming work
Project board Joint roadmap for lexilla-py and pyside6-scintilla; issues/PRs from both repos are auto-added

License

Download files

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

Source Distribution

lexilla-5.5.0.0.tar.gz (1.0 MB view details)

Uploaded Source

Built Distributions

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

lexilla-5.5.0.0-cp314-cp314-win_amd64.whl (810.9 kB view details)

Uploaded CPython 3.14Windows x86-64

lexilla-5.5.0.0-cp314-cp314-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

lexilla-5.5.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

lexilla-5.5.0.0-cp314-cp314-macosx_11_0_x86_64.whl (798.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

lexilla-5.5.0.0-cp314-cp314-macosx_11_0_arm64.whl (719.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

lexilla-5.5.0.0-cp313-cp313-win_amd64.whl (783.5 kB view details)

Uploaded CPython 3.13Windows x86-64

lexilla-5.5.0.0-cp313-cp313-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

lexilla-5.5.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

lexilla-5.5.0.0-cp313-cp313-macosx_11_0_x86_64.whl (798.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

lexilla-5.5.0.0-cp313-cp313-macosx_11_0_arm64.whl (719.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

lexilla-5.5.0.0-cp312-cp312-win_amd64.whl (783.6 kB view details)

Uploaded CPython 3.12Windows x86-64

lexilla-5.5.0.0-cp312-cp312-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

lexilla-5.5.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

lexilla-5.5.0.0-cp312-cp312-macosx_11_0_x86_64.whl (798.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

lexilla-5.5.0.0-cp312-cp312-macosx_11_0_arm64.whl (719.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

lexilla-5.5.0.0-cp311-cp311-win_amd64.whl (784.4 kB view details)

Uploaded CPython 3.11Windows x86-64

lexilla-5.5.0.0-cp311-cp311-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

lexilla-5.5.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

lexilla-5.5.0.0-cp311-cp311-macosx_11_0_x86_64.whl (799.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

lexilla-5.5.0.0-cp311-cp311-macosx_11_0_arm64.whl (720.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file lexilla-5.5.0.0.tar.gz.

File metadata

  • Download URL: lexilla-5.5.0.0.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lexilla-5.5.0.0.tar.gz
Algorithm Hash digest
SHA256 6045afd61c5c8e29d85401c04af7655f892d691530622ba81c2e23d08779dc78
MD5 ce569f131894bb6410c47594b8d43d0b
BLAKE2b-256 f4552719f04ac500499d232e75923429e6e28598b2642e78d396a8db0c27757d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0.tar.gz:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: lexilla-5.5.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 810.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lexilla-5.5.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9868cae8ca3b887396b51e6970103ed3074d719867c3d1ee3fe9046b774a8f7c
MD5 442aa1341ca82b68d9a1efac5e907ffa
BLAKE2b-256 6a3e25b7c9381f8842e51f955e49796cfb150966965f87a405b9840d2efe1cb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8e897731261525aeeea88503fa6f5480f670e1ba73ef1348be6f6996405141d5
MD5 4e997595c54fed6e68dd11d98ff15e58
BLAKE2b-256 49cc2be7bac4c9543fb60bd37427f58def709bec2233c152dad438d001df7782

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4e8bda8becf824354fc31ee5b5e22389d1a0e39e07d016214e6bcd563ff0efd
MD5 fec0df5784aeff740466315f684b27f5
BLAKE2b-256 d555081e0712da7f891dbf3f6ced9c11f9b3a78d1a0f65f759d28f2e290fd2ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 02472137535e5dffa8309079a44edde2ae376c6ae532dbc69e1956ceaee0beab
MD5 26bbe81d89dbb6ebbbaad8acbd2a35c3
BLAKE2b-256 8d4b4ea03df8bbc6e7bb45e8216589ed50e86606a40d5a4fc38b3f4d733ab431

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05cd41d4736bf1595068b2e368ae1617bc1907b3c5b94265a9da6eabd640c7de
MD5 9dda4b4864cafb00d3c3ae2835d1d8a5
BLAKE2b-256 fd462b6d796d1b118b730e0af6c2cb4d385ca17c6685d77de6bb71e2d6167c8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: lexilla-5.5.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 783.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lexilla-5.5.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 203e223be459b2470c7005742fca50e7b428b8fd975d1ac5773790bdc495770c
MD5 30460f1ca808f307f6fa13f4f10a232b
BLAKE2b-256 0bd900b69dccff050881b29ca0b6910e6b0da4607b7736a726ad7776f37561c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f4c28223e4ce84ee096ef077a3570c67d6377c8e1025caae50c2d23f7a66b482
MD5 95fed409392aea0b20d3897e26a3dccf
BLAKE2b-256 b197ea581a4aa08fe691008926dee9acc73714e09896ba481f25bd5954977fad

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8a2165ea81493618e01ea793ac90c2dc13277d9e5776c73965530c2fcf44f45
MD5 cf1dca01877a74a672a94f8471eeeafd
BLAKE2b-256 00cec50c99ca008211d3254eb3ff99b203b3ee5d4a8640c81ebe1d134a3641c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4651dfd4084c7d89cab227fb739fe2b10fe497422704f3a91609b4edd181d1f1
MD5 7b5e4836b851175be01910b216950909
BLAKE2b-256 17eafff02021aa5a9041b8a125e4077b49259812e8d52eec01535776f3a4e985

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1e20b7e2ca40d78b7bf327b48f0fe1d9f277140981d1ed597b5d05d72056803
MD5 59330a62dbbbde64d6ee746b51c4e00d
BLAKE2b-256 d3eed027902189650183419eb489098ae96f8491e60a8c905d098799398f1d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: lexilla-5.5.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 783.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lexilla-5.5.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27008196240ff4fba83cd8758657f1c8ca73654d20e6f922494cc3d1eb8be1b1
MD5 36edc938893c96ecda332e33f5d24a98
BLAKE2b-256 d88c37f144e3b040694ae5b8e673d9e529ca7480893ae5627b0f4c8092f49d0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 259b80814b38d643f0bd119db1ad93ce973b144ab9ec8966507404aef4082ab8
MD5 74d4724262f59fa2334ff838b3caa082
BLAKE2b-256 15095aa68a2aff1b7aa1a1ea8ca4431a4cbca858581cb7d1282f1073bd387a16

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 675d561dd97aba1011417d0394726e97ab26209ef92e2cdc6617ef69920b1ecb
MD5 e6b72ad7b4bdc42afa1ec34d7d4bebcb
BLAKE2b-256 a2b2a8562a4f50e83cc586d66a36b7f2e75807610e333aedc7312ee86e65fab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b04b6d04c1e011f9ba31ea5f1ac557be4e8c9998f74fb96d8e17ece6c72c42e1
MD5 5604566c3743346f0f6f61f541ae8cf6
BLAKE2b-256 8f9c6c4c6865a2e556a932be36a1857d8ee92a0bbbcec18b9e36bd08c278dc6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 940a8c1ea56ec2460575a1fd672f49b125c4a9720405ec263221771914032f9b
MD5 1a85218a367cda7118cdd421e5ce6805
BLAKE2b-256 32bac2c545a15b3897d961927329b66bbe0a6b42f69c421e66e4afc75680af36

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: lexilla-5.5.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 784.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lexilla-5.5.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 01e44863f80feabdfe0d73abef6568f156c293556c5233fc90cacded905e1044
MD5 8273c3947488193c4523e4051cd4b987
BLAKE2b-256 5e4d695189d86647016801adb92c65950ac851e4310446241d92871d0169b383

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 24cde2362911b833cb80e160708bf6405b48fe483f040837cfd5793ff387ecb1
MD5 6970381fcd9f65139d71efc52d82676b
BLAKE2b-256 cdfc6663c0a6959a46b944a3d5b3cf3e48673666e043ac1b6b71c6026c7c2561

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 377ff522219dd5db8ce2c9829e37c2aa435c36f7b136b27e2d40111e56310174
MD5 f74f8f6576540fd2bc4608e094995610
BLAKE2b-256 955bfd273d89478686c4421ac48e86045fed2ce5fa389f8c9641a940d8115398

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 86de9a1572c7f7352cf6a2ab22569ccd844c4150e7f62b7b84f811ac668a7890
MD5 b8d4c5f6781576d9bf04c015e1c82288
BLAKE2b-256 bc2ac96e31e6d8f8d5202535dca29e391407382342088b6ee9f9fdc23744edba

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lexilla-5.5.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lexilla-5.5.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9cd2c5af63c41d8c501d3606f9dd4c6c1cadc1ce24b3cbc0a596726f80f36e6
MD5 a7248035d4a82f36a9130bf152a308da
BLAKE2b-256 1844de3670256cea10c17ec180c8c76724841b9528beee121aa21fcfbc2048bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for lexilla-5.5.0.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on borco/lexilla-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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