From 5269d867a62c0222852bf48934f02b4439e17dde Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:25:06 +0400 Subject: [PATCH] Add django-markwhat A collection of template filters that implement common markup languages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c637a0ec..36e4e21c 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * General * [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML. + * [django-markwhat](https://github.com/Alir3z4/django-markwhat) - A collection of template filters that implement common markup languages. * Office * [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files. * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.