You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which assumes that you need to download and parse Sphinx object inventory (https://docs.python.org/2.7/objects.inv), which is a binary file, or download and execute Python for every version and each platform (some modules are not available on some platforms).
Why?
Current solution:
https://stackoverflow.com/questions/6463918/how-can-i-get-a-list-of-all-the-python-standard-library-modules
which assumes that you need to download and parse Sphinx object inventory (https://docs.python.org/2.7/objects.inv), which is a binary file, or download and execute Python for every version and each platform (some modules are not available on some platforms).
Ideally, the Sphinx should give out the open data about stdlib structure, such as :
https://docs.python.org/2.7/_data/1.0/modules.json
https://docs.python.org/2.7/_data/1.0/modules.csv
list all module names, sorted by name
Then you can easily load this data into web app or use it as a table for analysis.
http://www.w3.org/2013/csvw/wiki/Main_Page
The text was updated successfully, but these errors were encountered: