From 09beb64afa866fbe4cda217a7d129c0a12421ee8 Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 16 Mar 2015 15:42:08 +0800 Subject: [PATCH] add unoconv and ReportLab to Specific Formats Processing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d65311ef..04ec1e9b 100644 --- a/README.md +++ b/README.md @@ -217,9 +217,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files. * [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa. * [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets. + * [unoconv](https://github.com/dagwieers/unoconv) - Convert between any document format supported by LibreOffice/OpenOffice. * PDF * [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents. * [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages. + * [ReportLab](http://www.reportlab.com/opensource/) - Allowing Rapid creation of rich PDF documents. * Markdown * [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown. * [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown.