feat(global): create structure, implement parsers and search
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Logic Plugin Manager
|
||||
|
||||
[](LICENSE.md)
|
||||
[](LICENSE-COMMERCIAL.md)
|
||||
[](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
|
||||
Reference in New Issue
Block a user