Remoting Client

 PyAMF contains a  RemotingClient that provides a Python implementation that is similar to the Flash Player's  flash.net.NetConnection. Plasma implements a async version of RemotingClient (using Twisted).

PyAMF servers support  wiki:RemoteObject requests from Flash Player clients, or more specifically Flex applications, but it's not possible to make similar RemoteObject requests using PyAMF or Plasma's RemotingClient. The idea is to create an extended RemotingClient that is able to get to the same data the Flex application can get.