$npx skillfedfor your agent

Packages starting with 'L'

520 packages · page 6 of 13

Packages

lib-detect-testenv Worth it
PyPI · Testing · released Jul 2026

Detects whether code is running in a test environment (pytest, doctest, or setup.py test) via runtime inspection of sys.argv and execution context.

MITpure Python · 3.10+
2.6Mdownloads / mo
lib-layered-config Worth it
PyPI · Software Development · released Jul 2026

Loads and merges configuration from multiple sources (defaults, files, environment variables) into a single immutable object while tracking where each value came from.

MITpure Python · 3.10+
128.9Kdownloads / mo
lib-log-rich Worth it
PyPI · Monitoring · released Jul 2026

Provides Rich-styled colored console logging with structured metadata, multi-backend fan-out (journald, Windows Event Log, Graylog), and ring-buffer log dumps in JSON, HTML, or text format.

Install it if you need structured logging with journald/Windows Event Log/Graylog fan-out and colored console output; skip it if you only need basic Python logging or…

MITpure Python · 3.10+
127.5Kdownloads / mo
lib3mf Worth it
PyPI · Graphics · released Feb 2026

lib3mf reads, writes, and validates 3D Manufacturing Format (3MF) files, providing a Python interface to a C++ implementation of the 3MF standard for 3D printing and modeling.

BSD-3-Clausecompiled wheel
343.0Kdownloads / mo
lib4sbom Worth it
PyPI · Build Tools · released Apr 2026

Lib4sbom parses and generates Software Bill of Materials (SBOMs) in SPDX and CycloneDX formats, providing a unified abstraction layer to work with SBOMs regardless of their underlying format.

permissive licensepure Python · 3.9+
317.0Kdownloads / mo
lib4vex With conditions
PyPI · Security · released Mar 2026

Lib4VEX parses and generates VEX (Vulnerability Exploitability eXchange) documents in OpenVEX, CycloneDX, and CSAF formats, providing a unified abstraction layer for vulnerability information across these specifications.

Apache-2.0pure Python · 3.7+
83.1Kdownloads / mo
libadvian With conditions
PyPI · Software Development · released May 2025

Provides a collection of small utility helpers for logging, UUID/base64 encoding, string/bytes conversion, async task management, and iterable chunking.

MITpure Pythonaging
81.6Kdownloads / mo
libarchive-c Worth it
PyPI · Software Development · released May 2025

libarchive-c provides a Python interface to libarchive, a C library for reading, writing, and extracting archives in formats including tar, zip, 7z, and others via ctypes bindings.

Install it if you need multi-format archive handling and are comfortable with the system libarchive dependency.

permissive licensepure Pythonaging
396.8Kdownloads / mo
libclang With conditions
PyPI · Compilers · released Mar 2024

Provides Python bindings to Clang's C API, bundled with prebuilt libclang shared libraries for macOS, Windows, and Linux, eliminating the need to install LLVM separately.

Apache-2.0compiled wheeldormant
14.1Mdownloads / mo
libcoal With conditions
PyPI · Scientific/Engineering · released May 2026

libcoal provides Python bindings for collision detection and distance computation between 3D geometric objects using optimized GJK and EPA algorithms.

BSD-3-Clausecompiled wheel · 3.9+
548.5Kdownloads / mo
libconf With conditions
PyPI · Python Modules · released Nov 2019

Reads and writes configuration files in libconfig format, a format commonly used in C/C++ projects, with an API modeled after Python's json module.

However, any bugs or compatibility issues with future Python or libconfig versions will not be addressed.

MITpure Pythonabandoned
167.9Kdownloads / mo
libcst Worth it
PyPI · Libraries · released Jul 2026

libcst parses Python source code into a concrete syntax tree that preserves all formatting details (comments, whitespace, parentheses), enabling automated refactoring and linting tools to modify code while maintaining its original style.

MITcompiled wheel · 3.9+
51.9Mdownloads / mo
libcudf-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

libcudf-cu12 is a GPU-accelerated C++ library providing Apache Arrow-compliant data structures and fundamental algorithms for tabular data processing on NVIDIA CUDA 12 GPUs.

Apache-2.0compiled wheel · 3.11+
469.5Kdownloads / mo
libcuml-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

