--- id: mwcli version: "0.0.3" license: MIT license_treatment: permissive maintenance: abandoned --- # mwcli — Utilities for processing MediaWiki on the command line. License: permissive · Maintenance: abandoned · Downloads: 246.7K/mo ## What it is and what it does mwcli is a lightweight library for building command-line tools that interact with MediaWiki installations. It bundles helper functions and classes to reduce boilerplate when writing CLI utilities for wiki-related tasks. The package depends on docopt for argument parsing, para for parallel processing, and mwxml for XML parsing of MediaWiki content. The package has been dormant since 2020-01-14 with no active maintenance. While the MIT license and low install friction make it accessible, the age of the codebase means compatibility with modern MediaWiki APIs and current Python environments is uncertain. It is most suitable for maintaining legacy projects rather than as a foundation for new work. Use it for: - Build a CLI tool to process XML exports from a MediaWiki instance. - Create a command-line utility to extract structured data from wiki pages. - Develop batch processing scripts that parse MediaWiki markup from multiple sources. - Prototype wiki data extraction workflows without writing full argument-parsing boilerplate. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides helper functions and classes for building command-line utilities that work with MediaWiki data. No—not for new projects. The package is abandoned (last commit 2020-01-14) with no active maintenance. Compatibility with current MediaWiki APIs is unverified. Use only if maintaining legacy code that already depends on it; otherwise build directly on the underlying libraries (docopt, mwxml) it wraps. ## Install pip install mwcli uv add mwcli poetry add mwcli ## Installing mwcli Before you install: Low install friction with a pure-Python wheel, but abandoned since 2020-01-14 with no recent maintenance or commits. License in practice: MIT license is permissive; you can use, modify, and distribute freely with minimal restrictions, provided you retain the license notice. Quickstart: pip install mwcli import mwcli # Use helper functions and classes from mwcli for building MediaWiki CLI utilities Verify before relying: - Whether runtime dependencies docopt, para, and mwxml are actively maintained. - Compatibility with current MediaWiki versions and modern Python environments. - Specific Python version support beyond the 'Python 3 Only' classifier. ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 246.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags mediawiki command line tools, cli utilities for mediawiki, mediawiki processing, command line wiki tools, mediawiki helpers, mediawiki, cli-tools, abandoned [View on SkillFed](https://skillfed.io/packages/mwcli) · [View on PyPI](https://pypi.org/project/mwcli/)