Metadata-Version: 2.4
Name: ofxstatement-qif
Version: 0.14.0
Summary: ofxstatement plugin for QIF files
Author-email: R Vadai <rvadai@segence.com>
Project-URL: repository, https://github.com/robvadai/ofxstatement-qif
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: <3.14,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: quiffen==4.0.1
Provides-Extra: dev
Requires-Dist: ofxstatement==0.9.3; extra == "dev"
Requires-Dist: pytest==9.0.3; extra == "dev"
Requires-Dist: pytest-cov==7.1.0; extra == "dev"
Requires-Dist: prospector[with_mypy]==1.18.0; extra == "dev"
Requires-Dist: bandit==1.9.4; extra == "dev"
Requires-Dist: setuptools==82.0.1; extra == "dev"
Requires-Dist: build==1.4.2; extra == "dev"
Requires-Dist: black==26.3.1; extra == "dev"
Dynamic: license-file

OFX Statement QIF plugin
========================

![Workflow Status](https://github.com/robvadai/ofxstatement-qif/actions/workflows/test.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/robvadai/ofxstatement-qif/badge.svg?branch=main)](https://coveralls.io/github/robvadai/ofxstatement-qif?branch=main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Summary

Converts [Quicken Interchange Format (QIF)](https://en.wikipedia.org/wiki/Quicken_Interchange_Format) formatted bank transaction files to [Open Financial Exchange (OFX)](https://en.wikipedia.org/wiki/Open_Financial_Exchange) format.

It is a plugin for [ofxstatement](https://github.com/kedder/ofxstatement).

## Installation

```shell
pip install ofxstatement-qif
```

## Usage

```shell
ofxstatement convert -t qif transactions.qif transactions.ofx
```

## Configuration

```shell
ofxstatement edit-config
```

And enter e.g. this:
```ini
[qif]
plugin = qif
currency = USD
account = Quiffen Default Account
separator = \n
day-first = true
encoding = utf-8
```
