On 03/04/2010 05:38 PM, Siamak Kolahi wrote:
Guys, is there any doc/reference about the api in Python? for now I am just looking into the code and test cases, and try to guess and find method! and the code is hard to follow. couldnt find any doc about the Python api?
There is some pydoc within the source. There is a version of that (0.5?) on the web site: http://qpid.apache.org/docs/api/python/html/index.html.
On trunk now you can generate html using setup.py (./setup.py build_doc). You can also get at it with an interactive python session using help().
Jonathan also has a nice 'quick reference': http://www.ibiblio.org/jwrobie/blog/?p=29
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
