home.social

#prepip — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #prepip, aggregated by home.social.

fetched live
  1. I finally found someone else interested in `pre-pip` to talk to about it 😂

  2. Turns out you can `pipx install pre-pip` which is pretty cool. Also added support for bash in the latest version.

  3. Yesterday when hearing about the rise of malicious packages on the podcast, I had an idea for a package I’m calling`pre-pip`.

    It’s a way to run some custom code before a command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.

    Seems there are lots of possibilities here.