Path: csiph.com!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'api.': 0.04; 'api': 0.09; 'subject:Writing': 0.09; 'subject:module': 0.09; 'async': 0.16; 'exposes': 0.16; 'extensions,': 0.16; 'received:172.18.0': 0.16; 'specific,': 0.16; 'subject:api': 0.16; 'pointer': 0.18; 'to:name:python-list@python.org': 0.20; 'to:2**1': 0.21; 'thanks,': 0.24; 'header:In-Reply-To:1': 0.24; 'requests': 0.25; 'module': 0.25; 'rest': 0.26; 'url:python': 0.33; 'interact': 0.35; 'project': 0.36; 'there': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'client': 0.37; 'anything': 0.38; 'to:addr:python.org': 0.40; 'abstracts': 0.91 X-Authority-Analysis: v=2.1 cv=av94c3tV c=1 sm=1 tr=0 a=g3mLq75WYuDrh3Lt0JSDww==:117 a=g3mLq75WYuDrh3Lt0JSDww==:17 a=QC7fh9NfAAAA:8 a=5pFAO2ZBLFIA:10 a=8nJEP1OIZ-IA:10 a=ff-B7xzCdYMA:10 a=8AHkEIZyAAAA:8 a=fyv3I1nibUyvs-qiDMcA:9 a=wPNLvfGTeEIA:10 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.activenetwerx.com X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no autolearn_force=no version=3.4.0 From: "Joseph L. Casale" To: Jon Ribbens , "python-list@python.org" Subject: Re: Writing a module to abstract a REST api Thread-Topic: Writing a module to abstract a REST api Thread-Index: AQHQ8Vp/zAS7nkl7nU2AayZu81Yu155A1RTp Date: Thu, 17 Sep 2015 15:19:15 +0000 References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [72.29.233.193] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CMAE-Envelope: MS4wfOOqARkTnY6OAU4hQYXvPyyfNmOlbFLYfKBADaCcb1cOkQEo5RZDUmmn1p3ihoLbTN6Iz3kJzl9giYR7rPHXVJM/xw/VoQ5b35UE84NRU5LalRmNNDY4s2xrK23jflmSG579reXkiJpUCN2kIE1/T9Sgc5QLyppdgbxSXatp2u7ydIovSCqeKdzZZ6CdoaG2eg== X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442503318 news.xs4all.nl 23774 [2001:888:2000:d::a6]:53370 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96773 > There is https://pypi.python.org/pypi/librabbitmq ?=0A= =0A= Hi Jon,=0A= That is the AMQP client that utilizes the c extensions, I am writing a=0A= module to interact with a plugin that exposes a REST API.=0A= =0A= So I am not really after anything AMQP specific, just a pointer to=0A= a project that abstracts anything with a REST API so I can see how=0A= they work with requests in an async nature.=0A= =0A= Thanks,=0A= jlc=