Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96773
| 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 | <jcasale@activenetwerx.com> |
| 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" <jcasale@activenetwerx.com> |
| To | Jon Ribbens <jon+usenet@unequivocal.co.uk>, "python-list@python.org" <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 | <slrnmvlls5.48q.jon+usenet@frosty.unequivocal.co.uk> |
| In-Reply-To | <slrnmvlls5.48q.jon+usenet@frosty.unequivocal.co.uk> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.702.1442503318.8327.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Writing a module to abstract a REST api "Joseph L. Casale" <jcasale@activenetwerx.com> - 2015-09-17 14:44 +0000
Re: Writing a module to abstract a REST api Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-09-17 15:06 +0000
Re: Writing a module to abstract a REST api "Joseph L. Casale" <jcasale@activenetwerx.com> - 2015-09-17 15:19 +0000
Re: Writing a module to abstract a REST api Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-09-17 15:26 +0000
csiph-web