I have just installed Tryton on Ubuntu 12.0.4 from the PPA.
I want to be able to interface directly with Tryton in my Python code (thereby bypassing the frontend GUI client). However, there appears to be no useful information on how to use Tryton, let alone how to programatically interface to Tryton and its modules.
In desperation, I decided to locate the source, so I could look at the code and familiarize myself with how it works. The problem however, is that I can't locate the source after the install (even after running find / -type f -name 'tryton*' 2>/dev/null
) on my box.
My questions are:
The proteus library, may be what you're looking for.
Also, checkout the official docs.