This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Anthony Sottile
Recipients Anthony Sottile, Chris Billington, Ivan.Pozdeev, Peter L3, SilentGhost, __Vano, barry, brett.cannon, cheryl.sabella, christian.heimes, eric.smith, eric.snow, ethan smith, ionelmc, jaraco, mhammond, ncoghlan, pitrou, steve.dower, takluyver, terry.reedy, veky
Date 2019-03-01.22:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551479209.87.0.0849135865317.issue33944@roundup.psfhosted.org>
In-reply-to
Content
I don't have time to look through the data today but I wrote a script to collect the usages of `.pth` from pypi.  I realized after I ran it that I skipped source distributions with `.zip` extension but otherwise it's pretty complete:

https://github.com/asottile/pth-file-investigation

There are ~132 packages using `.pth` features (not including setuptools namespace packages which I had to exclude since there were so many of them).  I was planning to classify these but didn't have time to do so.

Some "highlights" from scrolling through the list, two of them are mine (future-breakpoint, future-fstrings), at least one is guido's (pyxl3), ruamel's namespace-packaging appears to use .pth (ruamel.* (12 packages))
History
Date User Action Args
2019-03-01 22:26:49Anthony Sottilesetrecipients: + Anthony Sottile, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, ionelmc, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, ethan smith, cheryl.sabella, Chris Billington, Peter L3
2019-03-01 22:26:49Anthony Sottilesetmessageid: <1551479209.87.0.0849135865317.issue33944@roundup.psfhosted.org>
2019-03-01 22:26:49Anthony Sottilelinkissue33944 messages
2019-03-01 22:26:49Anthony Sottilecreate