summaryrefslogtreecommitdiff
path: root/ofxhome.egg-info/PKG-INFO
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-04-30 11:06:34 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-04-30 11:06:34 +0200
commit1dc39ba3b5a6d64a394e77aa25e428874ca1b04f (patch)
tree58046b7a29650f8c57510b3cf8687ff093a3b079 /ofxhome.egg-info/PKG-INFO
parent2052b74bffed8b6ee7e458f8dc50dc504fcf7f46 (diff)
Import Upstream version 0.3.2
Diffstat (limited to 'ofxhome.egg-info/PKG-INFO')
-rw-r--r--ofxhome.egg-info/PKG-INFO6
1 files changed, 4 insertions, 2 deletions
diff --git a/ofxhome.egg-info/PKG-INFO b/ofxhome.egg-info/PKG-INFO
index e9bca55..daf535c 100644
--- a/ofxhome.egg-info/PKG-INFO
+++ b/ofxhome.egg-info/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