Metadata-Version: 2.1
Name: convert-lqm-to-json
Version: 0.1.9
Summary: Convert LG QuickMemo+ files into single, text-only JSON file
License: MIT
Author: Scott Steven Rodriguez
Author-email: scott@movecodemove.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Convert LG QuickMemo+ files into single, text-only JSON file

## Installation
`$ pip install [--user] convert-lqm-to-json`

## Usage
`$ convert-lqm-to-json [-h] [-o [<...>]] [-v] [<source1>] ... [<sourceN>]`

#### Arguments

    <source>                Paths or glob patterns for resolving .lqm files;
                            defaults to current directory.

#### Options

    -o  (--output-dir)      Output directory; defaults to current directory.
    -h  (--help)            Print help message.
    -v  (--version)         Print application version.

