Metadata-Version: 1.0
Name: ofxclient
Version: 0.8.2
Summary: OFX client for dowloading transactions from banks
Home-page: https://github.com/captin411/ofxclient
Author: David Bartle
Author-email: captindave@gmail.com
License: MIT License
Description: Overview
        =========
        
        Python OFX client libraries and basic web application
        
        Installing
        ==========
        
        Using easy_install
        -------------------
        > sudo easy_install ofxclient
        
        From source
        -------------------
        > get source from https://github.com/captin411/ofxclient
        > sudo python setup.py install
        
        Quick Start
        ===========
        
        This distribution comes with a small web application so that you can add your banks, accounts and credentials.
        
        Run this command in the terminal or command prompt
        
        > ofxclientd
        
        If you need to, you can override the port that is bound to (8080)
        
        > ofxclientd -p 8080
        
        And if you don't want the webbrowser opened on start
        
        > ofxclientd -b
        
        Daemonizing on OSX or Linux
        > nohup ofxclient -b &
        
        Screen Shots
        ============
        
        Searching for a bank
        --------------------
        http://cl.ly/image/1u0r3E2z2G0j
        http://cl.ly/image/1J2K391G2104
        
        Adding a bank
        --------------------
        http://cl.ly/image/1T294228380a
        
        Your list of banks
        --------------------
        http://cl.ly/image/0a3Y1q3W3V1P
        
Keywords: ofx,Open Financial Exchange,download transactions
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
