Skip to main content

PostgreSQL Languages AST and statements prettifier

Project description

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

Project details


Download files

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

Source Distribution

pglast-7.13.tar.gz (3.4 MB view details)

Uploaded Source

Built Distributions

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

pglast-7.13-cp314-cp314t-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

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

pglast-7.13-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

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

pglast-7.13-cp314-cp314t-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pglast-7.13-cp314-cp314-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86-64

pglast-7.13-cp314-cp314-win32.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86

pglast-7.13-cp314-cp314-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pglast-7.13-cp314-cp314-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pglast-7.13-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

pglast-7.13-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

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

pglast-7.13-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pglast-7.13-cp314-cp314-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pglast-7.13-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pglast-7.13-cp313-cp313-win32.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86

pglast-7.13-cp313-cp313-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pglast-7.13-cp313-cp313-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pglast-7.13-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.0 MB view details)

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

pglast-7.13-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

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

pglast-7.13-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pglast-7.13-cp313-cp313-macosx_10_13_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pglast-7.13-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pglast-7.13-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86

pglast-7.13-cp312-cp312-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pglast-7.13-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pglast-7.13-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

pglast-7.13-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.8 MB view details)

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

pglast-7.13-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pglast-7.13-cp312-cp312-macosx_10_13_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pglast-7.13-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pglast-7.13-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86

pglast-7.13-cp311-cp311-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pglast-7.13-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pglast-7.13-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

pglast-7.13-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

pglast-7.13-cp311-cp311-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pglast-7.13-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pglast-7.13-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86

pglast-7.13-cp310-cp310-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pglast-7.13-cp310-cp310-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pglast-7.13-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

pglast-7.13-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.8 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pglast-7.13-cp310-cp310-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pglast-7.13-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

pglast-7.13-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86

pglast-7.13-cp39-cp39-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pglast-7.13-cp39-cp39-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pglast-7.13-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

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

pglast-7.13-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.8 MB view details)

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

