Metadata-Version: 2.1
Name: ib2parqet
Version: 1.0.2
Summary: converts Interactive Brokers Flex Reports to csv importable by Parqet
Home-page: https://gitlab.com/martizih/ib2parqet.git
Author: Martin Zihlmann
Author-email: martizih@outlook.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xmltodict
Requires-Dist: python-dateutil

# Interactive Brokers to Parqet Converter

`ib2parqet` is a simple command-line utility that converts Flex-Query exports from Interactive Brokers into csv files that can be imported into Parqet.


## Installation

```sh
python -m pip install ib2parqet
```

## Usage

```sh
usage: ib2parqet [-h] [-v] [-o OUTPUT] input

positional arguments:
  input                 path to Flex Query xml generated in IB

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -o OUTPUT, --output OUTPUT
                        output file path
```
