Metadata-Version: 2.4
Name: plykos
Version: 0.1
Summary: A Python library/CLI tool for fetching *OS firmware keys.
Project-URL: Repository, https://github.com/m1stadev/plykos
Project-URL: Bug Tracker, https://github.com/m1stadev/plykos/issues
Author-email: m1stadev <adamhamdi31@gmail.com>
License: MIT License
        
        Copyright (c) 2026 m1sta
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.13.3
Requires-Dist: async-typer>=0.1.10
Requires-Dist: loguru>=0.7.2
Requires-Dist: typer>=0.21.1
Description-Content-Type: text/markdown

<h1 align="center">
plykos
</h1>
<p align="center">
  <a href="https://github.com/m1stadev/plykos/blob/master/LICENSE">
    <image src="https://img.shields.io/github/license/m1stadev/plykos">
  </a>
  <a href="https://github.com/m1stadev/plykos">
    <image src="https://tokei.rs/b1/github/m1stadev/plykos?category=code&lang=python&style=flat">
  </a>
  <a href="https://github.com/m1stadev/plykos/stargazers">
    <image src="https://img.shields.io/github/stars/m1stadev/plykos">
  </a>
</p>
A Python library/CLI tool for fetching *OS firmware keys.

Utilizes [The Apple Wiki](https://theapplewiki.com) as a source.

## Usage
```
Usage: plykos [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.10 or higher

## Installation
- Local installation:
    - `./install.sh`

## TODO
- Write documentation
- Push to PyPI

## Support
For any questions/issues you have, [open an issue](https://github.com/m1stadev/plykos/issues).