@@ -213,9 +213,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
213213 * [ XlsxWriter] ( https://xlsxwriter.readthedocs.org/ ) - A Python module for creating Excel .xlsx files.
214214 * [ xlwings] ( http://xlwings.org/ ) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
215215 * [ Marmir] ( https://github.com/brianray/mm ) - Takes Python data structures and turns them into spreadsheets.
216+ * [ openpyxl] ( https://openpyxl.readthedocs.org/en/latest/ ) - Read/write Excel 2007+ files.
216217* PDF
217218 * [ PDFMiner] ( https://github.com/euske/pdfminer ) - A tool for extracting information from PDF documents.
218219 * [ PyPDF2] ( https://github.com/mstamy2/PyPDF2 ) - A library capable of splitting, merging and transforming PDF pages.
220+ * [ ReportLab] ( https://bitbucket.org/rptlab/reportlab ) - A PDF Toolkit, create rich PDF documents, charts and lot.
219221* Markdown
220222 * [ Python-Markdown] ( https://github.com/waylan/Python-Markdown ) - A Python implementation of John Gruber’s Markdown.
221223 * [ Mistune] ( https://github.com/lepture/mistune ) - Fastest and full featured pure Python parsers of Markdown.
@@ -316,7 +318,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
316318* [ django-elastic-transcoder] ( https://github.com/StreetVoice/django-elastic-transcoder ) - Django + [ Amazon Elastic Transcoder] ( http://aws.amazon.com/elastictranscoder/ ) .
317319* [ eyeD3] ( http://eyed3.nicfit.net/ ) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
318320* [ id3reader] ( http://nedbatchelder.com/code/modules/id3reader.py ) - A Python module for reading MP3 meta data.
319- * [ mutagen] ( https://code.google.com/p /mutagen/ ) - A Python module to handle audio metadata.
321+ * [ mutagen] ( https://bitbucket.org/lazka /mutagen ) - A Python module to handle audio metadata.
320322* [ pydub] ( https://github.com/jiaaro/pydub ) - Manipulate audio with a simple and easy high level interface.
321323* [ pyechonest] ( https://github.com/echonest/pyechonest ) - Python client for the [ Echo Nest] ( http://developer.echonest.com/docs/ ) API.
322324* [ talkbox] ( http://scikits.appspot.com/talkbox ) - A Python library for speech/signal processing.
@@ -615,6 +617,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
615617* [ MechanicalSoup] ( https://github.com/hickford/MechanicalSoup ) - A Python library for automating interaction with websites.
616618* [ mechanize] ( http://wwwsearch.sourceforge.net/mechanize/ ) - Stateful programmatic web browsing.
617619* [ Demiurge] ( https://github.com/matiasb/demiurge ) - PyQuery-based scraping micro-framework.
620+ * [ pyspider] ( https://github.com/binux/pyspider ) - A Powerful Spider System in Python.
618621
619622## Web Content Extracting
620623
@@ -844,8 +847,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
844847
845848* Libraries for debugging code.*
846849
847- * [ pdb] ( https://docs.python.org/2/library/pdb.html ) - (Python standard library) The Python Debugger .
848- * [ ipdb ] ( https://pypi.python.org/pypi/ipdb ) - IPython-enabled pdb .
850+ * [ ipdb ] ( https://pypi.python.org/pypi/ipdb ) - IPython-enabled [ pdb] ( https://docs.python.org/2/library/pdb.html ) .
851+ * [ debug ] ( https://pypi.python.org/pypi/debug ) - ` import debug ` to fall into ` ipdb ` with ` see ` .
849852* [ winpdb] ( http://winpdb.org/ ) - A Platform Independent Python Debugger with GUI.
850853* [ pudb] ( https://pypi.python.org/pypi/pudb ) – A full-screen, console-based Python debugger.
851854* [ pyringe] ( https://github.com/google/pyringe ) - Debugger capable of attaching to and injecting code into Python processes.
0 commit comments