Skip to main content

libpg_query wrapper for Python

Project description

PyPI deploy

psqlparse2

Python wrapper for libpg_query.

Inspired by psqlparse, which was authored by alculquicondor

Overview

Python protobuf types are generated from libpg_query/protobuf/pg_query.proto. See gen_proto in Makefile for details.

Additionally, a Cython wrapper with Python bindings for certain functions from libpg_query is provided. For example, there are wrappers for pg_query_parse_protobuf and pg_query_deparse_protobuf, which allow converting between SQL strings and parse trees encoded as protobufs.

This snippet demonstrates how psqlparse2 can be used to convert a SQL function into a parse tree, and then manipulate the parse tree before converting it back into a SQL string.

Installation

pip install psqlparse2

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

psqlparse2-0.0.17.tar.gz (4.3 MB view details)

Uploaded Source

Built Distributions

psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl (870.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (854.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl (870.2 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (854.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl (869.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (853.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-cp312-cp312-macosx_11_0_arm64.whl (876.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

psqlparse2-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl (119.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-cp311-cp311-macosx_11_0_arm64.whl (876.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

psqlparse2-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl (119.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-cp310-cp310-macosx_11_0_arm64.whl (876.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

psqlparse2-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl (119.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-cp39-cp39-macosx_11_0_arm64.whl (877.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

psqlparse2-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl (119.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

psqlparse2-0.0.17-cp38-cp38-macosx_11_0_arm64.whl (120.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

psqlparse2-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl (862.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file psqlparse2-0.0.17.tar.gz.

File metadata

  • Download URL: psqlparse2-0.0.17.tar.gz
  • Upload date:
  • Size: 4.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for psqlparse2-0.0.17.tar.gz
Algorithm Hash digest
SHA256 a2dc5674eb6300aa48fc236a013939c455d795ef5294b6994480c92781079443
MD5 a3897b492f08ff20105e8ec4f77af092
BLAKE2b-256 cf4e0a642acfdc92ba7ab5a14c020d840dd57562d5f32ee41c647520dbea080f

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17.tar.gz:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 254d1d092815411042df13e214ecd4b30f2ea777870a1dfd35bd42cc3d0d479b
MD5 fa4b5f71bd35156a9897fe90ecda4fd3
BLAKE2b-256 8d7a4c3efd34a64f90f1b9aa439eab5754e01481b2f3c8bc75dea139c9a4dbb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05e16a6083636f5586b7d0a30c3b0c244db1b16ba87d6e2fd62ad93abcad1c19
MD5 d000d2aeeb01350a3948cc6cee0830d7
BLAKE2b-256 3c1474b5e701d020891397df2e604c81ada0cf46685873f6625a8930b2d79366

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62e5d453f359bc467596049d734359e955207b151912b8dee81d74588576ecb4
MD5 ffe954714e342255e241ea89f041eaed
BLAKE2b-256 55c15edcef88cb1610a5955799ddcf74362c1c1773cef5b82b25397580bc62cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6381ea4bd6e8e32648ea2bd64803bf6077c7c13f0a9b3ec6f5188fb79d35690a
MD5 2e9e76f9bc7ff7053336d7219a314039
BLAKE2b-256 8cccebe29c84f5583c141e206cd2f6019af0a5df5be185714d53b6b73b43d89b

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp310-pypy310_pp73-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f51fd92aacf213c7c9dc11b89915ed4245f2a85dbdcffffba249df4a1e6c2e14
MD5 d3a761c9c7a3f9d4c6676d57df07eebb
BLAKE2b-256 b9e1dc4cbcf4ab20dd56f786454b18abe785d590f16ff8b58c4dc9b400b99e2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a631a17173ec6139e3ea8435c55fa2cf5f8b3449bcfb75cca9a8506a92239f6e
MD5 2ab78a3c628a899710c9e8ae9d272b31
BLAKE2b-256 4ca8532fcb68bb9a571f37455022b7f2fd8cc9481192e9c217051fe4a377a330

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b640c7344de7a583c638dc8e45f6dc52e1995d78dd7e7708b0ebaafe0c8a24b
MD5 b4139d84338bd801585da63747fb735e
BLAKE2b-256 0d045d237e783e692558c3dd97097a13fc3207544444c1fb6c4f3e09f8d5d6d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6d522b597729b3c5605580d534494e639d6076632ad6ae086f817a5aa8db3a3
MD5 cb8e5c80a15daeac123b624467fa7999
BLAKE2b-256 c03894369b00346480fabbc5ecb31af72fd83715449dcf15ef3601e7a4093755

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp39-pypy39_pp73-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db80ad471b10dccc03d02799efdd1499926b7fac2b0dde0543aaa32a20a23ba1
MD5 76622e4f1ed5b724743751831e1b7254
BLAKE2b-256 50a4f20e90ed5bc70cd7ef5389c4e28277f27364b9a5d2b5e6b5aa282ed1ce22

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a305081b80621e404f5843897eb950e7ff260a97820eaf41caaaa5b623edb89
MD5 e8fed9f64f3fd24b2457c5b09f7272e7
BLAKE2b-256 23b5a24487d7d18e4cf40bff84f8e0714974c82975f0b2d18395b238589a9b4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8428254779fbf6c145bbdf240a827a16f9dd59f5670702b04510d725cd4e34cd
MD5 8cf509a1918930f4ecf45e78f8d05ee6
BLAKE2b-256 20c89c065773141eaf180cb297cde6be02d958f10dec593d8c1e2fda17ab2bbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78e13083ba31fef0e3327a035e8f5027867f8a0564e891d284748a89cfa42bbd
MD5 618a91638bf9b1073743f405700dd763
BLAKE2b-256 8b559d9864c2647ebd9433e9e27d6d248ea48fbf4bd864696394d698c54c0345

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af5cd1627ba6ba92793edaafdd5574d041080b0ec6df1258579fbf4d259bc4c2
MD5 d2a3f7e9071807767fd7bb658d956b57
BLAKE2b-256 f25555662a22aab0b23916929a0c34e74bbd3d9aa1d9b3973356070849f1ec15

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91657e67ff5750bc10b3d52ea74af1b8761ac434880cbf71badc8505b465e75f
MD5 8c77382d14e9a17805129e83f7abd67a
BLAKE2b-256 1c3f82a2a69d7c1c6fcec587e6b0d2add82cc92baccb866cf8b24f52acbb67e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44e96b89276c8636d8aa429ea40e0f64ec62e919ea489b10d4e237e6ce94ed3b
MD5 8f32b6ee05684a5a197bf62ea0b831e4
BLAKE2b-256 acbed4596dd96a5776df61834c5f2365d2e3f3683f89135e66cdfe54148e22b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f24db6c1b45249d36718614165ed00d6991b5948051fc08ad6feb9574e870223
MD5 de8c7acc3c2e301baa8d9571068d7e41
BLAKE2b-256 df55a6dee1a6e2a1971ef1e31aa897605990a5f14052ec26f9831ca3ff061e1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7eb9d6e39569c1e67956562d9a44484f85ee79e14d0474f3f535d5e6ae5e4b1
MD5 7bae95b3a9bfbcc011452a917747e7f5
BLAKE2b-256 7179fbd505a0929d74458732642fcd43c11cbcb0f2988a2ebb1e0e785e346d50

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28da4d09a9ee0cc9cb8b9881951e8e1e2b961c90cbf1a0f388224d88cdb53e12
MD5 9a26bb1c794b05c360a1181aaec191af
BLAKE2b-256 944300b12dc6fc78ec6acd9aa5ffb0b707337a5734a9078056a71f71ae97fe44

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd7f5bab64454977ad8fe90bb9d0db181d2bb8a5a3425c5f0816a273caea9721
MD5 55b18e1450de69813927cafa41ee5e20
BLAKE2b-256 6d44009c4da7c12d679481d0fd89cf5b9ea1b266eec1b2c38d5a2a30c0c2d15a

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00d78324f75484c610336ee91123c23c8b83d9acd5ebb5caf5dfb4efcea656e5
MD5 5be4ea298ca977d38eef6d4c76b56978
BLAKE2b-256 e5798c52ffae6e089afaf81c1a8623a55d8fd20dc6755c6b62db3ec4035f257b

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddec78f257279ff4f485df881cb6f65d5964fd4b91bc465afd88e1551a8d64b3
MD5 98ce68266a3be47dafd16a0fc9c1d3de
BLAKE2b-256 aeb4f3b607a6237aa81ef281651667d69c05f70cb77155536820fb501b8abeb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00efe88b6c986a5894b2cc7b5e5cd99c26de3989c43c8f49846d9acea390b08f
MD5 c9eef04bc00c66fa9ec817a435515c58
BLAKE2b-256 8ebb7c2adf75b35a65200480c03de3ba4c4206c980e912ed6fafa52fcaae62db

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c09d897b00515682f4473fa3575248698746c86eb660bd66cbc413c212f804d9
MD5 0846aa767a25c1b3f4733d7aee100bd8
BLAKE2b-256 bc7676dc23338eec057ed5a88343ed2d7acc121c7ea4ec4ffedf396eb334f84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 380b039a2ad6b1592d0c718bb93a897f83cb362018d0b944244b2eb25c1a55c8
MD5 3ad40d428fd1dd06f1462a30d6a83afb
BLAKE2b-256 82ec7df8b1fc71602dfe6f4ea749a3e0dd9c30dc3ce5a701ed977caf08b1531c

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 223731c7a3928a8e91797b53fcb00a6cd2eb844d9acb0a3b8fe004bb819f70ea
MD5 4ce07f700057f410ff244891eb75abf7
BLAKE2b-256 98e54b421f056fc3c669f569442bf633a2bc6025db952a5b482d8ad9fd341791

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5108647613ece0c16dc8b71ccb05d72df12f8122cb152aa9c8f7ff196f9a92f6
MD5 b931e0cbcdf73eb87f584bb774f1fa3d
BLAKE2b-256 3185c580426a980ff3634aa83de0bb88c8de25aa736181f68c4743d32db87a09

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afc4e29cbd5db813bba3df30b73b6039812e6d6016ab2896cdada24c71e5002d
MD5 286e96c62ef6d450501f777ef8cbe8ff
BLAKE2b-256 4e873b2f264d2dc6d01754a36bbc779fa5bfcaa16a11c928baae7291d96705fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5ce30758cfff44c75d1c76b731464c62e2cc28098b4e59c9d5f4bad65aa849a
MD5 017bbe589fa3f995110fb116b0993142
BLAKE2b-256 c7696b4e22a198a37cb8e92df0a3be4f3e397f5692a667493aa3c120e3dc33a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8057d4201a00a063380ab560bf635dc4ea198eea0b97249c47dc13f68b92d4cb
MD5 f0d979b9e9fad7105ea5ed26207cccf0
BLAKE2b-256 05c4595e37d9f180e98f5519a11b53af46f5df00e5389b8525dfb09bf5d19421

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba386555501e65e5060e0ed9eea17bcd5f420ec10dd0009c5adb0348f02e3600
MD5 1cdc553a1abee73495321a2dc56e7219
BLAKE2b-256 a8347ec76c860ab0c0241ff7dbdc29a62e6ac0cf6babbd2d20b0a5aa37ae77ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d7921ebdc550c79913ae246dca0d6f1a4c0911a0be19625e29747de1957177c
MD5 a4783cc959e1e919d354af978d3ed948
BLAKE2b-256 e608c1d08873f0c3a2de0b8705e1eb48e103dbebbdb3a549a77c702a1c9eb39e

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4dc356c6f6cb77f9c4f137efc82f6fe4fbca40c0eecf094f4bcc959b64c5265
MD5 34e77c9c00462b3f619a2f5350d83297
BLAKE2b-256 d0ff0bbcec86123775aa28fcdf3dc0873b7b96cb96e9e5e18028a642881ccac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfb835461415023e1958f4cf4e672bca1e82a93eca3a2eca6ee434e6cac39a2a
MD5 732c77bab6ce20b255110b0933ab665d
BLAKE2b-256 9e73f07e29000c98b6ed000468848f5e9c4e5a59859deb91bdc474b340357a00

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2475bf4b1c13169c8aade9a6e0ac4d1a4476c0e24d7d69c916cc5380b997a1b
MD5 9538097ef81672ed905d8c6cbc87d87c
BLAKE2b-256 ed199c26cf23dcf6e760205537ebd4561ccb0fbf390aba74288fd159f4fd726d

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2837a946244ad534ffcb0126cd2718a289a89492bbe43fe281b1860708e623be
MD5 193cce2263660a0fd08e67be34c8cbc8
BLAKE2b-256 b6dcdcead9162c2ccd711823832ca4fca6f55a2a5653b51c65f2a694ad8eb9ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e184692eb92a9374b92356839c57807f4595601cf6d9567db297e58c5e83926b
MD5 19df05d83541d248d98be1952254bb4b
BLAKE2b-256 cbc1fbfead707f16937e532999bda077a5ca1cbfc113d094e0cb52bf184d39a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d9681ed6b5e82378503fa65bfd6c23922e1020f7c2e516723ecbb124ea6e0f9
MD5 a741f1f2e029ba9dcb89148aba3f30f2
BLAKE2b-256 063d0b9120fa411f7b1aee199fb78d49dacd07ba321e743a96a27df3fc5a7fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64e64d3e0cad2b8de50bf81f224dad3a81bd49bedd3b32ed5cfbd0e01fb39c6d
MD5 0cf3f6213f74f310cc9bf3e9cc2201c7
BLAKE2b-256 d3bc84a93beae50b9894afcdc383e50f12a7b946570866a0c3708a00a293cd16

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fefffe62ad0b8e132c6e867fbf4c21cf8b62f700923dc04f7d1f38d92e2cd66
MD5 ad2a6f498f69eb53637dd6ad7b9ab883
BLAKE2b-256 93cc3d6663e1a77a25fe1a82cdf13d67f2ee967743da6902041c22d02d34f3c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24f363209a4a0970c34a7a4446b7971bc9e8ff3f44ea7faabb5edb39c0888090
MD5 d9e9d67b19cfda30dba0b3d61c16d65d
BLAKE2b-256 38aa800eed239fee9590b2992e1de32ea460e66e94e78d5b1f6825b49f3572c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faae48d0f1577e101cf17745a3c705298be73a49b93e49c37cc17b3ca4b282f5
MD5 ec82a381141783538c11ca4be44713c1
BLAKE2b-256 0759faa9cd9bcf75c710d8900ee3c1474dcd7dcf6db1290c36f3562f5a84a0f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

File details

Details for the file psqlparse2-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for psqlparse2-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b52c90b3ad8da52933467493b76f7e15869edc3493cebab78f46815842a17dcc
MD5 a4c87de966f88ab3278e656b4d7efb0d
BLAKE2b-256 cfe155a3d884c2f487714c3ae2741d776d4f0b90f1ffb8e348c9883ea3a3855f

See more details on using hashes here.

Provenance

The following attestation bundles were made for psqlparse2-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: workflow.yml on dani-maarouf/psqlparse2

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page