Metadata-Version: 2.4
Name: opexcore
Version: 0.4.0.dev20251123184143
Summary: A unified Python SDK for managing multiple VPN panel APIs including Marzban, Marzneshin, Guard, and PasarGuard
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: pydantic>=2.12.4
Dynamic: license-file

# OpexCore

### What is OpexCore?

A unified Python SDK for managing multiple VPN panels API.


### Clients

- [x] GuardCore
- [x] Marzban
- [x] Marzneshin
- [x] OvPanel
- [x] Pasarguard
- [x] Remnawave
- [ ] Rebbeca

### Installation

```bash
pip install opexcore
```

Check out the [examples](./examples/) directory for usage examples of each panel.
