Metadata-Version: 2.1
Name: hyrule-compendium-cli
Version: 1.0.0
Summary: The official CLI for the Hyrule Compendium API
Home-page: https://github.com/gadhagod/Hyrule-Compendium-CLI
Author: Aarav Borthakur
Author-email: gadhaguy13@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: HyruleCompendium (==0.0.3)
Requires-Dist: click

# Hyrule Compendium CLI
The official CLI for the Hyrule Compendium API.

## Installation

    $ pip3 install hyrule-compendium-cli

## Usage

    Usage: hyrule [OPTIONS] COMMAND [ARGS]...

    Options:
    --help  Show this message and exit.

    Commands:
    get-all       Get all items in the compendium
    get-category  Get items in a category
    get-entry     Get a specific entry

All commands have an optional flag `-f` / `--format`, which formats the JSON response.

