Metadata-Version: 1.0
Name: ofxclient
Version: 1.3.1
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
        =========
        
        Simple OFX client libraries.
        
        Note: the web application that used to be here has now been moved to
        another project.
        
        Installing
        ==========
        
        OSX
        ---
        
        > sudo easy_install ofxclient
        
        Windows
        -------
        
        > easy_install ofxclient
        
        Note: Make sure %PYTHON_HOME%\Scripts is added to your %PATH% otherwise the 'ofxclientd' command will not be found on your path.
        
        Source
        ------
        
        > get source from https://github.com/captin411/ofxclient
        
        > unpack it
        
        > sudo python setup.py install
        
        Overview
        ========
        
        Quick Start
        ===========
        
        Take a peek at the amex example in the examples folder on github:
        
        > https://github.com/captin411/ofxclient
        
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
