Metadata-Version: 1.1
Name: ofxtools
Version: 0.5.4
Summary: Library for working with Open Financial Exchange (OFX) formatted data used by financial institutions
Home-page: https://github.com/csingley/ofxtools
Author: Christopher Singley
Author-email: csingley@gmail.com
License: MIT
Download-URL: https://github.com/csingley/ofxtools/tarball/0.5.4
Description: Open Financial Exchange (OFX) Tools for Python
        ==============================================
        ``ofxtools`` is a Python library for working with Open Financial Exchange (OFX)
        data - the standard format for downloading financial information from banks
        and stockbrokers.  OFX data is widely provided by financial institutions so
        that their customers can import transactions into financial management
        software such as Quicken, Microsoft Money, or GnuCash.
        
        If you want to download your transaction data outside of one of these
        programs - if you wish to develop a Python application to use this data -
        if you need to generate your own OFX-formatted data... ``ofxtools`` is for you!
        
        ``ofxtools`` consumes and produces both OFXv1 (SGML) and OFXv2 (XML) formats.
        It also handles Quicken's QFX format, although it ignores Intuit's proprietary
        extension tags.  It targets compliance with the `OFX specification`_,
        specifically OFX versions 1.6 and 2.02.
        
        ``ofxtools`` is compatible with Python version 2.7+ and 3.1+.  Its only
        external dependency is `Requests`_.
        
        Full documentation is available at `Read the Docs`_.
        
        Development of ``ofxtools`` is centralized at `GitHub`_, where you will find
        a `bug tracker`_.
        
        For ease of installation, ``ofxtools`` is released on `PyPI`_.
        
        .. _OFX specification: http://www.ofx.net/downloads.html
        .. _Requests: http://docs.python-requests.org/en/master/
        .. _Read the Docs: https://ofxtools.readthedocs.io/
        .. _GitHub: https://github.com/csingley/ofxtools
        .. _bug tracker: https://github.com/csingley/ofxtools/issues
        .. _PyPI: https://pypi.python.org/pypi/ofxtools
        
Keywords: ofx,Open Financial Exchange
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
