Metadata-Version: 2.4
Name: ubs-to-ynab
Version: 0.1.1
Summary: Convert UBS CSV exports into YNAB-compatible CSV files
Author: VerdantForge
Keywords: ubs,ynab,csv,finance,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# UBS to YNAB

Convert UBS CSV exports into YNAB-compatible CSV files.

## Install

```bash
uvx ubs-to-ynab --help
```

Or install locally:

```bash
pip install ubs-to-ynab
```

## Usage

```bash
ubs-to-ynab <input_dir> [output_dir]
```

- `input_dir` should contain one or more UBS CSV exports.
- `output_dir` is optional and defaults to `<input_dir>/ynab_output/`.

Example:

```bash
ubs-to-ynab ./exports ./ynab_output
```
