Go to file
Sergio Morillo 7239be588d "Migrate to git [SKIP CI]" 2020-02-11 13:40:00 +01:00
tryton_rpc Raise exception when password is wrong. 2019-06-11 08:43:10 +02:00
LICENSE Implement RPCSession class. This commits refs #1710 2017-01-13 20:58:51 +01:00
README.md Implement RPCSession class. This commits refs #1710 2017-01-13 20:58:51 +01:00
setup.py "Migrate to git [SKIP CI]" 2020-02-11 13:40:00 +01:00

README.md

Tryton RPC

Tools for connect to Tryton server via RPC.

Installation

To install tryton_rpc, clone the project and run the setup.py script. The following line works on Linux, other OS not tested:

sudo ./setup.py install

License

See LICENSE file