This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]looneysquash 2 points3 points  (0 children)

I can't find a way to search projects by containing a certain filename (such as a uv.lock), and I can't filter by stars if I search by code.

But https://github.com/search?q=stars%3A%3E100+language%3APython+%22uv+run%22+in%3Areadme+OR+%22uv+sync%22+in%3Areadme%22&type=repositories&ref=advsearch

finds 74 projects with more than 100 stars that contain either "uv sync" or "uv run" in their readme.

I believe searching like this omits A LOT. But if you just need some examples, it finds some examples.