Skip to content

Feature request: Installing package from Zip archive #106

@amotl

Description

@amotl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions