Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.38 KB

lykos

A Python library/CLI tool for fetching *OS firmware keys.

Utilizes The Apple Wiki as a source.

Usage

Usage: lykos [OPTIONS]

  A Python CLI tool for fetching *OS firmware keys.

Options:
  --version                     Show the version and exit.
  -d, --device-identifier TEXT  Device identifier.  [required]
  -b, --build-id TEXT           *OS buildid.  [required]
  -c, --codename TEXT           *OS codename.
  -n, --component TEXT          Component to print keys for.
  -v, --verbose                 Enable verbose logging.
  -h, --help                    Show this message and exit.

Requirements

  • Python 3.8 or higher

Installation

  • Local installation:
    • ./install.sh
    • Requires Poetry

TODO

  • Write documentation
  • Push to PyPI

Support

For any questions/issues you have, open an issue.