summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKG-INFO b/PKG-INFO
index e9bca55..daf535c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: ofxhome
-Version: 0.3.1
+Version: 0.3.2
Summary: ofxhome.com financial institution lookup REST client
Home-page: https://github.com/captin411/ofxhome
Author: David Bartle
@@ -25,6 +25,7 @@ Description: ofxhome
example
=======
+ ```python
from ofxhome import OFXHome
s = OFXHome.search("USAA")
@@ -36,6 +37,7 @@ Description: ofxhome
bank = OFXHome.lookup(item.id)
print bank.name _ bank.fid _ bank.url _ bank.brokerid # OR
print bank['name'] _ bank['fid'] _ bank['url'] _ bank['brokerid']
+ ```
Keywords: ofx,Open Financial Exchange,bank search,ofxhome,ofxhome.com
Platform: UNKNOWN