$npx skillfedfor your agent

Packages starting with 'X'

90 packages · page 2 of 3

Packages

xlib Skip
PyPI · Libraries · released Jan 2018

Provides a pure-Python X11 client library for communicating with X servers via the X protocol, enabling GUI applications to interact with X11 window systems.

LGPL-2.0-or-laterpure Pythonabandoned
160.5Kdownloads / mo
xlocal Skip
PyPI · Software Development · released Nov 2012

Provides execution-local storage that scopes attribute bindings to a code block and its callees, preventing state leakage across threads or greenlets.

license unclearbuilds from sourceabandoned
132.5Kdownloads / mo
xlrd With conditions
PyPI · Python Modules · released Jun 2025

xlrd reads data and formatting information from legacy Excel .xls files, extracting cell values, sheet metadata, and formula results without support for newer formats or advanced features like macros, charts, or password protection.

However, note that it is aging (last release 426 days ago) and does not support newer Excel formats—if you work primarily with .xlsx or .xlsm files, look elsewhere.

BSD-3-Clausepure Pythonaging
89.9Mdownloads / mo
xlrd3 With conditions
PyPI · Python Modules · released Apr 2021

Reads data from Excel spreadsheet files (.xls and .xlsx formats) and extracts cell values, sheet metadata, and row/column information for programmatic access.

BSD-3-Clausepure Python · 3.6+abandoned
220.9Kdownloads / mo
xls2xlsx With conditions
PyPI · Utilities · released Jan 2023

Converts legacy Excel files (.xls), HTML tables, and single-file web pages (.mht) to modern Excel format (.xlsx), preserving formatting, styles, and basic structure.

MITpure Python · 3.7+dormant
2.0Mdownloads / mo
xlsx2csv Worth it
PyPI · Utilities · released Jan 2026

Converts XLSX spreadsheet files to CSV format, handling large files efficiently through command-line or Python API.

Install it if you need reliable XLSX-to-CSV conversion in batch workflows or Python code.

MITpure Python
1.6Mdownloads / mo
xlsx2html With conditions
PyPI · Text Processing · released Feb 2026

Converts Excel spreadsheets (.xlsx files) to HTML tables while preserving cell formatting, with support for locale-specific number and date rendering.

MITpure Python
194.1Kdownloads / mo
xlsxwriter Worth it
PyPI · released Sep 2025

XlsxWriter creates Excel 2007+ XLSX files from Python, supporting text, numbers, formulas, charts, images, and formatting without external dependencies.

BSD-3-Clausepure Python · 3.8+
113.3Mdownloads / mo
xlutils Skip
PyPI · Spreadsheet · released Jun 2016

xlutils provides utilities for reading, writing, copying, and filtering Excel files by bridging xlrd and xlwt packages.

No—not for new projects.

MITpure Pythonabandoned
1.0Mdownloads / mo
xlwings Worth it
PyPI · Spreadsheet · released Aug 2026

xlwings lets you call Python from Excel and vice versa, automating Excel workbooks with Python code instead of VBA, and writing Python-based user-defined functions for spreadsheets.

Install it if you need to automate Excel from Python or replace VBA macros; skip it only if you don't use Excel or prefer server-based alternatives.

BSD-3-Clausepure Python · 3.9+
990.2Kdownloads / mo
xlwt Skip
PyPI · Python Modules · released Aug 2017

Generates Microsoft Excel 97–2003 XLS spreadsheet files from Python code with no external dependencies.

BSD-3-Clausepure Pythonabandoned
12.1Mdownloads / mo
xmacro With conditions
PyPI · Markup · released Jan 2022

xmacro is a command-line and Python tool for defining and expanding XML macros—named values, parameterized blocks, and conditional includes—to generate expanded XML files suitable for URDF and SDF robot description formats.

However, do not use it for untrusted or adversarial input due to eval()-based expression evaluation, and be aware that no security patches or feature updates will be…

permissive licensepure Pythonabandoned
77.5Kdownloads / mo
xmhuffman With conditions
PyPI · Python Modules · released May 2026

