Registry / crm-productivity / kangelpluginsmanager

kangelpluginsmanager

JSON →
library1.4.1pypypiunverified

Kangel Plugins Manager is a plugin store and management system designed for exteraGram and AyuGram Telegram clients. Version 1.4.1 supports Python >=3.9 and provides an intuitive interface to discover, install, update, and remove plugins from the Kangel Plugins Store. The library is actively maintained with a focus on ease of use.

pip install kangelpluginsmanager
INSTALL
IMPORT
SIG · KANGELPLUGINSMANAG
K
kangelpluginsmanager
crm-productivitypythonv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KangelPluginsManager
✓ import kangelpluginsmanager
✗ from kangelpluginsmanager import KangelPluginsManager

Initialize the manager with an API key, then list, install, or uninstall plugins.

from kangelpluginsmanager import KangelPluginsManager # Initialize the manager manager = KangelPluginsManager(api_key='your_api_key_here') # List available plugins plugins = manager.list_plugins() print(plugins) # Install a plugin manager.install('example-plugin') # Uninstall a plugin manager.uninstall('example-plugin')
kangelpluginsmanager --version
Debug
Known issues
gotchaThe library requires an API key from the Kangel Plugins Store. Without a valid key, operations will fail silently or raise authentication errors.
fix
Obtain an API key from the store's website or configuration.
affects: all
deprecatedThe method `update` has been deprecated in favor of `install` with the `--upgrade` flag. Using `update` may stop working in future versions.
fix
Use `manager.install('plugin-name', upgrade=True)` instead.
affects: >=1.4.0
Upgrade
Version history
1.4.1latest on PyPI · released Apr 26, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
52
OpenAI (training)
1
Resources
kangelpluginsmanager — pip install kangelpluginsmanager · libregistry