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.1.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.1-cp315-cp315t-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.15tWindows x86-64

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

Uploaded CPython 3.15tWindows x86

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

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pglast-8.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.6 MB view details)

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

pglast-8.1-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.1-cp315-cp315t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

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

Uploaded CPython 3.15tmacOS 10.15+ x86-64

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

Uploaded CPython 3.15Windows x86-64

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

Uploaded CPython 3.15Windows x86

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

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

pglast-8.1-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.1-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.1-cp315-cp315-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

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

Uploaded CPython 3.15macOS 10.15+ x86-64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pglast-8.1-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.1-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.1-cp314-cp314t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pglast-8.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pglast-8.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pglast-8.1-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.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.2 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pglast-8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.2 MB view details)

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

pglast-8.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pglast-8.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pglast-8.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for pglast-8.1.tar.gz
Algorithm Hash digest
SHA256 75f7e4eb1a5b1e6943cd2c5f10077ffd2ea5e636131f2346209bfa1f5897bb62
MD5 2c017bbbc735a8f92f3a81250ab173ff
BLAKE2b-256 7bb802f09a4fb0db7c58ff4e724e9c414ae2e87031c5ccdbd7dd64d818965433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 f89322c66139a2c024d81b459b3654166f4dab6727ced29809747c2150c10aec
MD5 490df76dfd5b685f837a7d75a45a41c1
BLAKE2b-256 adeb345dc20418c4c4b46856623e8e123bba3dc8c17f6e89fc50fcd59f6a9726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 0913534c487e565caa15cd4cf17f8bea28ccc1db2039747bb00ee4dd33ea7b66
MD5 9423fe6687d91e5db1bc58c0055a68ce
BLAKE2b-256 fee9f9d89fefdb8e9ddcbae04ebe1ee18338b1d26c046de4bde4aa65b5a30a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cfec50a2f160d8a67eacf9fda063985a284a273109cc9cf4a365dcc617ea849f
MD5 7ad14276721d96a9cc0c36f3c47a255d
BLAKE2b-256 53bed13616ed54b9329ead2333ea6188b03a44b931b895392b38f4a3b1feb1bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccffe65eab6f1cb0c1e6b9ae6061f2bb249c1718c7b93fe2496d94775574f81d
MD5 1e49c3f29c8700bf116b5d6a138c3dfb
BLAKE2b-256 39efdffbc97b386e466967e17e0c68ffea4b40a93a200ca1464285dcef78bff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 276c7cd554868c19741abbca97923efbf6ca4db748fa98b7371e5b0531ef4831
MD5 5d1efd1ad7fca4cdc789f29e6d513e31
BLAKE2b-256 7329ea6ce33e913a72f76499368a1fad66b4944987a6d0fafc26d0ac3a33cf7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99f99923d217f9d96332f905bc7a0e66b80fd237a247727fea9d72c69359c589
MD5 7f81ecd1d1f895b24a086128e36ebad2
BLAKE2b-256 188292ee1245f56ed930c319c7af2c20318a576070fdb6ed97aed1e8e87c3839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c05812ba6793e80ab9f5813156786e065bf10448270459dd99c243147b66e40
MD5 9606f1358ca2aa8afe89f96d48b999bc
BLAKE2b-256 14e0da9354ce4409f23e65f3482325b5d56e238875a036e5b1c1eb78a286a6e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9fe0431c11449ac45c9018116b51cbbd6e5c225b55af82bf4f6d30d5b58f7d6e
MD5 1387b3d0fe8f07c62d6d2813b809e833
BLAKE2b-256 30f054fe1d03f468a33e262bf07ec4550cde47fc8c8ed8b90a055f907e0d2753

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 798c5172286e8b91ce651449b5c4cac4a8188341a373d652e7c3c32bde0655e5
MD5 cb9a3977ce34ee9701febeb63d472622
BLAKE2b-256 3cd4454e0626f7240f470ed094382f8edef83cb8617a1012d0ec850b11d6a879

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 7c2804848f506a2218a1eb6f595ac565be56bce4cee78102f192a85dde507047
MD5 1b654031390ebabc0876783fceec9743
BLAKE2b-256 59bf423bc1d71e216da1f86a3494bce2934e15a49446cd1150b63d773c1eb20d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d234a2fc86b5c6672e5218bed5b6f9e7b2f941c5ba9e71d184e6f79ea0a97acb
MD5 812c1cad9624bdd4168009b3917f7b4a
BLAKE2b-256 395d99673b2f800de7edc19965777e739ad2e3656819c2a8f55313fef335feec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed3126e1d4913d4fb5b555e3711eb4ee51d2a90d46efc31c6ff790f785c31d65
MD5 88e683d07cc0899b101d64fe3541664a
BLAKE2b-256 902bb132d200c246647fe2dcfac8fcdab42f206746c1278c3073af29071330dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ed0391ba7f99e832b442ffbf7487b8df30a4feced8ddfa0239ec605df36675b
MD5 e80b2663dc472e3422cd2f4aeebb6274
BLAKE2b-256 fed1b3e09c3060e8e27d832ffa6c1cb88184bc943f7e795a6bd5b96d65cb2e37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6922259281339d0226a1ef1f57b347477fef4f4c594d4eb157ca73c091ddaac
MD5 a92966ced6af298c50c333a57a670768
BLAKE2b-256 544272dd877683942e71bc9a9bbfc5ce5620c8e907c253af7f5d5477c4f2da65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63fe91bb57ce5a292f401888d01572c2d812d2ab76381cb5b3637c689d55b47f
MD5 12897fc977e634e797fd45904b878929
BLAKE2b-256 88ddebc5e200bc0b6da56876cad8b0e20828ba9d6fcca47a9d0214eeee882242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 496a27dc775bdad1f3f242c818401bde86ed70f5acf0e7422eccda78cb91f0ac
MD5 f331293e8321e58040212e18b31a4fc5
BLAKE2b-256 91b51e07890e333facd0015cce5846d46b075001bf688d25620147d80c13c2a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2da7839ac96e1040f66d57d86333908597405d5a5665f8486eeac734727d5a01
MD5 3d5196a2505238b030bc5cc04aa67f5c
BLAKE2b-256 ea6bdefc7cc74b42ebde55c5a4eda731d6da370f0a6b4f5e9faed314838f1fa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ff2b043b93d7ae0b59bce33a4f921ef26649d10fd9c12ea77abbe4b7674697ae
MD5 0e4838dcb3421096d1d6c1fc2421b735
BLAKE2b-256 e181f42f914bf1993eda9c21c23dedb9f6e634d930a23d1d32b824e87762d88d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed75045bec9c28f6053ac428f30edd11a7588942888fbd24e7251876ea768b20
MD5 6a8f61a002ff6661de5e80f76d17f5e3
BLAKE2b-256 2667fed8447413bba2f1188a76418e9775a12dd7dd9e1139ac0974022879d93e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1f590dfcb40a10d1db1d36819e4673e253bd78aa65f7e21f3fd5855f923ec12
MD5 11f2822583624ea5ba30252747dc1312
BLAKE2b-256 8b8238a6f7c0876e24e3c8dfe38b74a1fe98c63e54e860e8ef4efca3cfdf167c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5d0fe66cce74d6b4b4b39c5cd5e0ee466727587302afd784af00d026cb5b0ba
MD5 30cdab2ee9b1f5e2111a36a5f511504a
BLAKE2b-256 c45e998a007542a674f9004df8034109ddcf6ad3178ae63ba58d9828e6b2dfd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d7923ca269ee61455e9255860adf07e033d72375d8098200acdf95546f2d6bc
MD5 e04b7e6bc281b065b498210834b13f63
BLAKE2b-256 5b69dd614a5b9e2ddcd2bbe9e72a92d3e8da8df53bedc6095aa38a274ee9a283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02c97804c096b2d56fa0f27784f242a3956c22873d154203d038c0bf676c0a25
MD5 3dfe3f06ad5527edeebe5a08e2706f42
BLAKE2b-256 5962a186525309bef8b2c83840ca148d736233f9963ee9e12e108b16ddbf8083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 23aa37b2714c910a2d99984f8fac4d8b31b9fbc5fe45500ec693077dcc15c066
MD5 23a95ce2ed3c8349f832a0e4c23784f8
BLAKE2b-256 4cf66663fba496a5f91d2adf97de0bf7c8091a1d8e38aab4ff9e18861ef0c0df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4fb7c9f698db7739f0c72e791b62b84ca802a57c66bc77545ca8e96b8e0ad7a1
MD5 a020d62c18fcf2af042aaa46d7d14395
BLAKE2b-256 22193e7d8b655f84cdfb94e3c3c5051e85479f970c759da9ac46d6a3df7919ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bef4bc9b6573b6e015d94f1b4d4c58b383576973244005ff7c6dc5c737c67391
MD5 d8248d613a5ccb1427473889c366cf96
BLAKE2b-256 17b17693b624b726f714cb9d92adecb8c52cb99f571bffedb109c0371182b76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 484ad4598b3cd4ba1fd78ee753f9b67b01375b5adc5fdb37e2a2b0d688418134
MD5 1a2c23f221c2ca760b0d670acaee7e47
BLAKE2b-256 32eb178a26776326a006ebdd78e18cb9253a55d84ffc160f4d5f6a81c8eaefdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05618d70223ed0cae3c038cff6c01a63a748f37724b19a5da0a9a9b66da6bcd3
MD5 30ef5899b964a9b1448425113e30e3cc
BLAKE2b-256 fe6bd677a9a2f459701182c455fa56eff9e9142d2e8a4f5e10f973e7195cb35d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 deeb40e896b6b2e874d0c3931da45101a20e64a9c667e50e367c48bfb9a47e95
MD5 b7c65d9cbdfea342f7f9abe9bc22804a
BLAKE2b-256 3bb28320f41264ad0c3985ee131a776b64c8e2e3f29b141af4663ee80a49c925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4be9012bb5ae92e7d46588fc9ad0b3bb07c4a1b985dcc830f65dde6dc5145c5a
MD5 93f0fd1cbf948fe190204da266b49937
BLAKE2b-256 a32b15b0636e7f94351dfa3cb7aae093f95bf6fc348997e561dec153a2b5380c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4b99762b09c2c53029fd57a877cd1c89ff134466a8472ae0b34f9b46e7657b8
MD5 d2af4f4c98eeb38cf0aece2cdc0a2ec1
BLAKE2b-256 6090dec06fd3d55fec50d32f2c29d446344e373aa05eb2d3cf40eb5a06fb1d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2c362b9fd840cc75c76388b3595c451a88ce5b1071e918d550d621a4b7c17415
MD5 56503b715100b5db1aca4e05f0e7fc52
BLAKE2b-256 856b3619ce4c3e6d8e4cb0f76452724f5e0b606197302e5c7c5a3d19f6cdb22d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 230bb05537e14b740955b67df394b93b6e117a05a6bf3a8c571cbaf109c865c7
MD5 7ba5c420e7d38b11658e64196a04b1e0
BLAKE2b-256 aa4fb4603a0a31e030fd0df3dcd3a2d8887438cb0d38052fd39e9f690d8c9e83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b64a3c0c4eadb5054d0080363bdc64570b684353e0e06358434ac870060e3bde
MD5 726038a9c0d9a097365d375dcf9f76a6
BLAKE2b-256 752ea4d78ec43734769ed4adbb7022e7f0fc5f0b80e26d611e2aff9c431e045e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90922163249ceb4b12eb39304191a223a7e45aed030d473e787a7929a3148031
MD5 3b3eeab0345a2c7fd2e70103f6459549
BLAKE2b-256 b6373ec39353750013f25fca6edd4bf070a01f78b94aae612c7e9cacb2529c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf0b0a26faa66747ccbf6444a140c0fecd970c0fbafb4c0be2c605e0ce61f8ba
MD5 b59bccc7ae7e0338086c9630811ebddb
BLAKE2b-256 964bf86ac5f988f7e79bb9e3d9070ac3474122b04b35ecff1d33843c773121fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 405b31625f6231b6a43b1b5f208d9e2c90a0ea5cf198edd5dafe97baf8f3f945
MD5 570e69cac31ed010816f6f6045d81f46
BLAKE2b-256 f84d96f1745c6f0a5f28c2c06d70e94b0bec0f51a0aef90325d86af035e59e5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 751d9ea47b7e6073a6b312073da427e133320185d58f900fe9e49567090f6b68
MD5 40fe16265248f9ed35346375e21039ca
BLAKE2b-256 96d321d705d6c18bcdd0865a24b752cc1cec3c5c538dcaf9d88af1c05e2fffad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d35e5059ffd90af289ed2568e0af6c603ff9dc2be65b0a63eb7f59c0a31b525b
MD5 93d83201eef7bccc5c0e461ab08577af
BLAKE2b-256 e4a02d364a4d0d9e27e97ad564623c9a6655cbb9be033f52fc96ec729d554214

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f5495b87530e502781d8a2b76a82192769613a6ad6db8a799f06b75b75a711af
MD5 2b657a0bf71eaddb59a7e40188a46794
BLAKE2b-256 7c0ef3410259de6fd037d833c72acfc17f124877f1566f244f873da719db685a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c376930f49a2c4d790f8dddcd6dd1e8b4c3a8187342a3c3e430865ea772a85a6
MD5 07fc6be0849fb9f435a750d5ff742586
BLAKE2b-256 6e6a6004baeab3d0ac0ca6de50dadf7fd9f65e3b34a775caf8274f54d9e46b01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6c232c20e4cd0882e8f9bb803fefd0424f214067e0c16a2dd8673e936a430657
MD5 836cc94f614d044cb158ed6e4a91466c
BLAKE2b-256 8534753136764853ab0baa6a43cebfdeb26f36797f209d6b090af9c8cdb12456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fccbc5d8b51f64e3aadb97c5787ec7cf14caaef3533a90789b9b8d30333a2ef
MD5 cc9b5d0e4579679e2a7870c2449293a0
BLAKE2b-256 c51f7f19ff88c5066ac09127c5cd9507a84e8306bbb7718b3dc88f1684950767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea3f8e20ea23957013401c742ba27baa9cb6bb75099fa97e005bbba7f1c24ff2
MD5 fabc67ab05c352b2d3323abbbb9a0a40
BLAKE2b-256 507466d599e8f7a10e19807be2c44fd2e23ed66bad9e86d123f164333f76f299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 141d8a3c108eb81a126a9217a0c3483c7713a67a8ce587730fc2ce1e9f04749e
MD5 d2fdfb36eb15f5cfbaade5bed359bb0d
BLAKE2b-256 025c23a8330910faf6266df16e6b3a9a117d33a8b413a128a8a4388e1c8f51e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a11a013cce1e71eacf557b978622b09edd53aa01728c18d78a83ba2c09d39d5a
MD5 694dbc6b0d07e68ad3cdfd6f6b33b0a4
BLAKE2b-256 4bb26ed43e91d059952673c68966caeb0d77bd3acc48a36d9312a73803bf760d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0008352e6581d0b78c81587a51cee2ac0a41984bf2a985fe2861c3f13c720c51
MD5 c9fcfcda464230241f47e0d09f83c8bb
BLAKE2b-256 26b878dd47e92decc823d575d118d6b82667b1a1a37741057b81303e4bf6af55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a70e9acdf4b45a2f3e4c868ee796f6946f616bca4f6a0e34dd68abe4c76b573e
MD5 d81d752ba8b7e02a7ac5767d25e3d95f
BLAKE2b-256 08856c265640547d50623179ed2aa2a3f2f25dfdae4e0634e3b795defe7f7485

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 341c267470b59d76f1fcbd243fd1473524ae55e2537c4f66838ee37cc893bada
MD5 b5f8b410d52acf893afe0745452046fb
BLAKE2b-256 9efead3dc8f10eec903dafce817bb2b9767e1700100afe29f1e48ca5c412e249

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 30414a96e54214f729231623dab2e486224a3958b795bcb8cb7759ca907a60e0
MD5 592d573b41167db48ba464d231a0278b
BLAKE2b-256 fcf760556fd6a90960b61a00a50c325dfd8f1053127d407881feac08c5d5d347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3e337feefc8c3876252793b915689db3b75b1dcb2c36270c639fd69da9cc826
MD5 1159ecce99c9cd6bc29724ab6b50f888
BLAKE2b-256 89f594636d76c08e7b18010e7ab04c4f09a504d812039b261f966c9f0ee2bc78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3816c9f306c4c4928b3ea886a0a72620aafb2e6b249e17e9bea3848b1ad28701
MD5 858a48051d2c9cc51954d9e5f5d6de6d
BLAKE2b-256 aa4bb5e4e40964c4f6d74efe0c073aebcc64ffb22791d44edd0cb803f5a53017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eee52582728f14ebea85f5c8e7290d55f0550e06f52702bf7feacda42654526
MD5 bf3ba29638ad6b1cd5f30ff0d482bcf6
BLAKE2b-256 e70977d5571b508546ed6b6d0cb7f75d8c9b2d2df81542a6305e752e712b21db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31b23bba0c23646f05982fe12252692f5ae3f2914b652f580babbdbae09fde08
MD5 c2c2a0ca7a9084be490225fa2fba9a11
BLAKE2b-256 954ba93708d48e0f8e76eeb6c7c28ee777f7784a73d9fed79f59311d2b2cf6de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bc7bd7dadacb07db4bfa12cf46c451b17944335afd18c7c16005e215e976f17
MD5 41bf7a39c9dc4d26a0ebd3b36afe75a7
BLAKE2b-256 1a3f82171f3df351808904c468384e12da2ba2e41de1ef6452347693ec508e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 762fa9b11edc598c1ff36e0b6f0af50faa1f61ac558e32cecdd661dfd96d4466
MD5 7ea6ecf3c44c789dd84ada2e475741ef
BLAKE2b-256 668382530cef7a66904ac005b5e6fcf0ab82174e5cfcaa3df767080f2884a740

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32d7167aefc3cec0ad6f03b639ad0e7f183e4bbfd84b4e1eddd2355fd8921115
MD5 6048d6d847e6af984715fe31586a46c5
BLAKE2b-256 8e7b42b64ecd0f5483e9681237ee2f5ff8b66d59d56cf85e6de2d455ced7ab92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pglast-8.1-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.12

