$npx skillfedfor your agent

Packages starting with 'W'

195 packages · page 4 of 5

Packages

wikipedia-mcp With conditions
PyPI · Python Modules · released May 2026

Exposes Wikipedia search, article retrieval, and content extraction as a Model Context Protocol server for LLMs to access factual information in real time.

MITpure Python · 3.10+
118.6Kdownloads / mo
wikitextparser Worth it
PyPI · Text Processing · released Jul 2026

Parses and manipulates MediaWiki wikitext markup, extracting and modifying templates, wikilinks, tables, sections, lists, and other wiki elements programmatically.

GPL-3.0-onlypure Python · 3.8+
127.2Kdownloads / mo
Willow With conditions
PyPI · Graphics · released Oct 2025

Willow provides a unified API for image manipulation across Pillow, Wand, and OpenCV, automatically converting between libraries as needed for operations like resizing, cropping, face detection, and format conversion.

BSD-3-Clausepure Python · 3.10+
966.0Kdownloads / mo
wimpy With conditions
PyPI · Utilities · released Oct 2018

Wimpy provides a collection of commonly reused utility functions and helpers to reduce code duplication across projects.

However, verify that its utilities match your use case first—the lack of documentation and long dormancy mean you'll need to inspect the source code to know what…

permissive licensepure Pythondormant
397.2Kdownloads / mo
win-precise-time With conditions
PyPI · Utilities · released Oct 2023

Provides high-resolution time measurement and sub-millisecond sleep on Windows by wrapping Windows API calls, replacing the ~15ms resolution of the builtin time.time().

However, expect no active maintenance or updates; dormant status means community support is limited.

permissive licensecompiled wheel · 3.7+dormant
184.6Kdownloads / mo
win_unicode_console Skip
PyPI · Utilities · released Jun 2016

Fixes Unicode input and display in Python when running from the Windows console by replacing standard streams and input handling with WinAPI-based alternatives.

Install only if you are stuck maintaining legacy code on an unsupported Python version and have no path to upgrade.

MITbuilds from sourceabandoned
493.2Kdownloads / mo
win32-setctime With conditions
PyPI · Filesystems · released Dec 2024

Sets file creation time on Windows systems via Python, allowing you to modify the creation timestamp of files programmatically.

MITpure Python · 3.5+dormant
6.3Mdownloads / mo
winacl With conditions
PyPI · Security · released May 2024

Parses and manipulates Windows security descriptors, ACLs, and ACEs in pure Python without requiring Windows-specific libraries or system calls.

However, note that the project is aging—last updated in May 2024—so verify that its feature set and compatibility match your specific Windows security descriptor…

MITpure Python · 3.6+aging
87.6Kdownloads / mo
wincertstore Skip
PyPI · Cryptography · released Jun 2021

Accesses Windows system certificate stores (CA and CRL) via ctypes and crypt32.dll to extract certificates for SSL/TLS operations.

Install only if you are maintaining legacy Python 2.7 code that predates this built-in behavior and cannot upgrade.

permissive licensepure Pythonabandoned
395.3Kdownloads / mo
window-ops With conditions
PyPI · Mathematics · released Mar 2024

Provides numba-optimized window operations (rolling, expanding, seasonal) on numpy arrays as a faster alternative to pandas rolling and expanding methods, plus online classes for incremental updates.

Not recommended if you need active development, broad window function coverage, or integration with pandas DataFrames.

Apache-2.0pure Python · 3.6+dormant
215.8Kdownloads / mo
windows-curses With conditions
PyPI · Software Development · released Mar 2026

Provides the standard Python curses module on Windows by wrapping PDCurses, enabling terminal UI development that would otherwise require platform-specific workarounds.

permissive licensecompiled wheel
214.7Kdownloads / mo
winevt With conditions
PyPI · Monitoring · released May 2017

Winevt lets you query and subscribe to Windows Event Logs directly through the Windows API, and parse event log files programmatically from Python.

Install it if you need direct Windows Event Log access from Python and are willing to accept that bug fixes or compatibility updates are unlikely.

MITbuilds from sourcedormant
106.2Kdownloads / mo
winkerberos With conditions
PyPI · Authentication/Directory · released Dec 2025

Provides native Kerberos client authentication on Windows by wrapping Microsoft's SSPI, with an API compatible with pykerberos for GSSAPI-based authentication flows.

