From the Active Resource README:
Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources.
PyActiveResource aims to be a comprehensive translation of Active Resource in Python.