Metadata-Version: 2.1
Name: ofxstatement-cd-tmb
Version: 2.0.3
Summary: OFXStatement plugin for TMB (DR Congo)
Home-page: https://github.com/BIZ4Africa/ofxstatement-cd-tmb
Author: Vincent Luba
Author-email: vincent@biz-4-africa.com
License: GPLv3
Download-URL: https://github.com/BIZ4Africa/ofxstatement-cd-tmb/archive/v2.0.3.zip
Keywords: ofx,banking,statement
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# ofxstatement-cd-tmb 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# TMB Congo plugin for ofxstatement 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This project provides a custom plugin for [ofxstatement](https://github.com/kedder/ofxstatement) for Trust Merchant Bank (CD). It is based
on the work done by JBBandos (https://github.com/jbbandos/ofxstatement-be-ing).

`ofxstatement`_ is a tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash / Odoo. Plugin for ofxstatement parses a particular proprietary bank statement format and produces common data structure, that is then formatted into an OFX file.

Users of ofxstatement have developed several plugins for their banks. They are listed on main [`ofxstatement`](https://github.com/kedder/ofxstatement) site. If your bank is missing, you can develop
your own plugin.

## Installation

### From PyPI repositories
```
pip3 install ofxstatement-cd-tmb
```

### From source
```
git clone git@github.com:BIZ4Africa/ofxstatement-cd-tmb.git 
python3 setup.py install
```

## Usage
```
$ ofxstatement convert -t tmbcd input.csv output.ofx
```


