Metadata-Version: 2.0
Name: ofxclient-python
Version: 0.0.8
Summary: Open Financial Data Exchange (OFX) client API and command-line interface
Home-page: https://github.com/denvaar/ofxclient-python
Author: Denver Smith
Author-email: denverpsmith@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP

# ofxclient-python
Open Financial Data Exchange (OFX) client API and command-line interface

# Description
Open Financial Exchange (OFX) is the open standard for interacting with financial data from financial institutions. It's developed and maintained by a consortium of financial application developers, aggregation services, and financial services providers. More information can be found at [ofx.org](http://www.ofx.org/index.html).

This is a Python API, and also a command-line interface for interacting with OFX (version 2.0+) servers. Check out the docs for more information:
- [API](docs/api.md)
- [Command-line interface tool](docs/ofxclient-cli.md)

# Installation

pip install ofxclient-python==0.0.5

*TODO pyinstaller download*

## Development
Just grab a copy the repository and pip install the requirements found in `requirements.txt`.

# Usage

*TODO examples*

# Contributing

Please feel free.


