This is simple Thrift-generated API wrapper.

Sample:

    import thriftlite
    from iss_thrift3.IssService import Client
    url = 'thrift://iss-dev.yandex-team.ru:9090'
    proxy = thriftlite.ThriftServerProxy(url=url, client_class=Client, timeout=15)
    print proxy.getVersion()
