Writing a module to abstract a REST api

Joseph L. Casale jcasale at activenetwerx.com
Thu Sep 17 11:19:15 EDT 2015


> There is https://pypi.python.org/pypi/librabbitmq ?

Hi Jon,
That is the AMQP client that utilizes the c extensions, I am writing a
module to interact with a plugin that exposes a REST API.

So I am not really after anything AMQP specific, just a pointer to
a project that abstracts anything with a REST API so I can see how
they work with requests in an async nature.

Thanks,
jlc


More information about the Python-list mailing list