Registry / devops / abx-plugins

abx-plugins

JSON →
library1.11.188pypypi✓ verified 79d ago

A suite of plugins for ArchiveBox that provides hooks, configuration, and binary manifests. Compatible with ArchiveBox v0.8.x and above. Current version: 1.11.188, updated frequently.

pip install abx-plugins
INSTALL
IMPORT
SIG · ABX-PLUGINS
A
abx-plugins
devopspythonv1.11.188
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.

get_plugins_dir
from abx_plugins import get_plugins_dir
from abx_plugins import get_plugins
Path
from abx_plugins import Path
annotations
from abx_plugins import annotations

List all registered plugins.

from abx_plugins import get_plugins plugins = get_plugins() print(plugins)
Debug
Known issues
breakingRequires Python >=3.12; older Python versions are unsupported.
fix
Upgrade Python to 3.12 or later.
affects: all
breakingVersion 1.0.0+ changed plugin loading mechanism; custom plugins must implement new hooks.
fix
Update custom plugins to use the new hook specification documented in the ArchiveBox plugin developer guide.
affects: >=1.0.0
gotchaPlugins are loaded automatically by ArchiveBox; manual import may cause duplicate registration.
fix
Do not manually import plugins if running within ArchiveBox; let the framework handle discovery.
affects: all
Upgrade
Version history
1.11.188latest on PyPI · released Jun 7, 2026
Audit
Dependencies
archiveboxrequiredRuntime dependency; plugins require ArchiveBox to function.
Agent activity
49 hits · last 30 days
node
42
OpenAI (training)
1
Resources
abx-plugins — pip install abx-plugins · libregistry