typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Spreading awareness of PEP 752

Open ofek opened this issue 1 year ago • 1 comments

Hello team! I just wanted to bring to your attention a new PEP about package repository namespaces where I used your packages/community as a motivating example 🙂

We would love your feedback in the current discussion: https://discuss.python.org/t/pep-752-package-repository-namespaces/61227

(I would have opened a discussion rather than an issue but those are not enabled for this repo)

ofek avatar Aug 21 '24 22:08 ofek

Hey thanks! There's a bit of discussion in https://github.com/python/typeshed/issues/10074#issuecomment-1520010250 that is relevant here.

Here's a concrete example of name collision for typeshed: https://github.com/python/typeshed/issues/9246 Which required adding new metadata in https://github.com/python/typeshed/pull/9256 and https://github.com/python/typeshed/pull/9358 to distribute a stub under an alternate name.

Avasam avatar Aug 25 '24 03:08 Avasam