#astraluv — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #astraluv, aggregated by home.social.
-
🚀 Great news for #python developers! #dependabot now supports #uv #astraluv . Nothing stands between your codebase and almost-instant #dependencymanagement!
-
-
📣 New #webdev related blog post here, introducing my take on what a #Django project template could be for an advanced usage. Obviously #astraluv is there, but also #justsystems , #esbuild , and... #SOPS 🔐
It's very early stage so please tell me what do you think about it 🙏
https://david.guillot.me/en/posts/tech/proposal-for-a-django-project-template/
-
pipx run uv install uv😄uvis a tool written in Rust that replaces as a 95% drop-in replacement pip, pipx, pip-tools and a few other things.So far it's looking pretty cool. It's faster, I guess, and the output is a bit neater and more "interactive" or "live".
One great thing is that you can have a globally installed
uvand it will operate correctly in whatever your current Python environment, whereas with pip-tools you always need to take care to run the one installed in the environment you're compiling the pinned dependencies for, or it will calculate python version wrong for the dependencies that are conditional on that. -
#astraluv 0.2.15 is out and includes a new tool that I’ve wanted for so long: `uv pip tree` displays the whole dependency tree in your current virtualenv !
https://pypi.org/project/deptree/ Already implemented this but it's much more convenient to have a version of this tool that doesn’t actively “pollute" the environment it’s meant to display.
kudos to @charliermarsh and team 🎉