web API to get a list of all module in stdlib

Hi, People from core-workflow are not too active about the idea, so I finally found a time to repost it here. The original is here: http://comments.gmane.org/gmane.comp.python.devel.core-workflow/130 The idea is that docs.python.org site should export the list of Python modules shipped in stdlib for particular Python version in a machine readable format. There are recipes like these to get the list of modules: https://stackoverflow.com/questions/6463918/how-can-i-get-a-list-of-all-the-... But they give only the modules enabled for specific interpreter/platform. Not the list of modules that is included in de-facto standard for this stdlib version. This is need for processing information, for all Python versions, so instead parsing HTML tables, it would be more useful to directly fetch csv or json. That way anybody can quickly validate the processing algorithm without wasting time on extracting and normalizing the data. I see the data as the necessary step to organize a work around "externally evolving standard library", so a way to query it should be somewhat sustainable and obvious. Docs looks like an obvious way yo do so, like: https://docs.python.org/2.7.2/dataset/modules.json -- anatoly t.

On 24/06/2015 14:19, anatoly techtonik wrote:
Hi,
People from core-workflow are not too active about the idea,
If you want to resurrect this please sign the CLA and provide some code. Otherwise please go away permanently, thank you. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

On 24/06/2015 17:15, Ryan Gonzalez wrote:
Regretably to the OP there aren't, he has no concept of taking other people into account. Possibly he's autistic the same as me, who knows? All I do know is that he's driven a highly respected member of the community as in Nick Coghlan away from the core workflow mailing list. Still like one of the Piranha brothers he used to buy his mother flowers and things, so that's okay. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

Please keep discussions on topic and avoid heading off into the woods - there are snakes out there and those are not the kinds we're discussing here :-) Thank you, -- Marc-Andre Lemburg Director Python Software Foundation http://www.python.org/psf/

On 24/06/2015 21:16, M.-A. Lemburg wrote:
Thank you for bringing me so gently back to earth, I most seriously appreciate it. Should any of you ever head into Mudeford, Christchurch, Dorset, UK, beers are on me, at the inaugural meeting of the local Python Users Group. This would obviously have to be called MudPy or MudePy :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

On 24/06/2015 14:19, anatoly techtonik wrote:
Hi,
People from core-workflow are not too active about the idea,
If you want to resurrect this please sign the CLA and provide some code. Otherwise please go away permanently, thank you. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

On 24/06/2015 17:15, Ryan Gonzalez wrote:
Regretably to the OP there aren't, he has no concept of taking other people into account. Possibly he's autistic the same as me, who knows? All I do know is that he's driven a highly respected member of the community as in Nick Coghlan away from the core workflow mailing list. Still like one of the Piranha brothers he used to buy his mother flowers and things, so that's okay. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

Please keep discussions on topic and avoid heading off into the woods - there are snakes out there and those are not the kinds we're discussing here :-) Thank you, -- Marc-Andre Lemburg Director Python Software Foundation http://www.python.org/psf/

On 24/06/2015 21:16, M.-A. Lemburg wrote:
Thank you for bringing me so gently back to earth, I most seriously appreciate it. Should any of you ever head into Mudeford, Christchurch, Dorset, UK, beers are on me, at the inaugural meeting of the local Python Users Group. This would obviously have to be called MudPy or MudePy :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
participants (4)
-
anatoly techtonik
-
M.-A. Lemburg
-
Mark Lawrence
-
Ryan Gonzalez