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] 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