Decodes canonical-Huffman compressed string dictionaries from xVelocity/Vertipaq column stores used in Power BI `.pbix` files and Excel Power Pivot workbooks via a fast Cython extension.

Install only if you are working with these Microsoft formats; it has no utility for general-purpose Huffman decoding or other compression tasks.

MITcompiled wheel · 3.8+
105.8Kdownloads / mo
XMind Skip
PyPI · Utilities · released Jan 2019

XMind creates, parses, and updates XMind mind map files (.xmind) programmatically from Python, supporting sheets, topics, hyperlinks, notes, markers, and comments.

MITpure Pythonabandoned
126.5Kdownloads / mo
xml-python Skip
PyPI · Markup · released Jan 2021

Converts XML documents into Python objects, allowing you to work with XML data as native Python instances rather than parsing raw XML text.

copyleftpure Pythonabandoned
3.8Mdownloads / mo
xmldiff Worth it
PyPI · XML · released Jun 2026

xmldiff compares two XML files or trees and produces a human-readable diff that accounts for the hierarchical structure of XML, rather than treating it as flat text.

MITpure Python · 3.8+
374.3Kdownloads / mo
xmlformatter Worth it
PyPI · XML · released May 2026

Formats and compresses XML documents by applying distinct whitespace rules that treat element content as objects and mixed content as text, with options to preserve specific elements and customize indentation.

Install it if you need to format, normalize, or compress XML documents—either programmatically or from the command line.

MITpure Python · 3.2+
92.2Kdownloads / mo
xmljson Skip
PyPI · Software Development · released Apr 2020

Converts XML documents to Python dictionaries (and back) using one of six standardized XML-to-JSON conventions, with support for custom attribute and text-content handling.

MITpure Pythonabandoned
1.0Mdownloads / mo
xmlrunner With conditions
PyPI · Python Modules · released Nov 2014

A unittest test runner that exports test results to XML files compatible with CI systems, IDEs, and build tools.

However, install friction is high (source-only distribution), and dormancy since 2014 means no support for modern Python or CI ecosystem changes.

copyleftbuilds from sourcedormant
287.9Kdownloads / mo
xmlschema Worth it
PyPI · Libraries · released Jun 2026

Validates XML documents against XSD schemas and converts XML to/from Python data structures and JSON.

MITpure Python · 3.10+
8.5Mdownloads / mo
xmlsec With conditions
PyPI · XML · released Nov 2025

Python bindings for XML Security Library, enabling cryptographic signing and verification of XML documents.

MITcompiled wheel · 3.9+
12.0Mdownloads / mo
xmltodict Worth it
PyPI · XML · released Feb 2026

Converts XML to Python dictionaries and back, treating XML parsing and generation like working with JSON.

MITpure Python · 3.9+
127.1Mdownloads / mo
xmltojson With conditions
PyPI · XML · released Oct 2024

Converts XML documents to JSON format via a Python library or command-line tool, using xmltodict as its underlying parser.

Apache-2.0pure Pythondormant
583.4Kdownloads / mo
xmlunittest With conditions
PyPI · Testing · released Jul 2024

Extends Python's unittest framework to compare XML documents structurally using XPath expressions and lxml, rather than comparing raw XML strings.

MITpure Python · 3.8+dormant
1.0Mdownloads / mo
xmod With conditions
PyPI · Software Development · released May 2026

Lets a module behave like a callable object or container by wrapping it with special methods, eliminating redundant import patterns.

MITpure Python · 3.10+
4.9Mdownloads / mo
xmodem Worth it
PyPI · Networking · released Mar 2026

Implements the XMODEM file transfer protocol for sending and receiving files over character-based communication channels.

MITpure Python · 3.6+
536.4Kdownloads / mo
xonsh Worth it
PyPI · Terminals · released Jul 2026

Xonsh is a Python-based shell that merges Python 3 syntax with shell commands, letting you write scripts and interactive sessions using both languages seamlessly in one environment.

permissive licensepure Python · 3.11+
390.6Kdownloads / mo
xopen Worth it
PyPI · Utilities · released Jun 2026

