Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brainstorm: something to check package name doesn't clash with PyPI #137

Open
nathanjmcdougall opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
philosophy Determining the best design approach

Comments

@nathanjmcdougall
Copy link
Owner

Motivation
When creating a project with uv init, we might create a project which can't be uploaded to PyPI because it's name is wrong. Some thinking required about how to solve this. It might really be a uv feature request - although usethis might (likely?) end up with its own init strategy in the long run. It might just be a convenience function to check if the name is free or not. But in any case some strategy needed.

Summary of desired enhancement
Brainstorm a way to check whether a package name is used on PyPI and possibly a way to prevent it during init.

@nathanjmcdougall nathanjmcdougall added the philosophy Determining the best design approach label Nov 21, 2024
@nathanjmcdougall nathanjmcdougall self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
philosophy Determining the best design approach
Projects
None yet
Development

No branches or pull requests

1 participant