Python projects support a list of URLs when creating your pyproject.toml, however I often forget the specific categories.
Similar to my add-classifiers
project, I have created uvx add-url as a helper.
Read More →
Python uses a list of “Trove classifiers
” to add some structured meta data to projects.
It can be a bit tedius to add these manually.
Combining the ease of uvx with a Python package, we can simplify this.
Read More →
Inspired by @adamghill
’s recent dj-toml-settings
and webology
’s previous post on renaming django-admin
I did a quick brainstorm of a django-uv command.
Read More →