GPU-accelerated machine learning algorithms with scikit-learn-compatible APIs for clustering, regression, classification, dimensionality reduction, and time series models.

Apache-2.0compiled wheel · 3.11+
405.6Kdownloads / mo
libcuvs-cu12 With conditions
PyPI · Artificial Intelligence · released Aug 2026

GPU-accelerated vector search and clustering library providing approximate nearest neighbor algorithms for similarity search on NVIDIA hardware.

Apache-2.0compiled wheel · 3.11+
114.5Kdownloads / mo
libhoney With conditions
PyPI · Monitoring · released Mar 2024

Sends events and metrics to Honeycomb, a production debugging service, for observability and analysis of application behavior.

Apache-2.0pure Pythondormant
420.9Kdownloads / mo
libhreels With conditions
PyPI · Information Analysis · released Aug 2025

Libhreels reads, analyzes, and simulates high-resolution electron energy loss spectroscopy (HREELS) data from Delta05 spectrometers, with tools for plotting, peak selection, and computing full HREEL spectra via Fortran-based calculations.

However, do not install if you need Fortran-based spectrum simulation on Python versions other than 3.8 on Linux, or if you require legal clarity on licensing before…

license unclearpure Pythonaging
79.6Kdownloads / mo
libhxl With conditions
PyPI · Markup · released Oct 2024

libhxl reads, filters, validates, and transforms data in the Humanitarian Exchange Language (HXL) standard format from files, URLs, or data sources, with chainable filters and multiple output generators.

license unclearbuilds from source
114.3Kdownloads / mo
libipld With conditions
PyPI · Software Development · released May 2026

libipld provides fast Python bindings to a Rust IPLD library for encoding and decoding CIDs, DAG-CBOR, multibase, and CAR formats used in distributed systems and the AT Protocol.

MITcompiled wheel · 3.8+
588.6Kdownloads / mo
libkvikio-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

libkvikio-cu12 provides Python and C++ bindings to NVIDIA's cuFile API, enabling high-performance GPU-accelerated file I/O with support for GPUDirect Storage and seamless host/device memory handling.

Apache-2.0compiled wheel
417.5Kdownloads / mo
libmagic Skip
PyPI · Python Modules · released Mar 2012

Provides Python bindings to the libmagic library for file type detection and MIME type identification using ctypes.

copyleftbuilds from sourceabandoned
127.8Kdownloads / mo
libnacl With conditions
PyPI · Cryptography · released Aug 2023

Python bindings to libsodium's NaCl cryptography library, providing both low-level ctypes access and high-level encryption classes for authenticated encryption, signing, and key exchange.

However, the aging maintenance status (last release 2023, infrequent commits) means you should verify that libsodium availability and the package's feature set meet…

Apache-2.0pure Pythonaging
231.6Kdownloads / mo
liboqs-python With conditions
PyPI · Cryptography · released Jul 2026

Python 3 wrapper for the liboqs C library, providing post-quantum cryptographic algorithms including key encapsulation and digital signatures.

However, do not use for production security-critical systems yet—the documentation explicitly states this is for prototyping, and the security of the underlying…

permissive licensepure Python · 3.10+
114.0Kdownloads / mo
libpass With conditions
PyPI · Libraries · released Oct 2025

A password hashing library providing implementations of over 30 password hashing algorithms and a framework for hashing and verifying passwords across different schemes.

However, verify whether this fork is actively maintained and confirm that the specific hashing schemes you need are production-ready rather than legacy.

BSD-3-Clausepure Python · 3.9+aging
554.5Kdownloads / mo
libpci Skip
PyPI · Software Development · released Apr 2015

Provides Python bindings to libpci, allowing you to query PCI device and vendor information from the command line or programmatically.

LGPL-3.0-onlypure Pythonabandoned
88.2Kdownloads / mo
libpinocchio With conditions
PyPI · Scientific/Engineering · released Jul 2026

libpinocchio provides efficient rigid body dynamics algorithms and their analytical derivatives for robotics, biomechanics, and physics simulation, with support for closed-loop mechanisms, contact solving, and multiple model formats.

BSD-3-Clausecompiled wheel · 3.9+
589.5Kdownloads / mo
libpysal With conditions
PyPI · GIS · released Jul 2026

