Thomas Kluyver
Thomas Kluyver
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
I just came across this list, and noticed that my astsearch project is described as using XPath. It actually accepts code snippets with wildcards, e.g. `? / ?` finds any...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
Hi, I'm opening this pull request as part of a push to modernise how packages use [Flit](https://flit.pypa.io/en/stable/) as a Python build backend. Using `flit_core` as the backend in place of...
It's increasingly the norm to upload packages from CI rather than a local terminal, and now also [encouraged](https://trailofbits.github.io/are-we-pep740-yet/), because attestations are only available for CI uploads. Meanwhile, local uploads are...
If some people only have names, list all names in the Author/Maintainer field. This could still be confusing if some people only have names and others only have email addresses,...
A follow on from #723. PR #731 added support for compound license expressions using the AND/OR operators and parentheses, but WITH was left for later. This will require adding the...
I am pushing people to switch their build system from `flit` to `flit_core`, the part of Flit which is responsible for building packages. This will build the exact same packages,...