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

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

[![Workflow](https://github.com/movecodemove/convert-lqm-to-json/workflows/.github/workflows/workflow.yml/badge.svg)](https://github.com/movecodemove/convert-lqm-to-json/actions)

## 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.

