summaryrefslogtreecommitdiff
path: root/ofxhome.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'ofxhome.egg-info')
-rw-r--r--ofxhome.egg-info/PKG-INFO6
-rw-r--r--ofxhome.egg-info/SOURCES.txt4
2 files changed, 7 insertions, 3 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
diff --git a/ofxhome.egg-info/SOURCES.txt b/ofxhome.egg-info/SOURCES.txt
index 2c69c46..c3daabd 100644
--- a/ofxhome.egg-info/SOURCES.txt
+++ b/ofxhome.egg-info/SOURCES.txt
@@ -7,4 +7,6 @@ ofxhome.egg-info/SOURCES.txt
ofxhome.egg-info/dependency_links.txt
ofxhome.egg-info/entry_points.txt
ofxhome.egg-info/top_level.txt
-ofxhome.egg-info/zip-safe \ No newline at end of file
+ofxhome.egg-info/zip-safe
+ofxhome/tests/__init__.py
+ofxhome/tests/test_suite.py \ No newline at end of file