-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Dear @jwodder,
we absolutely love your versioningit
package, and use it across the board. Thanks a stack for conceiving and maintaining it, with kudos to the community.
Of course it is in the nature of versioningit
that it needs a Git installation. Still, it occasionally bothers us, now at crate/sqlalchemy-cratedb#202, that we can't provide preview installation links that reach out to the Zip archive per branch, as provided by GitHub, for example. In this case, we'd like to make the ingredients of the sslmode
branch available to downstream users.
uv pip install 'sqlalchemy-cratedb @ https://github.com/crate/sqlalchemy-cratedb/archive/refs/heads/sslmode.zip'
Of course, using the canonical "install from Git" incantation, it works well. However, many people do not use Git, and it is also not installed by default in many Docker builds.
uv pip install 'sqlalchemy-cratedb @ git+https://github.com/crate/sqlalchemy-cratedb@sslmode'
Do you see any chance to improve the situation in our particular use case / scenario?
With kind regards,
Andreas.