From 6c7c78f96bfdb096eb3df51b140870dba260c4b0 Mon Sep 17 00:00:00 2001 From: eaxcmd <59303119+eaxcmd@users.noreply.github.com> Date: Tue, 14 Jan 2020 10:14:41 +0300 Subject: [PATCH] Add docxtpl, loguru Add docxtpl Add loguru --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4510dd25..d823a6f5 100644 --- a/README.md +++ b/README.md @@ -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.