Skip to content

Commit eda8ce7

Browse files
committed
Merge pull request vinta#452 from nicoe/master
Add miscellaneous business related projects
2 parents eb38dc5 + a6f6829 commit eda8ce7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
224224
* [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
225225
* [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
226226
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
227+
* [relatorio](http://relatorio.tryton.org/) - Templating OpenDocument files.
227228
* PDF
228229
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
229230
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
@@ -404,6 +405,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
404405
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
405406
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
406407
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
408+
* [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries pythonically.
407409
* NoSQL Databases
408410
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra.
409411
* [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase.
@@ -1107,6 +1109,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
11071109
* [itsdangerous](https://github.com/mitsuhiko/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
11081110
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
11091111
* [Pychievements](https://github.com/PacketPerception/pychievements) - A framework for creating and tracking achievements.
1112+
* [Tryton](http://www.tryton.org/) - A general purpose business framework.
11101113

11111114
## Algorithms and Design Patterns
11121115

0 commit comments

Comments
 (0)