From f37692ac5374323ab773f38cfbb985a744d4b94a Mon Sep 17 00:00:00 2001 From: Sean Lee Date: Sun, 28 Apr 2013 04:00:12 -0400 Subject: [PATCH] formatted README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9027c10..d0e7add 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ #Connect-- + +
Less is more. A simplified Exeter Connect.
##For now... -__test_old.py__ gets user data by headlessly mimicking Exeter Connect functionality. - -__test.py__ gets user data by circumventing Exeter Connect completely and talking directly to Connect's [backend](https://connect.exeter.edu/student/_vti_bin/UserProfileService.asmx) via [SOAP](http://en.wikipedia.org/wiki/SOAP). Requires python2 and [suds](https://fedorahosted.org/suds/). +__test_old.py__ gets user data by headlessly mimicking Exeter Connect functionality. Hacky and slow. -test.py is faster and cleaner than test_old.py in every regard, which shows how much faster directly connecting to Connect's backend is. +__test.py__ gets user data by circumventing Exeter Connect completely and talking directly to Connect's [backend](https://connect.exeter.edu/student/_vti_bin/UserProfileService.asmx) via [SOAP](http://en.wikipedia.org/wiki/SOAP). Requires python2 and [suds](https://fedorahosted.org/suds/). test.py is much faster and cleaner than test_old.py in every regard.
##Todo