<div dir="ltr"><div>The above library extracts module info from Sphinx objects.inv<br>database <a href="https://docs.python.org/2.7/objects.inv" target="_blank">https://docs.python.org/2.7/objects.inv</a> which is some<br>binary format and requires local parsing.<br></div><div><div><br>Ideally, the Sphinx should give out the open data about stdlib<br></div><div>structure, such as :<br></div><div><a href="https://docs.python.org/2.7/objects.inv" target="_blank">https://docs.python.org/2.7/dataset/1.0/modules.json</a><br><a href="https://docs.python.org/2.7/objects.inv" target="_blank">https://docs.python.org/2.7/dataset/1.0/modules.csv</a><br></div><div>  list all module names, sorted by name<br><br></div><div>Then you can easily load this data into web app or use it as a<br>table for analysis. <a href="http://www.w3.org/2013/csvw/wiki/Main_Page">http://www.w3.org/2013/csvw/wiki/Main_Page</a><br></div></div></div>