File hashes

Hashes for pglast-8.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 33ec1664137bfcd926ecf6dac89b40ff76a3d26be58d1d3126477f190eb0df0e
MD5 3b6b5bcda3bb3a0412ad4cdc6a598d87
BLAKE2b-256 e64411eec8ac62de9f9b61ff2371354ca6450bae55a07b4eec8f60e44ef066bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f4db501a0b1ceedbf549e1f1827f34f1b5429291f597ad7e0394e054a2fb6dd
MD5 6fa6c971feb8e92ff39e627bf5a93ac5
BLAKE2b-256 c3c4667a883d6a87272b844de70ec64dd2039c8ebe93da74eb0edb8b3da04cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ecde0e5f4fb5a7befb109b0befdba94435d2d32328bea7cda4ab3008aa72ec41
MD5 3d00fcb4dd88ff7b107695f4b1068afe
BLAKE2b-256 cab92047c921306a7ad94722b2dcdfb01571f244ff2f50e65bc931b30d05663d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d2e6b144ab3e37fcc97ea05d3c482c254002103b00a471bbb3039715180ff71
MD5 519ea78934bc757d91d390d621fa3b4f
BLAKE2b-256 fbafdaecbe7b12395bc5f2b86acafde00b29b1401cf3690a2052fadfad8c70c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 203bd507bbd8dde78317c169c206b1620a09dd298583a031607d878a13a732fc
MD5 6df047c3ce6f2171729bf521996157f9
BLAKE2b-256 fba31d8586ded3b14e1a73c3c407e136425a9704ff20f1dacae514dc5010f5af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87e3ca29b8fc8345628a3f767b15998e6913e7315ffc042e54de573f75dfeee8
MD5 57fe0d18180d924372a451eb1e7f16f1
BLAKE2b-256 13b638757177254115d41485e4bb980bb233dba9bcc05852ee33876fbb5dc447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-8.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ef486b517f247f4c97c66f80fdb6b087d3f124f3424ecc6ef77177377d16630
MD5 859037a0f785697c87041adde2f5a17d
BLAKE2b-256 5f315efeb66ef8ded3a46d49398372b060e32b975cef39cc86af32aae60427d2

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