{ "info": { "author": "Austin Ogilvie", "author_email": "a@yhathq.com", "bugtrack_url": null, "classifiers": [], "description": "=========\ntable2csv\n=========\n\nSimple script for downloading html tables as csv.\n\nInstallation\n============\n\n.. code:: bash\n\n pip install -U table2csv\n\nUsage\n=====\n\n.. code:: bash\n\n table2csv http://en.wikipedia.org/wiki/List_of_Super_Bowl_champions > dump.txt\n\nFeatures\n========\n\n- accepts a URL\n- Identifies all the tables\n- Merges tables that share same structure (e.g. same column headers get\n merged)\n- Figures out which table is the biggest\n- extracts text\n- extracts links\n\nTODO\n====\n\n- add the ability to specify which table on the page you would like to\n download (not just the biggest one)\n- add support for columns that do not use proper ``