pglast-7.13-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pglast-7.13-cp39-cp39-macosx_10_9_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13.tar.gz
Algorithm Hash digest
SHA256 88c2c1f2f2510fb6dded649da62fe24e5bb2f956d4dcd595c7f862f43d7ca689
MD5 47177c75bba65fbfe03a81c2a13ba36d
BLAKE2b-256 f0dc5a383df19631e555e94b98d8d09f83522a5b0a29a1e624cc08866bdf1fe8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fcfb5c0516149f90feb1e4334df605dfd271509ba837b242edce1c9e4f6d281b
MD5 73a54c3ca2bedc1857b96f31e926f991
BLAKE2b-256 07cbc34ca11a308e500978041ea2eb125dfc9d51da2d5885877b660fc469dae5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 2220b5141cd0ed16973a941ba0cfdb2aaebb1541b892a1fbabe5cf1648ab8596
MD5 c32a8790bd077a26c247717ef9b90545
BLAKE2b-256 0af605b1d804b87c07587bcfeb9f767be92294a4cd88a0c53869131cbeee5bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ee4a8dfe8a53c86e34d66122b3fec235c201fb119fd02c43f8163753feed594
MD5 4d2b22b2337966d894623bf32669a75f
BLAKE2b-256 3c83961c8576aada3b6130e1d7bc1a4b6fed43e6db005ad801d4c203f5a35f56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfcd25ce2ab1982a73b024164c52e0465cfc5795271c17b9bb94a3fb4953cae9
MD5 fd2fac62e65de2a4e869c7309b48b8e6
BLAKE2b-256 86a5ac5150576c622b7a7f312a62820455319076a79086749e98840d65da217d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cdadec93285f0ad0eb0a366477bb0b0e6bd3118e145ce80406d8f46f847aa00f
MD5 6546e59cfbdb44cd7f61ca76debfacdf
BLAKE2b-256 f2c72622cd0c04630f2cc7f117eea59c883f578a87b438eff9354447f5685650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cd6eaf942acffe22b11400e1bac7d5aaaebc9f9d8c7195f16373be0312dabab
MD5 bc38c5e6c9706f5465c4d85fa86d0d7e
BLAKE2b-256 87af3975b2a5bf3a3b2e64047173c3bb8bf403e424ed836ab98c82707a6e7550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13f9259b4ef88018ad5e3411c943bf1e49b0819682847c6ec4d30ee406fe89e5
MD5 dbd6927a5f8e48c62aa316ff334c5c05
BLAKE2b-256 0c23da87299155fdd1b4479f041e26e23f02fac7fbba39be0f05a7ba6a60107a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7b9ff51f40996920c8644c05275e83b85b5872845d59e56f5d9dad21a7879019
MD5 f62cbfbff0c464f5188a756275a4dbe3
BLAKE2b-256 54a85be12940398a8c80df59a64ad7b24251094a1a35321c6a1460f122524593

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 41ccc83b9c75c0e62c0669ad92db7179d44b437b1f367c941ce5c9315d3aad63
MD5 a33cd34379108aa99999bdc457faaa20
BLAKE2b-256 38528b424b79b66faf271c7bfe65e8f2b14e29d512ff84d5d51b0744f230fedc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b6baf363e682f22cf4159b0842379fb6b4ab8c0d86854a30f00e5ad2de1d0cdd
MD5 beb3b59009834eba1506c31aa3a0c3ee
BLAKE2b-256 9527d19d34b030be0580a633a6e7daaac38ebdadc87e51ad67b9ae02454e2b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a69805564f3a59ec6d5efba967d852ff582e6fac4a608355206e6f7d8fe844a
MD5 a781b6af734bf92bffad073a18b7b201
BLAKE2b-256 1da7a0d9819cd1ba6dacc7be773f542fe1d74e8f62f8cfd93c57d72db0efcc3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6782a15a03c62fa85505bb23a31e2ea5e8af88594017ccd33daa2b73fe34de2a
MD5 c544a15eb163831c425e93426d1edf61
BLAKE2b-256 f59f9a2da9d3a33007c92278a31cbbb68b628e6679ccc8eeb3af68693a4e1bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc53db0c8aa6e4ea5b309fa63466aa49896143b2b6e50c6525b4d242d161d0e2
MD5 0d13bfbfa4ba88a70891d5503ffe861c
BLAKE2b-256 ccc0dccb663979c25dce71acc00baea4fa452d21f0181b8ba9a3fa929f122162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b16d20c7539e0e0c0a2babc563c0844a6ba73501f67da5f40a933d1140775e4
MD5 d1d498a8a806eb83e5286028730eaf4b
BLAKE2b-256 432763ae733e924a5aa1e0b05ac5d6cf24524bd106593ec9bde6c2de370d987f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da518bfcfc8360bc75190a712e1675d6fe4351f46148b3ac555d6f055f09d547
MD5 be7b89665286619bdc008899b94a4da7
BLAKE2b-256 516fc80e4001c4eec6cb6d11978aa8ab6384d817e6b4fceb040e22548e836099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 330d1b042666148adeabb35a68adf44d01e5a4c156da92c9346f2608d9658035
MD5 fab29d79d1b98241b251fb741d8de71f
BLAKE2b-256 79673f1373196c3741a533695ce452dc212857943e51292c0cebcb78c344d4c0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dc42521507a19254eac7a81028c4d16c101d59ee9e59df15f461bbd53ed56c41
MD5 4e3d87f1ce4e3a9ff14b32afdfbea4c1
BLAKE2b-256 793ffb91683c53a0bf0f038ced3eaf320eb95d73d42129137d1c090c10047d46

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2fa2e36368e201f9c306ccb8638774a4a4108d8390e8a19c38846f384d4c9c60
MD5 a3457e8bb79a316504d51ad328a6a5f3
BLAKE2b-256 91b4aa67ab9a6b96586d820789f008238ad561f216a8a770b944559e223eccc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a8ee80977d15511eba3249737cee0e1dd8b7f1f71ddee603ee28d417610f4d5
MD5 fed0cb51429061c26cd076589afde772
BLAKE2b-256 9e614e169ea35098164b90b0be8f173306cf9a8217ff5c503d44dc69be36dab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a476e53dcc90a1b9095d3799f74ee342af8eef3ab720ad994e46fa786b08e5d
MD5 0e68f3b9c358654ca007edaf52d75583
BLAKE2b-256 e6e019975ce796d9f894fc1d7bdf0ae722e30333eb80086c9ebccbf3669d4ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ce29c949facb503ffecd25803d0c1ffd3bd6105ba0d2afb8f9ce4ee12c3f994
MD5 f8384d4894e6c4e156c0eac9561f7525
BLAKE2b-256 320bb69928990759b4848fb54538bea7b8ae5aade1fd1b2abaa0bb7cd7084235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ea6c9d0a859083e0d2b5cad5fe845f6b57af7086db74b992410ff143c7f1aad
MD5 a2a67532132246df4a0d3a743da1bbdc
BLAKE2b-256 0918709e4089c8853cba4588b423ebf4adcd5ba61329aa8c8b4f4e3eeadda138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aacde2ad7356ce735bec0bd1767b5437e2c2e7297b01f957f8f4773a5d3495bb
MD5 add17531d52fa4a6f5091aa64857d888
BLAKE2b-256 d6d18c0d5b6885112290b9cbb589c9c6333ee36987abf545d41e56eac22c33cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e6098312e2bd0e6ce068331d001d331330e80dc136fcb9e439f6852a9c904f42
MD5 70ddbdb7c01f588265221d54810b37c1
BLAKE2b-256 d6bace61c73e9270efce7d8a14182ebc791e1198ccfff63de06d078081d44d5e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1d02bac38cec807c4cabfe31fd84673a1dc82bcf23ae477d0c9e3b0ebbbc706d
MD5 f7777b0b9621599d76e0028c6e498559
BLAKE2b-256 649c0c91548461ae35740e6da8dd9e4635a6a3356f98e1ff3e04ddcf2ccdf4c6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1fc9fc3fadecbedcd5ba624d63b8df8d2b851e2b858a367c18bb22e4bb383f54
MD5 5fcaeab9f83d05186c2486ab7791e6fa
BLAKE2b-256 f6bf1f99bd94123811eb5a7428cef0d4afd9fa9dc1f1e4e76ed5cd35e16c62ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01c5411c9253fcd00abc955f01c0b56291307a1f58f36fd1845b768ecea48af8
MD5 ba58f2d1aa257080c94ad214ce3f188d
BLAKE2b-256 52a38a5d3e09621f9c82b628d7e41443350c794cede7e2a0a2a7ac4f7820aeae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d8f3d7b81b64fe40f30455f40124f587795935256ede7c6cd9801ed6ec2b6b0
MD5 89f558c7f4935f94b675481fe3c8b8d9
BLAKE2b-256 18264d6541745e856fddca3427d231ccf02e8af1c0cf1730a092c7651fa69cfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52fa94e90a2ecfd9a79e3036924e528e226a4b7be8783e7e38997e9ba9b06923
MD5 e70664be05dedf670cb477e8f6c159b9
BLAKE2b-256 2cdf9726515e6a840ca422414bd281a2710546841c410940092261c23b9bdf51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 222d0aa9ebef82a3f97cbf3843ed5af72844ad0d9360a6450937db2f4377487d
MD5 299670c748e8b7df5375bb742b9507a8
BLAKE2b-256 c7a831f5c930a07b935ed87dbd599a67c13c443931fa5f7f600ed60d32a16f52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c815d3f3833718418c5ed1f8bb19a9663ba82612095b2d33c13d94eaf9a4d630
MD5 c30048f339a803d17932b5e7fbcb831e
BLAKE2b-256 e7fc6c1088cafadcef92494cdbc39a67dd48acdaa4d06c43388de43628311a24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 32a1a5c7c55e7763b8f37103ee7e7a634452f09871e3cc920808eaa0d2ad622b
MD5 135795d0147ba52f3644aa675624b702
BLAKE2b-256 6c09ec173d2a1cffbe6dbc69c6881d77e31624715c880ee32dac795548caffa1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 96eb82489d08971d1a6267f9f182a3e14dfc67692f29194685024dd66968d284
MD5 11a0840c55b624f6f6ab1bd888ee348a
BLAKE2b-256 731a74585b1543de335f851dd2446c982548be05e314e6c14e0adcb2b7f822cf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ec68e13a7bde1ece37112ce564116046621896912c747e9a5f488c7404297e25
MD5 a42cfc2fc571bbaee38a9d80906a306a
BLAKE2b-256 a78547739137fa8092f95e7edfcd2e3f2fef1d7e2fceb09f838adc1994fbeaba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14262a69860e728714d4aac266c376fc21a4a0485b8ff53b7faad9435db30de2
MD5 a56f7ca3299948fc8fc6080069e3abca
BLAKE2b-256 c4a2a9d3121aa4c92c70b9affbed7319df777a979c5a7f9b065ffea0a2e41ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ab23f8eebc33e6ff1b011fefec78e70bb2e09aa73824d16791db889ecc49f7f
MD5 ab94544d86f236183c115e938e3cc0fb
BLAKE2b-256 4bf94225fd11e9c3f3fb8bb83a18e163b95b79b394cf0a3dc44f2bd529838b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 635ed5315c34b108f7a106d3c80fdbad74cf8f8e087918d6201106dc9d3bab01
MD5 ad4192783caba299d975c927e4287d6e
BLAKE2b-256 83d0c1ee66c2f7f6ee2b99b8ca449aa62e70149959647ff68a3e458c23ab5142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc44b1703a736c8a53d0079a6b2ed366b46c8d7d33a0798a8aa5a8e3f933f45b
MD5 fedd04fc04b175c520269d556d0f15a6
BLAKE2b-256 1c9ecd704aa937f4cbfbedf3694b5bdfbe9aabb5e1b6c0e4161e88f8723e3007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73df257a7ee32bb341b977908cd5cf4f548642fdfac04b31f35ff9cbaa67ce46
MD5 d7e1fca7d0504816afc67b8c648d4648
BLAKE2b-256 3dff3af454af8381bdb2d8eb19a7dc45b71382b89c4ccbca38a6b71f544e1b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 995fbdd8002f4b2b4c0c993a77e715e3ce7ae48bb23108e2d8f766b90e0f0168
MD5 1c38ade9557dad75223ec6b5cff1a882
BLAKE2b-256 114d745aa1182055ed72c8c3ddfe67f26b0c600f4421dbad4a6d90c09c113122

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 92c9677cd298804a52edb5d714f6a8ff9a50aefcccfe4f02363d35183da8ab81
MD5 602d11325f009931a92b5314eb705e03
BLAKE2b-256 bec201ee098a924518b7844994c318ecedbd101839fafdfd19e45c0b6803dc0d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pglast-7.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e3ce3cb97d1cacf92a12503cabb9d5ade2a9caa9750f66f1aefb901f16499318
MD5 eee0ad29356dc21acd1a2d9f1c862592
BLAKE2b-256 857dcc387a0513d6f3696520bbbc6cb4d7a19d765cd8db41641f2a42f6d06e1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c5e6341475bc45b7de2a24715fa51e26b9a28a7c2491f8a8da7de81fa7b6738
MD5 843fb257b0cec6d27508f60a5028e560
BLAKE2b-256 19e3db75df63338c74e2c7b4b21f552ec36dc061319acc91e3a1188ad05c00cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb3d20e41ead82300cba8bf5ac90eaa3bd88ca69a06c9a87018663d9730d3d6d
MD5 033d48daa86b64dd74141b992699bb4d
BLAKE2b-256 c74a84ac8e613c38c54a1b268c69fb0c9abc5af914e48575986b80c574290b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 977ee7dbb2471978cf0abe885d19fd85344ced0eef6b41e234f50f718abe8e6c
MD5 271cb87bbd837c3377271982df147bc9
BLAKE2b-256 162509ff1f24c3533d811d5333ae66c9e73d1b6462652d70a5adb460bb6ebd6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a09ed77521225ed2a913e852850fadcd39586031d0c29576f9814c995c2143f
MD5 aec4b0e43e2c2339c660eea9724eb011
BLAKE2b-256 2c2d0f6a4c2af42dc7202d7809123014321c8155482d3e1b88ffcde00522d5d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 451150b3cb6757b3b5149f6a2713e19535ed61c10084a8f489972d58b395ae7a
MD5 c83db29d6b755deb1fcbf0a2c69977eb
BLAKE2b-256 01a733848c741335cfa1496579b60fcd5fd238dcbb097bf57f766f2b2422b586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pglast-7.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 235ac85572a7db82634aeb967286df181719cd0b4d1b2f6b85833a207cd56b02
MD5 0fc0c51275bc5a49e6f656c25198125e
BLAKE2b-256 8bc1f60ab202f85774598ba6cc7b4dc2ad6292e805763383be166cba12d954ff

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pglast-7.13-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pglast-7.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ac1a52af0325c345839d6ef82cb5e5874d91a4eb906a6ab9e08dab67337a07cb
MD5 a805eec8731e6f8f3e6120aed9f8521f
BLAKE2b-256 a609ae75d6f82481c3743cb3a5e5aafd0100a38fa0ce7e10b29d8d48dd56b671

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-win32.whl.

