Registry / devops / mwcli
library0.0.3pypypi✓ verified 84d ago

Utilities for processing MediaWiki on the command line. Provides command-line tools and Python utilities for working with MediaWiki dumps, XML exports, and articles. Current version 0.0.3 is very early alpha; API may change without notice.

pip install mwcli
INSTALL
IMPORT
SIG · MWCLI
M
mwcli
devopspythonv0.0.3
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.

mwcli
import mwcli
from mwcli import ...
The library does not expose a public Python API; use the CLI directly.

Show available commands and usage.

mwcli --help
mwcli --version
Debug
Known issues
gotchaThe library is in early alpha (v0.0.3). No stable API. Commands and options may change without notice.
fix
Pin version if using in scripts. Monitor GitHub for breaking changes.
affects: <=0.0.3
gotchaNo public Python API. Importing 'mwcli' in Python yields an empty module. All functionality is only available via command line.
fix
Use subprocess or shell to call mwcli commands; do not rely on Python imports.
affects: <=0.0.3
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'mwcli'
The package installs a CLI application (scripts), not a Python module. 'import mwcli' will not work.
fix
Run 'pip install mwcli' and use the 'mwcli' command in your shell.
mwcli: command not found
The package is not installed or the script directory is not in PATH.
fix
Install with 'pip install mwcli' and ensure the Python scripts directory is in PATH.
Upgrade
Version history
0.0.3latest on PyPI · released Jan 14, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mwcli — pip install mwcli · libregistry