Python Tooling

From: "Tristan Partin" <tristan(at)partin(dot)io>
To: "pgsql-www" <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Python Tooling
Date: 2026-08-17 16:13:26
Message-ID: DKRCOG3ADVJF.3LG0UBOL3J14S@partin.io
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

If I spent some time to improve the Python tooling for pgweb, would it
be accepted? Thinks we could do:

- Add Python typing and type checking
- Add linter checks
- Use pyproject.toml
- Update dependencies

Additionally, I would like to understand how people actually develop
this repo. `pip install -r requirements.txt` doesn't work for me because
my Python 3.11 toolchain cannot compile the version of psycopg that we
pin. Python 3.11 is what is recommended in the docs.

--
Tristan Partin
PostgreSQL Contributors Team
AWS (https://aws.amazon.com)

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2026-08-17 16:24:41 Re: Python Tooling
Previous Message Tristan Partin 2026-08-17 16:08:51 Re: Broken SSH Key Parsing