Metadata-Version: 2.1
Name: hyrule-compendium-cli
Version: 2.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: pyrule-compendium (==2.3.0)
Requires-Dist: click

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

## Installation

    $ pip3 install hyrule-compendium-cli

## Usage

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

      Get the Hyrule Compendium onto your command line

    Options:
      --help  Show this message and exit.

    Commands:
      all       Get all items from the compendium
      category  Get items in a category
      entry     Get data on an entry
      image     Download the image of an entry

To see arguments and flags for commands use the flag `--help` with it.

