From 8540225b5a899aa96fde7ec5f2f409242407e282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:40:28 +0200 Subject: [PATCH 1/7] Add relatorio for OpenDocument templating --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b129dd3..41e5e95a 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ 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. * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files. + * [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument Files * 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. From bb8c2098e902c57a810cc48b1a5bd0353069102e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:43:18 +0200 Subject: [PATCH 2/7] Add python-sql --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41e5e95a..ce46a949 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. + * [python-sql](http://python-sql.tryton.org/) - Write SQL queries in python. * NoSQL Databases * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra. * [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase. From 5baf03024d3e60f2c4fdbe4c21de819f7e36bd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:45:10 +0200 Subject: [PATCH 3/7] Use right URL for python-sql --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce46a949..11c7932f 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. - * [python-sql](http://python-sql.tryton.org/) - Write SQL queries in python. + * [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries in python. * NoSQL Databases * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra. * [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase. From 8e46c8c641f096fb924c1aa2afe492fe8bbd8d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:47:40 +0200 Subject: [PATCH 4/7] Add Tryton --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11c7932f..bad1d8d4 100644 --- a/README.md +++ b/README.md @@ -1104,6 +1104,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments. * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [Pychievements](https://github.com/PacketPerception/pychievements) - A framework for creating and tracking achievements. +* [Tryton](http://www.tryton.org/) - A general purpose business framework. ## Algorithms and Design Patterns From a64ea1793f31ca80be4f4281650526fec708a3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:51:10 +0200 Subject: [PATCH 5/7] Add missing dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad1d8d4..41f5f342 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ 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. * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files. - * [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument Files + * [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument Files. * 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. From 947ada23731021ed2d0b4528a874307cbb6ed7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:57:04 +0200 Subject: [PATCH 6/7] Better python-sql description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f5f342..1f60c41a 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python. * [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL. * [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL. - * [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries in python. + * [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries pythonically. * NoSQL Databases * [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra. * [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase. From a6f682938ddc81c701347fcefaee506a028e0616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=C3=89vrard?= Date: Fri, 11 Sep 2015 17:58:30 +0200 Subject: [PATCH 7/7] Fix case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f60c41a..97abf439 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ 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. * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files. - * [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument Files. + * [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument files. * 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.