Idea:
- rpc lib that straightens and simplifies the different access (xmlrpc and json)
- adapter lib to translate to one or the other interfaces (compatibility layer)
- common interface to be used and offered to developper
# >>> from oerpc import OE # >>> oe = oerpc.connect(url) # >>> oe[path](params)