File metadata

  • Download URL: pglast-7.13-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pglast-7.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1ce8f93b1acbaa0c066abb6b3e0d6b0badfbeef11c7c4fe41d107ac54d06568b
MD5 db21840078739067b4b246d10f5f2a7e
BLAKE2b-256 71b8f6d6dd314d986dcd15276ad9145dc028774dfc3b1f5dab5f6b71474f03f0

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pglast-7.13-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d0fcca9516bbf1c089a9f5bebddf235eb55c78ea5f1cb97dff606cf47ec8bae
MD5 8556884498f95c4c446a7948d2e7b838
BLAKE2b-256 8c73818144e936c22bd900734b40a846c5e212868a7643c9011236fd11dfadd7

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pglast-7.13-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be036ff951483eecc0048078203cdae0a01bc0005478c0397dd7167811c55e60
MD5 c172fc25ca514e79ab83fa6626ed2e88
BLAKE2b-256 2cf346fcaf04126471ab15db22c78a288b12dc7ace52ff81e1198bec50388335

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pglast-7.13-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb9802e7ffd6ea9cce8ea2967b7084b3a1179fe960eb3b19f0dab781553ba059
MD5 8e87179652d95233e195b16269a383c5
BLAKE2b-256 e26ca2ae8165701a7fb2a9a3537fed7b328b34f29d64660de0d042d721d4d524

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pglast-7.13-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db6cba7ab71c7abb4895faa90e399791b68ea33779c789ec0f885b8f704c666c
MD5 f7ec50d037f3c2e07abdac49861b3357
BLAKE2b-256 a040ee99ba940d12c793a2a105a9c411f83854045b56c56e0a8006b53276b3a0

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pglast-7.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8aa1ef35772f3fdb66221e56c70d821d67d031d7878e9ad67aef70b91100eb7
MD5 e8f3a693f334c479c4cb291c20097c89
BLAKE2b-256 42be5383fa075f1c0f15c00863c3f4d8ae5eae1ddf347c8ae9980779bbd9b732

See more details on using hashes here.

File details

Details for the file pglast-7.13-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pglast-7.13-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d477e661af50f6a9bcb8246fea04ace67f080fd0d3e067d0c3c42c8b9e439ae
MD5 0353429686327b0e2caf06f4d0568b42
BLAKE2b-256 41722cc4c4fbc2db740226c66409137a4e1b6e5e6304c79997e919d3cf9f4a84

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