xopen provides a drop-in replacement for Python's built-in open() that transparently handles compressed files in gzip, bzip2, xz, and Zstandard formats, automatically selecting efficient backends.

MITpure Python · 3.10+
822.4Kdownloads / mo
xoto3 Worth it
PyPI · Software Development · released Mar 2026

xoto3 provides high-level utilities and abstractions for boto3 operations, particularly for AWS serverless development, including DynamoDB transactions, batch operations, CloudWatch query formatting, and Lambda finalization helpers.

However, verify the actual license terms before use—the metadata shows 'unclear' treatment with no SPDX identifier, which is a blocker for some projects.

license unclearpure Python
78.0Kdownloads / mo
xpander-sdk With conditions
PyPI · Artificial Intelligence · released Aug 2026

Python SDK for building, deploying, and managing AI agents on the xpander.ai Backend-as-a-Service platform, with support for agent lifecycle management, task execution, tool integration, knowledge bases, and event-driven workflows.

MITpure Python · 3.10+
88.9Kdownloads / mo
xpinyin With conditions
PyPI · Python Modules · released Jun 2025

Converts Chinese characters (hanzi) to their phonetic romanization (pinyin), with support for tone marks, initial consonants, and multiple character readings.

MITpure Pythonaging
73.6Kdownloads / mo
xpress With conditions
PyPI · Software Development · released Jul 2026

Python interface to the FICO Xpress Optimizer for creating and solving linear, quadratic, conic, and nonlinear optimization problems, including mixed-integer variants.

license unclearcompiled wheel
214.4Kdownloads / mo
xpress8 With conditions
PyPI · Python Modules · released May 2026

xpress8 provides Python bindings to Microsoft's Xpress8 compression library, enabling compression and decompression of data using the algorithm used by Power BI's .pbix format and Windows internal data stores.

MITcompiled wheel · 3.8+
103.7Kdownloads / mo
xpress9 With conditions
PyPI · Python Modules · released Nov 2025

Xpress9 is a Python wrapper for Microsoft's Xpress9 compression library, providing efficient compression and decompression of binary data through a C extension with Cython bindings.

However, the limited community adoption (5 stars, 257 days since last release) and aging status suggest it may not receive timely updates or bug fixes.

MITcompiled wheel · 3.8+aging
249.3Kdownloads / mo
xpresslibs With conditions
PyPI · Software Development · released Jul 2026

Python interface to the FICO Xpress Optimizer for creating and solving linear, quadratic, conic, and nonlinear optimization problems, including their mixed-integer variants.

license unclearcompiled wheel
144.7Kdownloads / mo
xprof With conditions
PyPI · Libraries · released Aug 2026

XProf is a profiler for ML workloads that visualizes performance across multiple devices, showing execution timelines, memory usage, and operation-level details through a web interface.

Apache-2.0compiled wheel · 3.10+
473.6Kdownloads / mo
xproj With conditions
PyPI · GIS · released Jul 2025

XProj is an Xarray extension that provides tools for managing geospatial coordinate reference systems (CRS) using PROJ and Pyproj, enabling uniform CRS handling across Xarray datasets.

However, treat it as experimental—the API may change, and it is not yet proven in production workflows.

Apache-2.0pure Python · 3.10+
136.3Kdownloads / mo
xradar Worth it
PyPI · Scientific/Engineering · released Apr 2026

Xradar reads and writes weather radar data in multiple formats (CfRadial, ODIM_H5, NEXRAD, and others) and loads them into xarray DataTree structures for analysis and processing.

MITpure Python · 3.11+
106.3Kdownloads / mo
xraydb Worth it
PyPI · Scientific/Engineering · released Jul 2025

XrayDB provides a Python interface to a SQLite database of X-ray reference data, enabling calculations and lookups of X-ray interactions with matter for physics and materials science applications.

MITpure Python · 3.9+
73.7Kdownloads / mo
xrootd With conditions
PyPI · Distributed Computing · released Aug 2026

Provides Python bindings to XRootD, a high-performance distributed filesystem client for accessing data across remote storage resources with fault tolerance and transparent protocol handling.

copyleftcompiled wheel
1.2Mdownloads / mo