typeshed-internal / stub_uploader

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

Allow stub directories with only a @python2 directory #15

Closed srittau closed 3 years ago

srittau commented 3 years ago

Also introduce a BuildData class to bundle path and meta information about the build.

This allows us to move Python-2-only third-party stubs into @python2 directories in typeshed. This is more consistent and will make it easier to spot a Python2-only stubs when working in typeshed.