User:Fab/Tryton: Difference between revisions
< User:Fab
(Created page with "[http://www.tryton.org/ Tryton] is a three-tiers high-level general purpose application platform written in Python and using PostgreSQL as database engine. It is the core base o...") |
mNo edit summary |
||
Line 9: | Line 9: | ||
= Packages = | = Packages = | ||
== Server component == | |||
* trytond | |||
* [python-egenix-mx-base] - | |||
* [python-genshi] - | |||
* [python-lxml] - | |||
* [http://relatorio.openhex.org/ relatorio] - A templating library able to output odt and pdf files | |||
* [http://polib.readthedocs.org/en/latest/index.html python2-polib] - A library to manipulate gettext files | |||
==Client== | |||
* tryton |
Revision as of 05:30, 2 March 2012
Tryton is a three-tiers high-level general purpose application platform written in Python and using PostgreSQL as database engine.
It is the core base of a complete business solution providing modularity, scalability and security.
The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework: data persistence, extensive modularity, users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation.
Website: http://www.tryton.org/en/
Packages
Server component
- trytond
* [python-egenix-mx-base] - * [python-genshi] - * [python-lxml] - * relatorio - A templating library able to output odt and pdf files * python2-polib - A library to manipulate gettext files
Client
- tryton