Skip to content

Conversation

@mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Jan 16, 2026

normalize git urls in conversion from jupyter to marimo deps

@mscolnick mscolnick requested a review from dmadisetti as a code owner January 16, 2026 20:19
@vercel
Copy link

vercel bot commented Jan 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jan 19, 2026 6:30pm

Request Review

"""
# Check if this looks like a git URL or VCS URL
# Common patterns: git+https://, git+ssh://, git+git://, https://github.com/...
is_git_url = package.startswith("git+") or (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opposed to hardcode I'd re.match(r"git\+.*/([^\.]+).git$")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or urlparse(package.split("+")).pop() I don't think we should confine to github/ gitlab etc.

@mscolnick mscolnick added the enhancement New feature or request label Jan 19, 2026
@mscolnick mscolnick merged commit d7421e1 into main Jan 19, 2026
44 of 47 checks passed
@mscolnick mscolnick deleted the ms/normalize-git-in-conversion branch January 19, 2026 22:11
@github-actions
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.19.5-dev20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

3 participants