Tootfinder

Opt-in global Mastodon full text search. Join the index!

@guerda@ruhr.social
2026-09-23 13:36:23

#TIL that #uv can export #CycloneDX compatible SBOM files. Really helpful for observing your supply chain.
Exporting a lockfile | uv

@nobodyinperson@fosstodon.org
2026-08-19 14:31:17

Holy cow, remember to clean your #uv cache from time to time, folks 😅
UPDATE: Seems to contain some links, deleting the cache only freed like 9GiB, but still...
#Python

/home/yann/.cache/uv/
27,6 GiB
505.110 Dateien (15 %)
@publicvoit@graz.social
2026-07-28 15:51:06

#Python #uv users on #Debian: I've been using this setup:
apt install extrepo
extrepo enable uv
apt install uv
That worked perfectly for all local users using standard Debian package management …