Metadata-Version: 2.1
Name: ocpm
Version: 1.0.1
Summary: OpenCore Package Manager by HyDEV
Home-page: https://github.com/hykilpikonna/ocpm
Author: Azalea Gui
Author-email: me@hydev.org
License: MIT
Platform: UNKNOWN
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
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: hypy-utils
Requires-Dist: ruamel.yaml
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: packaging

# ocpm - OpenCore Package Manager [WIP]

![image](https://user-images.githubusercontent.com/22280294/170818152-b202a3ba-2a48-4ccd-8abe-4e4514b8ec67.png)

## Installation

You have to install python >3.7 with pip first, then:

```sh
pip install ocpm
```

## Usage

First, cd to your EFI directory, and then run `ocpm -U` to update all kexts.

Use `ocpm -I [kext names...]` to install kexts

## Features / To-do

* [x] Update kexts to the latest version
* [x] Install kexts
* [ ] Uninstall kexts
* [ ] Resolve dependencies
* [ ] Install specific versions of a kext
* [ ] Install OS-dependent kexts (like AirportItlwm)
* [ ] Update OpenCore itself


