typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Link the packages and the script that generated them #40

Closed ewjoachim closed 2 years ago

ewjoachim commented 2 years ago

This script is responsible for quite a few important packages. This PR suggests adding an explicit link between this script and the packages it produces, so that one would be able to study how it works. I got the info by asking here (thanks @Akuli)

We can also document the link in the typeshed README, and we can decide to do either or both. I would say that having a way to go from a project in PyPI to the code that generated it is always a good idea. That being said, it's not mandatory.

Thanks and have a nice day :)

JelleZijlstra commented 2 years ago

I'm open to different opinions, but I think having this in the typeshed README is enough, and I'd prefer to keep the generated descriptions short.

(Also, "daily" is wrong.)

ilevkivskyi commented 2 years ago

I don't think we need this, sorry. This repo is for internal use, and shouldn't be advertised widely.