arc, the Autotest RPC Client, is a pure Python library that serves as the client part of Autotest_'s server interface. It aims to be:
Portable:
- Across Python versions and implementations
- Only depend on Python Standard Library
Extensible:
- Allowing you to make both the API and applications behave the way you want or get more features
Intuitive:
- Very low curve to writing custom client apps
- Documentation and samples for both API and CLI users
.. _Autotest: http://autotest.github.com