@@ -213,9 +213,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
213
213
* [ XlsxWriter] ( https://xlsxwriter.readthedocs.org/ ) - A Python module for creating Excel .xlsx files.
214
214
* [ xlwings] ( http://xlwings.org/ ) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
215
215
* [ 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.
216
217
* PDF
217
218
* [ PDFMiner] ( https://github.com/euske/pdfminer ) - A tool for extracting information from PDF documents.
218
219
* [ 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.
219
221
* Markdown
220
222
* [ Python-Markdown] ( https://github.com/waylan/Python-Markdown ) - A Python implementation of John Gruber’s Markdown.
221
223
* [ 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
316
318
* [ django-elastic-transcoder] ( https://github.com/StreetVoice/django-elastic-transcoder ) - Django + [ Amazon Elastic Transcoder] ( http://aws.amazon.com/elastictranscoder/ ) .
317
319
* [ eyeD3] ( http://eyed3.nicfit.net/ ) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
318
320
* [ 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.
320
322
* [ pydub] ( https://github.com/jiaaro/pydub ) - Manipulate audio with a simple and easy high level interface.
321
323
* [ pyechonest] ( https://github.com/echonest/pyechonest ) - Python client for the [ Echo Nest] ( http://developer.echonest.com/docs/ ) API.
322
324
* [ 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
615
617
* [ MechanicalSoup] ( https://github.com/hickford/MechanicalSoup ) - A Python library for automating interaction with websites.
616
618
* [ mechanize] ( http://wwwsearch.sourceforge.net/mechanize/ ) - Stateful programmatic web browsing.
617
619
* [ Demiurge] ( https://github.com/matiasb/demiurge ) - PyQuery-based scraping micro-framework.
620
+ * [ pyspider] ( https://github.com/binux/pyspider ) - A Powerful Spider System in Python.
618
621
619
622
## Web Content Extracting
620
623
@@ -844,8 +847,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
844
847
845
848
* Libraries for debugging code.*
846
849
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 ` .
849
852
* [ winpdb] ( http://winpdb.org/ ) - A Platform Independent Python Debugger with GUI.
850
853
* [ pudb] ( https://pypi.python.org/pypi/pudb ) – A full-screen, console-based Python debugger.
851
854
* [ pyringe] ( https://github.com/google/pyringe ) - Debugger capable of attaching to and injecting code into Python processes.
0 commit comments