Metadata-Version: 2.4
Name: vocably2anki
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: arguably>=1.3.0

A quick converter of Vocably-export files into my own Anki format.  Extremely hard-coded.

Usage:

```
❯ uv run .\v2a.py -h
usage: v2a.py [-h] vocably [vocably-separator] [anki-separator]

converts a Vocably export file to Anki deck

positional arguments:
  vocably            the input CSV file (type: Path)
  vocably-separator  the characters separating the vocably columns (type: str, default: |)
  anki-separator     the characters separating two sides of the deck card (type: str, default: ': ')

options:
  -h, --help         show this help message and exit
```
