mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-23 20:11:06 +00:00
Add docxtpl, loguru
Add docxtpl Add loguru
This commit is contained in:
parent
34566a981e
commit
6c7c78f96b
|
@ -772,6 +772,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python.
|
||||
* [logging](https://docs.python.org/3/library/logging.html) - (Python standard library) Logging facility for Python.
|
||||
* [raven](https://github.com/getsentry/raven-python) - Python client for Sentry, a log/error tracking, crash reporting and aggregation platform for web applications.
|
||||
* [loguru](https://github.com/Delgan/loguru) - Library which aims to bring enjoyable logging in Python.
|
||||
|
||||
## Machine Learning
|
||||
|
||||
|
@ -1016,6 +1017,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [XlsxWriter](https://github.com/jmcnamara/XlsxWriter) - A Python module for creating Excel .xlsx files.
|
||||
* [xlwings](https://github.com/ZoomerAnalytics/xlwings) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
|
||||
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
|
||||
* [docxtpl](https://github.com/elapouya/python-docx-template) - Editing a docx document by jinja2 template
|
||||
* 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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user