Skip to main content
Author:

Lele Gaifax

Contact:
lele@metapensiero.it
License:

GNU General Public License version 3 or later

Status:
Build status Documentation status Test coverage status
Version:
7

This is a Python 3 module that exposes the parse tree of a PostgreSQL statement (extracted by the almost standard PG parser repackaged as a standalone static library by libpg_query) as set of interconnected nodes, usually called an abstract syntax tree.

See a more detailed introduction in the documentation.

Installation

As usual, the easiest way is with pip:

$ pip install pglast

Alternatively you can clone the repository:

$ git clone https://github.com/lelit/pglast.git --recursive

and install from there:

$ pip install ./pglast

Development

There is a set of makefiles implementing the most common operations, a make help will show a brief table of contents. A comprehensive test suite, based on pytest, covers nearly 99% of the source lines.

Documentation

Latest documentation is hosted by Read the Docs at https://pglast.readthedocs.io/en/v7

Download files

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

Source Distribution

pglast-8.4.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

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

pglast-8.4-cp315-cp315t-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.15tWindows x86-64

pglast-8.4-cp315-cp315t-win32.whl (1.4 MB view details)

Uploaded CPython 3.15tWindows x86

pglast-8.4-cp315-cp315t-musllinux_1_2_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

pglast-8.4-cp315-cp315t-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pglast-8.4-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pglast-8.4-cp315-cp315t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

pglast-8.4-cp315-cp315t-macosx_10_15_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

pglast-8.4-cp315-cp315-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.15Windows x86-64

pglast-8.4-cp315-cp315-win32.whl (1.4 MB view details)

Uploaded CPython 3.15Windows x86

pglast-8.4-cp315-cp315-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

pglast-8.4-cp315-cp315-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

pglast-8.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pglast-8.4-cp315-cp315-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

pglast-8.4-cp315-cp315-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

pglast-8.4-cp314-cp314t-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

pglast-8.4-cp314-cp314t-win32.whl (1.4 MB view details)

Uploaded CPython 3.14tWindows x86

pglast-8.4-cp314-cp314t-musllinux_1_2_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pglast-8.4-cp314-cp314t-musllinux_1_2_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pglast-8.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pglast-8.4-cp314-cp314t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pglast-8.4-cp314-cp314t-macosx_10_15_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pglast-8.4-cp314-cp314-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14Windows x86-64

pglast-8.4-cp314-cp314-win32.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86

pglast-8.4-cp314-cp314-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pglast-8.4-cp314-cp314-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pglast-8.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.2 MB view details)

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

pglast-8.4-cp314-cp314-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pglast-8.4-cp314-cp314-macosx_10_15_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pglast-8.4-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pglast-8.4-cp313-cp313-win32.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86

pglast-8.4-cp313-cp313-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pglast-8.4-cp313-cp313-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pglast-8.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.2 MB view details)

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

pglast-8.4-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pglast-8.4-cp313-cp313-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pglast-8.4-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pglast-8.4-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86

pglast-8.4-cp312-cp312-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pglast-8.4-cp312-cp312-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pglast-8.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

pglast-8.4-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pglast-8.4-cp312-cp312-macosx_10_13_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pglast-8.4-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

pglast-8.4-cp311-cp311-win32.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86

pglast-8.4-cp311-cp311-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pglast-8.4-cp311-cp311-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pglast-8.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pglast-8.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.2 MB view details)

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

pglast-8.4-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pglast-8.4-cp311-cp311-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pglast-8.4-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

pglast-8.4-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

pglast-8.4-cp310-cp310-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pglast-8.4-cp310-cp310-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pglast-8.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

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

pglast-8.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

pglast-8.4-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pglast-8.4-cp310-cp310-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pglast-8.4.tar.gz.

File metadata

  • Download URL: pglast-8.4.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for pglast-8.4.tar.gz
Algorithm Hash digest
SHA256 ebc804351aab9c1bac395611758883cd17d4198f4704224bb6f9f1dd1f3c513d
MD5 221dc79829532c9658023d1a534bf37f
BLAKE2b-256 aee3e7dbccbac32ba8d6ea4f55aaf14ebd794bf0b8a05561af72284efe38b1b8

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 a20ec8ded0823f41477db57843d982ff32866976d7d40db0e919d18f885ed33b
MD5 b061a443b26ba6a951fc81b189fae044
BLAKE2b-256 93def6047c028f1d931ce9605d534f2955c260ec4352132fff1f5a278c0323a0

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 1c56b56d900d9a946f08ae3d7dfdec9f191743016fac4c46cc44acb929050081
MD5 3f3d1ab1fdd3e2c063b04fecfc79a1c6
BLAKE2b-256 43db66794bfac49431b84de018288531359d2dded4caac2b8d4f31066ab14259

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a271ce776e378d3377ed6847c4a7aca9f4e60efa8c046727b112d7ee37d3541
MD5 3d92666677423dc9122ff0792cc790c6
BLAKE2b-256 ddde218a1f7d211f25b592756311cfba217a6ff316108da2dbb23ecaf40b3605

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7505a9989bc9286915980241a27b6dfcb907a0ad3ae330e12cee3a3a9172c8ec
MD5 c98321f48dab1d04cab32bb90e277e55
BLAKE2b-256 0371c031edbe58a2c264105826e4f23aaa3c0d7ca46604cb2b90dfb1a39c7c5c

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e07d7cb61ddfc16b05fab0be04160fbf0495f1dc4a014cd3bb988a7944f593b1
MD5 e4e5dd11f237474ba4e8dd2213fb3ef5
BLAKE2b-256 ab60d6f6e0dfc546e7309aa9db325a93aeda60db1e155c46444a4ce4cf398584

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31fdb9aa49e9b947a4ffca9f4b70d68a371666290842e318fc6941d59c282f22
MD5 248075b9910a0e7ebc34cc7142c9d1ae
BLAKE2b-256 2510744ed82db0a04f4bce5cd2f819e782239dc430920c7363896ee86f6caf18

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 976696b0955beb34e6c2dc133c2b5f84236719a08b5746ceb005979653e7fc38
MD5 77dbaad48f9c6c491ce074789a2169a3
BLAKE2b-256 dd98194dbcd84ec33d414f0fc4cf6b82152503b7ff14fda4b042ab3e14528c0d

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a32c150446514b56fa0623b06eabbde8ca3b85c2a3a2f19b650898ddbd114fb
MD5 716e3e9f79d544e68fad6d8b1feecf3a
BLAKE2b-256 4bb3a25c4d9e149b972cfdaac394bffea1751c191981c4756e97f3157652c75f

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 7df67d294df2d00a8c4e63041bee1886b8e2d4b63f3196daa5edb3d190e47d36
MD5 a43b0a141b98d788840d2a64106016fb
BLAKE2b-256 c3d49ecec7ca0e6a64e16fc80b52d83ca328666ba6272cac96ae49c5baf4d357

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp315-cp315-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 1b0422fd80d60af8102bc2cf939b3b84adc940d1a3815d78d3bd1fb95964d0d9
MD5 e3f4daf4b78f78adbb8ce5ce138f793c
BLAKE2b-256 b4eeedba4eb39408243294a89759ae7cfd475560fd5edf09f123df2d94723ee2

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20a6940497b6c5440695bd31956214bba5982b924b08570498a36371f6238bfa
MD5 de79656cf3019899139e22cd02b2703a
BLAKE2b-256 80d802df4b5382608494ad772637a66a2d397ff154a8a45f017aa8a5702313fe

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e375184f24a7cbb0d14fc10c8a0e39e43aca9f5ce12856b4ce71909e697fdcd2
MD5 ba26458406447f5e5d4ee8b9a85ce1be
BLAKE2b-256 c6f9d18223b27bac20e180b1472d17d3734ab91e4f64e5bc48fedcabf42566eb

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c650725132eb2023d58ec26658d491c1fee0bef340dd2eecdb9a74d0252335fd
MD5 0c65fd91ed33415cff4401ac626f766e
BLAKE2b-256 bce70d48554096de2853bf588ee0e4e525e0f06422217d2d50e8949a74a8e3f4

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a08b763f5dee648a9e9ab6ed2bafb2f361440d51650de5bca21fdf3b584f7d62
MD5 cd986c5ae82df78e7ea9ba66fee18fbc
BLAKE2b-256 bc7eab960581c2cbe2cded3700a3787d5683542929b8bc4dc76a796ab2599edc

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9497500c813f5973f7e04b447aee2e51ed46ebfa1768843ac429e77ab6da2ad3
MD5 f0b4a4cc8eb92b0656ba67f6824c3399
BLAKE2b-256 8cd4f39cba427abddc1e013c971de37620aef0fde670cc22e2b52866ca01c763

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a9d2d6b579333f1a39b615bacda1d692e3802a6a6f3b6176cd65b289f059b23
MD5 d641a8cff63d90128f410b2c5404a792
BLAKE2b-256 7a2c7d2ee420aabf4ee07c58a417a5b9ae96d2db8637941f74873afce052e18f

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d88ccfeb81102c7a9f5e31b82c3681dc1df6abc972ddce0df92cbd927ffeefda
MD5 cf2b3e4b4586cf658e0268ca68e55248
BLAKE2b-256 63ce47b4475165f02e72acd6f355f936ff3f4e71a8449cdb5f7beab278de2cc7

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 17ae1cb3deada7302d177a4c086fa23ab260fe315d3cda99efc7f72e57a59fe9
MD5 221f0727d2dc3e9f4617abc3b0088872
BLAKE2b-256 f13bec18f3137ab1d147c6445885d6a608932376866392878aa91215ff4d9839

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94b556fc324a5662d5f73de19dce8fd579fc04f6528adacfad0439a0ccb0476a
MD5 30fedc775a16584989ab85f9e6d7b648
BLAKE2b-256 0e5e3e894e86651395990427aaa019dc7396767affc034af7a4f17bf297f1e33

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 baa9a7538270125ceb7b1448913ecee132765b2a29d49df359928474f960bf60
MD5 4aacb83e8c9ab769583f650321c019d7
BLAKE2b-256 333cd50392f51770cddd7da4f2adc7117d0f014900f1bbc84fe5a56f6015f1fd

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2f1187f1f6fe6e3495c455daf719409640f6e407665dc007431f3e5a0ea61fd
MD5 b8cb4537ddc3e767017ff9416a5c7fbf
BLAKE2b-256 19d0a8ae46b5c46a97cd4585eba57c8b853b49f6766cc26acd9c3274bb2dfdee

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b960f01ebbe24b3e1137bfe2a22b146ee1d07d7db7b1ae404880727f27b8161f
MD5 d72d6f60b5af3c8acc9b187276eade87
BLAKE2b-256 e4ac955ae4e1e16a3f33f7926e2607e7f0c9a4a3ce752c07177907d41cf08486

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ddd3fa347b3382f7dc2bf1cd9f740956eba209722a63c42fdc9f7c40ce1794f
MD5 cbda77a89bb3cd84bc6283cbd5beddf8
BLAKE2b-256 0a56ddc17c0f5c098aa92e26d1e5a71073b9b848b554064bbbd6f5a8c196079f

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2ff10596031632191cd6e5f6d77fa2c470ca7fa9b21209dc9eda8e26f2eb6a7f
MD5 2b72d70ccc62d989fa85683772e9575b
BLAKE2b-256 3596e62e3887d2ec47bd10fac71f73dc7b8e3b5d4a5e49a30f5bfbb83f503072

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7728d2a80908b19e2171f77e213274962f6226e81080f28760cdad73694c2043
MD5 a7f4c44133dd981b9d54f65ef53ce472
BLAKE2b-256 930e88d8db4622dfb5e3bb8d21d6b93f2aa9a7df26b50447234b256c084746f8

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 debd8d59838f554f30202e7a9814046888df83e7b13449add73fa25738ffeee0
MD5 86a30dde5e94a5f24031970af9410200
BLAKE2b-256 d8fc63b92bc82ecf9f74cb475096175a10a768f1ea5ed5edefb2ff7e2fb78217

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27d1b82389ab8d8cdab7bd07878d03389773740841fb057eab6066557a9a77f1
MD5 3cd8bc69d8dc4a1703afbaea6d2a5af3
BLAKE2b-256 fcdb22543ffe371205e9f65b94bb81c2267797f812afee55da8298238bf0ae11

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab5d6e843f13c077f40ac7ef9aa2484bfa17704db62778142b895bf326e9de32
MD5 cc753190181c7c4049a1e0f358632ce7
BLAKE2b-256 df8992ba65707ee394333cfcbf601ba984e948b83edd041bc7bd3398e5a431c5

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 550cd9dc74d4d63bc6f10b1e70ac08be6f8639e28cd50e2de4b2ef404e7cb317
MD5 c1bd627a313975d4e4d33c44a477f8ca
BLAKE2b-256 f1afd2af59b5288249b74bedef34c54e2c2dcd2ec6fd9c3b3635a312bac7bfe2

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d64011bf318e8ebd34afde3ef631aa0978a00834e5ef535cbf5fff93d1f8769
MD5 0222eb81921c05f0edb1eb00ce0d8bb4
BLAKE2b-256 341c5cafb25be198df4c4ace9cff3adf198a6d1c416988e08910b748c24113cf

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 217de568bf469e6013b9c9604e49bd44546d74a69c17e6d2f1895ce4cd31bd70
MD5 1f968a8da360395ea8acac8b5a17daaf
BLAKE2b-256 eacca137918a275c30f9cb542b92e0469058993a1591d220ab4a59d691daf9dd

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fdadf9dece0d86cdf33d57ec26d38cca6a12b0823835042909779c7dd4fc2e44
MD5 eb6f0806347b804f07bfeb15255d959e
BLAKE2b-256 3803b26fee104945b4cb7cd45d7a5f7db7a0b84c742aa62385c1e6c4df32d073

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f82f522858dafbcf1b2d969cebee0f3311a4f86ed07c8962e1f7ab00d7e87a1
MD5 7862b4fc1201a0f74944b7f3081379e4
BLAKE2b-256 f89f3bd6d1326da01a944ac159afd5a772e39921cbc0ab9941051b7632d0969e

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7960771b36e139232623969eb49ae79b60bca50ddd4aa70b9354bbcfc7feaf7c
MD5 f631cb81ae32d24200b434fbe37fb131
BLAKE2b-256 7ed7c704db78c7fb10e8a8cb99f26a8a5ec30e92c428777f8a684c1314ebd79c

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b475daff44e7eaded37a69e66ab0a9919c94dbfbe76c4fdcea5e9b254c1951ab
MD5 b89b63c503d22903235aed8503d6bf02
BLAKE2b-256 d5feef95ef83a86c7c4f189d33795eb1d896149236ca9162ffeb1b4d03de4edd

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cc7dce8318482c8af79e809482830573f3172eff8669bdedbb20760c86b7f11
MD5 dd8a6b388c4194d7d03ea7961f1f9af0
BLAKE2b-256 70e7713d251ac895c124cee39c9f393232525b6d1b0595c9c48706e522298560

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16f4e5ce7b41b25affbea84dc104f66f93f3f6f89346cd73de0e926a057e2ab6
MD5 fa262236f2907d36f83ef883009952fb
BLAKE2b-256 f005897d428ef40c3b08a6b30c9666bfc2de2c4ec9722eb35f749fcb93171368

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a879b684e3d16ba4fa9221286bcd18a6bb4a1052cf16bbb5952667253eab5f81
MD5 a928fb95c205e1f44f6a1348ea473420
BLAKE2b-256 1e2e31144fbe8f20c99ef342869e893b4af58ded8c676f95f714d8185173dc52

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c9f685ac45da437d0452821ad4c2fade5376905b1d32640dc9e561b352eeaa5
MD5 cb90c0b01f2b58ad11cd89dd6e1f3770
BLAKE2b-256 1dbc0d5886ba94f7d5e1b5d255fffb8f9426fefb854eaa8f3a7214be6dfbaba2

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7ffd86c71f0b920fef014bb6e4303f4062ce9a9bd423644c0f7580392941abad
MD5 16023af88bf641df04205f2f7c92ce28
BLAKE2b-256 21e1cdda5f48351e10dddb1566d8fdf6fbea7c0125cb90a972a51986cfd9ad52

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3478fdd73ce610f51f81c31581b1ba02904ced2dec70a23a662b1519ae5abe63
MD5 6dee9b8c44919fa637514cc6667e6713
BLAKE2b-256 29df9faf4ac14624e1265291038682af80429b12356a0894aee96c3e6a8d7f98

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 377bd834bc605d4da0632e9013846da592ea1eb43416f81e81bc237a35d10e97
MD5 3838e58378b616504389677cbe67f4c8
BLAKE2b-256 5a18d21e1aa207aa6c4b6bab0b62e37f1e90718f0443bcc66ea938830a35cd57

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0965cf42aa945c2d49aa99b493086f1aefa44c91b976c8838d6d1cda4b3b4e72
MD5 bd3f080480e4012b939667dd55f09f9f
BLAKE2b-256 d62ba73cf80bcfdf98638423d87d5c9d120de2db8ad949e6807176ce88ec5f8a

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8994205630abb0f160cb9c6bcbde5b31160820e7c248c0b58377be1ee557b9b5
MD5 7247f305d0c43ab7fe71ab4c843ce619
BLAKE2b-256 9434fcebfed7c1bc16e0d39550b0e45bde38712564610c5c87dfc1557dc7084e

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07efba644935ca2252113abeaf7e2854e2d4fc430ab80daee1ae87fa233603ed
MD5 0300522c7fbdb945b31a6f7dffdac4fa
BLAKE2b-256 ecc7d688b654748ce144756208edd6b36d8a2c18aabfca763a8ae2d6bcc687be

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c12c4bfe54030cad6cfea5ad22c9c038b0380d7fb445fa08b73f0cbb5d8bead
MD5 6bba441abe10c54aca78cd5562289f08
BLAKE2b-256 dfed18a50d87bceac8ed00638ba6903e2c6a7b2010fe6ed83f0641126b87bc27

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 192779cbffb5c2fa4824a5227eb8f6dd30239dbcfe6a7d7a7a9ddef4db74690c
MD5 4bfb6d364a681574f5d8976efa2856d6
BLAKE2b-256 482540af95b7a0c38e5fc185f6899eeb83d143784f1e6b1209f77f3856328ece

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cacfec670ec16da3cf142afd9411e62f3da3ca67a78905566551b169a4bf335f
MD5 a31742ad462b7f31683a4de31aeae11e
BLAKE2b-256 fcd853c80d3fe6eab918d24cf082732460c84c4190e72e03cbda75923f1a3ddf

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4c1fb6be1270b50cb6f70f13395a8da44849f002da07b1a08268faec2361d2f7
MD5 c3616514deeb0b4d41a00cfa13ec0951
BLAKE2b-256 d667ecdf159d46393249d87c2f72b1d2cf5503d1a4a39060c27c5294886df90b

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 881210b160e88573afaa76fa53e516817f9d13e6f6596b6109a45b18abb7f4d0
MD5 d105345705dcdf3c010cb77e4eb318d8
BLAKE2b-256 5f38ad12e9734d51ee65e47d477d025cc6f8d2a65c2116977cf02e955dbf8980

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4ba4fec0b386a54ec4f77174755aba552549bd6ab91088e59991af0a0b56557
MD5 b56b4e0cd62b3b947b1af217dabb51c4
BLAKE2b-256 7a1e90a032ae06fed01696f1d52e22dd0cb93a6a0d24ed85d6f416ee04da7982

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2e2cee59fb42d71702d28f18774bdacf61e5f46ce2d21107c85d0478060d795
MD5 b42a68b54cf1be942a95c36edb00d38e
BLAKE2b-256 bf4543e5c177621919cd0d1dd0c85da7f21c89cb22bd28961518edd0d1b46b11

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 578591aaafb0ebb6a9916f86708a878449dc533a2bcc43ab4cca77390f33f12d
MD5 724bd0559434fe6549e2d556cb2460f5
BLAKE2b-256 dc83de8c502b7e01033b528c4e8a88200fa4c627700253239365a57d770edec2

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f357cca18c406110d8e778742602255c5231ab7997921dff8ef05f1456d0dd3
MD5 b2b7de775beb88f9de4ce67cb378e681
BLAKE2b-256 44e1b3646585de2a26ebadd935a830c3e3e87a15d51c8eb2370cef6f4786a4e7

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3318cf126eab9a61e001c359fdab817e9b9293fc89c3acf1acf69aa34ca5102f
MD5 a20f58b1c5eef3a09dac6ccf7ac963c8
BLAKE2b-256 6f960bdb771e068e1b09d84716eae9494acd14dcb85bb6376962c0e33468275f

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e82173c1a687ab1599649b8f2079c8c9f0346aeab24550f831e2edb8ed0a2dfd
MD5 330e114406b08a8732cff9540122f7ee
BLAKE2b-256 6d879ab443d34770a297b35cb36de739925c957e157c938dc5a76918912ebdc6

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pglast-8.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 95059e4f3e44b74d414dac30bcb5c43da0f26c9d39edb727a14b8b4196291eaa
MD5 54d4365a36b2e9c2668e82eccca86ce3
BLAKE2b-256 80f02c07326080308f6f6eb9bf342851f026f6b5c79b3f749180f3100ef580bd

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: pglast-8.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pglast-8.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4c25d1a8675365d01e607b5d7ec398a653bfc4b40f6acc4b016b40ffe543f156
MD5 7b6824d46cb704318cd4057f6df10667
BLAKE2b-256 9030ec758526b32d95e274b2b0d94fa985673ad4faf986d8dbc50b8b2a04d45b

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83316be7363b278421e8e395fd634760232455dd402e8bb95c098eeabfa8eaeb
MD5 a8dbdef078e0bac1f2a4da4c2e91e100
BLAKE2b-256 63020ddec9a74555568b5eda0ff48d16e07169f4099aa1705a6269fd2e3a99d9

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be163e1f746ac972a7327076ccb1e584fb43e4fe6fd20930b6c281b35f3fc947
MD5 6f308545f9022d29f65a29f23aa76f94
BLAKE2b-256 81ab18202db15e29b550cf3be2bbd913e6fc09200570ead22355e9dbd0f3171d

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0e43ff6ae4c4d272c8e702689cd973fc995d6e449057f54081f5e3637754921
MD5 5ced2d35b6ece450d831e7026f4c88e9
BLAKE2b-256 84d2bd6a02c66569423e285db9acabfbe5d278f0281ace48ab5b4782676dd523

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 877b3df0bc1c19c2ed3bbe94dd1b0c6d1dce9ed7381c990e8ecc2437e17ff591
MD5 b8a933e9aca7188535f63c566e325bc3
BLAKE2b-256 c26be539f0976d1b979d3852de303c5d0fd6fa204ad044daed9e314157d12410

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd1e18027489d87f7f930e47819c86dc5f7637826250686f8f7266dd9edbeb06
MD5 2b5a50daf6a534743951ee393ecf2cbe
BLAKE2b-256 589f992fa94d5bf9b74e4a3d5890f484012667bad12fb7b773c558ac98f4dfca

See more details on using hashes here.

File details

Details for the file pglast-8.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pglast-8.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a7b8c39f64d81d0923d0d1c0136804c80c9ad621fdd88970df07d3301366a6f
MD5 938dd09d24f4a8fde5d4df0566b245cf
BLAKE2b-256 5231251719cd5842d278fc96ddac61de2771a408cf1cc9b218bfc087297cb207

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