Documentation for the Code

pyARS

The main package for the Ergorion Remedy Utilities.

>>> from pyars import erars
>>> myars = ars.erARS('server', 'user', 'password')
>>> schemas = myars.GetListSchema()
>>> for schema in schemas:
>>>     print schema
>>> myars.Logoff()