Topic

pydistcheck: detect portability issues in Python package distributions
By: James Lamb
Date: Aug. 10, 2023, 6:30 p.m.

In this talk, attendees will learn about some common issues with software packages that can make them difficult to host, download, and install. With a specific focus on Python packages, this talk covers "pydistcheck", a linter that can report such portability issues (https://github.com/jameslamb/pydistcheck). If you like linters and Python packaging, this talk is for you!