Apache-2.0compiled wheel · 3.10+
4.3Mdownloads / mo
winloop With conditions
PyPI · Networking · released Apr 2026

Winloop is a Windows-compatible alternative to uvloop that replaces the standard asyncio event loop with a faster, libuv-based implementation optimized for Windows.

Apache-2.0compiled wheel · 3.8.0+
158.9Kdownloads / mo
winrt-runtime With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to access Windows Runtime (WinRT) APIs, enabling direct interaction with Windows hardware, OS features, and UI frameworks from Python code.

MITcompiled wheel · 3.9+aging
379.9Kdownloads / mo
winrt-Windows.Devices.Bluetooth With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to Windows Runtime Bluetooth APIs, enabling direct access to Bluetooth hardware and device management from Python on Windows.

MITcompiled wheel · 3.9+aging
212.4Kdownloads / mo
winrt-Windows.Devices.Bluetooth.Advertisement With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to access Windows Runtime Bluetooth advertisement APIs directly from Python on Windows.

However, maintenance is aging (last release June 2025, last commit December 2025); verify that the API surface and stability meet your requirements before committing…

MITcompiled wheel · 3.9+aging
210.3Kdownloads / mo
winrt-Windows.Devices.Bluetooth.GenericAttributeProfile With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to access Windows Runtime Bluetooth Generic Attribute Profile (GATT) APIs, enabling Bluetooth device communication from Python on Windows.

Install it if your use case matches; do not install if you need cross-platform Bluetooth support.

MITcompiled wheel · 3.9+aging
210.4Kdownloads / mo
winrt-Windows.Devices.Enumeration With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to Windows Runtime (WinRT) APIs for device enumeration, enabling access to hardware like Bluetooth, USB, serial ports, and cameras directly from Python.

MITcompiled wheel · 3.9+aging
213.0Kdownloads / mo
winrt-Windows.Devices.Radios With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to access Windows Runtime APIs for Bluetooth, USB, serial ports, cameras, and other hardware devices on Windows systems.

However, the aging maintenance status means you should verify that the specific radio operations you need are exposed and working before committing to production use.

MITcompiled wheel · 3.9+aging
194.3Kdownloads / mo
winrt-Windows.Foundation With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to Windows Runtime (WinRT) Foundation APIs, enabling direct access to core WinRT functionality from Python code running on Windows.

Install only if you are targeting Windows; this package is not cross-platform.

MITcompiled wheel · 3.9+aging
363.3Kdownloads / mo
winrt-Windows.Foundation.Collections With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings for Windows Runtime (WinRT) APIs in the Windows.Foundation.Collections namespace, enabling access to collection types and utilities from the Windows SDK.

However, this is primarily a dependency package rather than a standalone tool—install it only if another WinRT package or your own Windows SDK integration requires it.

MITcompiled wheel · 3.9+aging
342.4Kdownloads / mo
winrt-Windows.Globalization With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to Windows Runtime (WinRT) Globalization APIs, enabling access to language, region, and text processing features from the Windows SDK.

MITcompiled wheel · 3.9+aging
104.0Kdownloads / mo
winrt-Windows.Graphics.Imaging With conditions
PyPI · Graphics · released Jun 2025

Provides Python bindings to Windows Runtime (WinRT) graphics imaging APIs, enabling access to image capture and processing capabilities from the Windows SDK.

MITcompiled wheel · 3.9+aging
119.1Kdownloads / mo
winrt-Windows.Media.Ocr With conditions
PyPI · Text Processing · released Jun 2025

Provides Python bindings to Windows Runtime (WinRT) optical character recognition APIs, enabling text extraction from images using native Windows OCR capabilities.

MITcompiled wheel · 3.9+aging
119.5Kdownloads / mo
winrt-Windows.Storage.Streams With conditions
PyPI · Software Development · released Jun 2025

Provides Python bindings to Windows Runtime (WinRT) storage stream APIs, enabling direct access to stream-based I/O operations on Windows from Python code.

However, this is a Windows-only package with medium install friction (platform-specific wheels), so it is only relevant for Windows development.

MITcompiled wheel · 3.9+aging
329.4Kdownloads / mo
wiremock With conditions
PyPI · Python Modules · released Jul 2025

Python client library for interacting with WireMock instances to mock HTTP services in tests, supporting both standalone servers and containerized deployments.