libpysal provides core spatial analysis building blocks—computational geometry, spatial weights matrices, graph representations, and example datasets—that underpin the broader PySAL ecosystem.

Not necessary as a standalone tool for general users; install only if spatial weights, computational geometry, or PySAL integration is part of your project.

BSD-3-Clausepure Python · 3.12+
523.7Kdownloads / mo
libraft-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

libraft-cu12 provides CUDA-accelerated primitives and algorithms for machine learning and data mining, including dense and sparse linear algebra, solvers, statistics, and GPU infrastructure utilities.

Install only if you need low-level GPU acceleration for algorithms—it is not intended for direct data science experimentation.

Apache-2.0compiled wheel · 3.11+
366.9Kdownloads / mo
libretranslatepy With conditions
PyPI · Interface Engine/Protocol Translator · released Apr 2024

Python client library for the LibreTranslate API that provides text translation, language detection, and language listing across multiple translation backends.

However, verify that it works with your target LibreTranslate version before production use, given the 850-day gap since the last release.

MITpure Python · 2.6+aging
414.4Kdownloads / mo
librmm-cu12 With conditions
PyPI · Scientific/Engineering · released Aug 2026

librmm-cu12 provides GPU memory allocation and management for CUDA 12 workloads, offering customizable device and host memory pools to optimize GPU-centric applications.

Apache-2.0compiled wheel
394.9Kdownloads / mo
librosa Worth it
PyPI · Analysis · released Aug 2026

librosa provides audio and music signal processing algorithms and tools for building music information retrieval systems in Python.

Install it if you need to work with audio features, music analysis, or MIR tasks.

ISCpure Python · 3.12+
13.6Mdownloads / mo
librouteros With conditions
PyPI · Networking · released Jun 2026

librouteros is a Python client library for the MikroTik RouterOS API, enabling programmatic control and configuration of MikroTik network devices.

GPL-2.0-or-laterpure Python · 3.10.0+
146.1Kdownloads / mo
librt With conditions
PyPI · Software Development · released Aug 2026

Provides efficient C-based runtime utilities for code compiled with mypyc, including growable arrays, string builders, and fast Base64 encoding/decoding.

MITcompiled wheel · 3.9+
146.8Mdownloads / mo
libsass With conditions
PyPI · WWW/HTTP · released Jan 2024

Compiles Sass and SCSS stylesheets to CSS through a Python binding of the C/C++ LibSass library, with no Ruby or Node.js dependency.

Not recommended if you expect active maintenance or frequent updates.

MITcompiled wheel · 3.8+dormant
2.6Mdownloads / mo
libsast With conditions
PyPI · Security · released Aug 2026

libsast is a static application security testing library that scans code using regex-based pattern matching and semantic analysis to find security issues.

LGPL-3.0-or-laterpure Python
383.6Kdownloads / mo
libscrc With conditions
PyPI · Python Modules · released Aug 2022

libscrc provides a compiled library for calculating CRC checksums across many variants (CRC3 through CRC82), supporting both single-pass and incremental computation on byte data.

GPL-3.0-or-latercompiled wheel
498.9Kdownloads / mo
libsoundtouch Skip
PyPI · Libraries · released Feb 2018

Control Bose Soundtouch devices over the network, including playback, volume, presets, and multi-room zone management via HTTP and WebSocket APIs.

Apache-2.0pure Pythonabandoned
74.5Kdownloads / mo
libsql-client Skip
PyPI · Database · released May 2024

Python SDK for connecting to and querying libSQL databases, supporting both local SQLite files and remote libSQL servers via WebSockets or HTTP.

MITpure Pythonabandoned
118.9Kdownloads / mo
libsql-experimental With conditions
PyPI · Database · released Jun 2025

Python client library for Turso, a SQLite-compatible database built on libSQL, enabling connection to and querying of Turso databases from Python applications.

license unclearcompiled wheel · 3.7+aging
142.0Kdownloads / mo
libthumbor Skip
PyPI · WWW/HTTP · released Mar 2022

libthumbor generates encrypted URLs for the thumbor image service, allowing Python code to securely request resized and processed images from a thumbor server.

MITpure Pythonabandoned
75.1Kdownloads / mo