Raw Package Information

Package: python3-pglast
Source: pglast
Version: 7.7-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1728
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3-pkg-resources, python3:any, libc6 (>= 2.4), libpg-query1706.0
Suggests: python-pglast-doc
Provides: python3.8-pglast
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.7-1.pgdg20.04+1_amd64.deb
Size: 439180
SHA256: 4404619233ec5da969229ef91dbd257e7a2eceda9dff603c4b87a0ca0bdca43a
SHA1: c8e73030ef89737a8b1faa3257e3bc2c65010786
MD5sum: 15cdc8c88971a7d50f2b44753c8630a3
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 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.
 .
 This package installs the library for Python 3.