Apache-2.0pure Pythonaging
589.1Kdownloads / mo
wirerope With conditions
PyPI · Software Development · released Jan 2025

Wraps Python callables (functions and methods) with custom behavior by binding user-defined Wire objects to them, enabling decorator-like control over how functions and methods are invoked.

However, the aging maintenance status (575 days since release) and small community (8 GitHub stars) suggest it's a specialized tool—install it when your use case…

BSD-3-Clausepure Pythonaging
11.2Mdownloads / mo
wireup Worth it
PyPI · Python Modules · released Jul 2026

Wireup is a type-driven dependency injection container for Python that resolves and manages application dependencies at startup, supporting singletons, scoped, and transient lifetimes across sync and async code.

MITpure Python · 3.10+
99.4Kdownloads / mo
wkhtmltopdf Skip
PyPI · Dynamic Content · released Jul 2011

Wraps the wkhtmltopdf command-line tool to convert URLs and HTML to PDF from Python, with optional Flash rendering support.

Install only if maintaining legacy Python 2 code already using this package.

BSD-3-Clausebuilds from sourceabandoned
98.4Kdownloads / mo
wlc With conditions
PyPI · Utilities · released Jul 2026

wlc is a command-line client for Weblate's REST API, enabling developers to manage translations, pull and push localization changes, and interact with Weblate projects from the terminal.

GPL-3.0-or-laterpure Python · 3.10+
229.7Kdownloads / mo
wled Worth it
PyPI · Python Modules · released May 2026

An asynchronous Python client library for controlling and monitoring WLED devices over the network, enabling programmatic automation of LED strip behavior.

Install it if you need to control WLED devices from Python; skip it if you have no WLED hardware or prefer synchronous code.

MITpure Python
75.7Kdownloads / mo
wllegal With conditions
PyPI · WWW/HTTP · released Aug 2026

A Django module providing legal document templates and compliance infrastructure for Weblate-based localization services.

GPL-3.0-or-laterpure Python · 3.11+
87.3Kdownloads / mo
wmctrl With conditions
PyPI · Utilities · released Sep 2023

wmctrl provides programmatic control over windows in X Window System environments, allowing you to query, move, resize, and manage window properties from Python.

However, it is only useful on X Window System environments; it will not work on Windows or macOS without an X server.

MITpure Python · 2.7+dormant
207.0Kdownloads / mo
WMI With conditions
PyPI · Monitoring · released Apr 2020

WMI wraps Windows Management Instrumentation to let Python code query and control system resources, services, and hardware on Windows machines through a simplified API.

However, be aware that the package is abandoned and untested against Python versions beyond 3.4 or Windows versions beyond 8.x.

permissive licensepure Pythonabandoned
1.0Mdownloads / mo
wmill Worth it
PyPI · Distributed Computing · released Aug 2026

wmill is a Python client library for the Windmill workflow automation platform, providing methods to access variables, resources, run scripts, and manage job state.

Install it if you need to interact with a Windmill instance from Python.

Apache-2.0pure Python
867.0Kdownloads / mo
wn Worth it
PyPI · Python Modules · released Aug 2026

Wn is a Python library for querying and exploring wordnet data—semantic networks of word meanings, definitions, and relationships—with support for multiple languages and interlingual lookups.

MITpure Python · 3.10+
157.4Kdownloads / mo
wolframalpha Worth it
PyPI · WWW/HTTP · released Jun 2024

Provides a Python client for querying the Wolfram|Alpha v2.0 API, allowing you to send questions and retrieve structured computational answers.

Install it if you need to query Wolfram|Alpha from Python.

MITpure Python · 3.8+
302.4Kdownloads / mo
wonderwords Worth it
PyPI · Linguistic · released Oct 2025

Generates random English words and sentences with filtering options (by length, starting/ending characters, part of speech, or regex), plus a command-line interface for quick generation.

Install it if you need random word or sentence generation; the low friction and permissive license make it a safe choice.

MITpure Python · 3.8+aging
632.5Kdownloads / mo
WooCommerce With conditions
PyPI · Python Modules · released Mar 2021

A Python wrapper for the WooCommerce REST API that lets you programmatically read, create, update, and delete products, orders, customers, and other WooCommerce store data.

However, verify that it works with your current WooCommerce version—the last release was in 2021, so if your store runs a significantly newer WooCommerce API, test…

MITpure Python · 3.6+dormant
162.8Kdownloads / mo