feat(global): create structure, implement parsers and search

This commit is contained in:
h
2025-11-07 00:41:30 +01:00
commit 5f228016eb
22 changed files with 984 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Logic Plugin Manager
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](LICENSE.md)
[![Commercial License](https://img.shields.io/badge/License-Commercial-green.svg)](LICENSE-COMMERCIAL.md)
[![PyPI version](https://badge.fury.io/py/logic-plugin-manager.svg)](https://pypi.org/project/logic-plugin-manager/)
A utility for parsing and managing plugins in Logic Pro.
## 📦 Installation
```bash
uv add logic-plugin-manager
```
### With search functionality (includes rapidfuzz):
```bash
uv add logic-plugin-manager[search]
```
## 🚀 Quick Start
```python
from logic_plugin_manager import Logic
logic = Logic()
```
## 📄 License
This project is dual-licensed:
#### 🆓 Open Source (AGPL-3.0)
Free for open source projects. See [LICENSE.md](LICENSE.md).
#### 💼 Commercial License
For closed-source/commercial use. See [COMMERCIAL.md](LICENSE-COMMERCIAL.md).
Contact: h@kotikot.com