$npx skillfedfor your agent

Packages starting with 'L'

520 packages · page 8 of 13

Packages

linearmodels With conditions
PyPI · Scientific/Engineering · released Oct 2025

Provides panel regression, instrumental variable estimators, system regression, and factor asset pricing models that extend statsmodels for econometric and financial analysis.

NCSAcompiled wheel · 3.10+
440.1Kdownloads / mo
lineax With conditions
PyPI · Artificial Intelligence · released May 2026

Lineax solves linear systems and least-squares problems in JAX, handling both explicit matrices and implicit linear operators without materializing them.

Apache-2.0pure Python
523.2Kdownloads / mo
linecache2 Skip
PyPI · Software Development · released Mar 2015

Provides a backport of Python's linecache module for older Python versions, allowing code to access cached line information from source files across Python 2 and early Python 3 releases.

Install only if maintaining a legacy codebase on Python 2.6, 2.7, 3.2, 3.3, or 3.4 that explicitly requires this backport.

permissive licensepure Pythonabandoned
1.5Mdownloads / mo
lingua-language-detector Worth it
PyPI · Python Modules · released Mar 2026

Detects which language a text is written in, supporting 75 languages with high accuracy on both short snippets and full sentences using compiled Rust bindings.

Apache-2.0compiled wheel · 3.12+
2.7Mdownloads / mo
LinkChecker Worth it
PyPI · Site Management · released Jul 2025

LinkChecker validates links across websites by crawling pages and reporting broken or invalid URLs, supporting HTTP, HTTPS, FTP, mailto, and local file links.

GPL-2.0-or-laterpure Python · 3.9+
256.7Kdownloads / mo
linkedin-api Skip
PyPI · WWW/HTTP · released Nov 2024

Provides direct HTTP access to LinkedIn's internal Voyager API for profile search, messaging, job discovery, and connection management without requiring official API credentials.

No—install only if you accept significant risk.

MITpure Pythondormant
105.3Kdownloads / mo
linkedin-api-client With conditions
PyPI · WWW/HTTP · released Jun 2023

Provides a Python client for LinkedIn's Rest.li APIs, handling request formatting, OAuth2 authentication, and response parsing to simplify integration with LinkedIn's API endpoints.

However, the beta status, dormant maintenance (no updates since 2024-04-21), and proprietary license with unclear terms warrant caution in production.

license unclearpure Pythondormant
2.2Mdownloads / mo
linkify-it-py Worth it
PyPI · Python Modules · released Mar 2026

Detects and extracts URLs, email addresses, and custom protocol links from plain text with full Unicode support, including international domains and astral characters.

MITpure Python · 3.10+
89.0Mdownloads / mo
linkml With conditions
PyPI · Python Modules · released May 2026

LinkML is a modeling language for defining linked data schemas in YAML, with tools to generate JSON, RDF, and other schema formats from a single source definition.

Apache-2.0pure Python · 3.10+
446.6Kdownloads / mo
linkml-runtime With conditions
PyPI · Python Modules · released May 2026

Provides runtime support for LinkML-generated Python dataclasses, including loaders and dumpers for converting between JSON, YAML, RDF, TSV, and LinkML object instances.

CC0-1.0pure Python · 3.10+
466.8Kdownloads / mo
linkpreview With conditions
PyPI · Libraries · released Aug 2025

Extracts preview metadata (title, description, image, site name, favicon) from web URLs by parsing OpenGraph, Twitter Card, Microdata, JSON-LD, and HTML tags.

Install it if you're building a feature that displays rich link previews; skip it if you need active maintenance or support for cutting-edge HTML5 standards.

MITpure Pythonaging
112.0Kdownloads / mo
linkup-sdk Worth it
PyPI · Python Modules · released Aug 2026

A Python client library for the Linkup API that provides web search, page fetching, research task management, and batch job submission with support for both synchronous and asynchronous calls.

Install it if you need programmatic web search, content fetching, or research task automation; skip it if you don't need external web data.

MITpure Python
314.2Kdownloads / mo
linode-api4 Worth it
PyPI · Libraries · released Aug 2026

Official Python SDK for the Linode API v4, providing programmatic access to create, manage, and delete Linode instances and related cloud infrastructure resources.

Install it if you need to manage Linode infrastructure programmatically; it eliminates the need to write raw HTTP requests and provides a well-documented,…

BSD-3-Clausepure Python · 3.10+
183.4Kdownloads / mo
linode-cli With conditions
PyPI · Networking · released May 2026

Command-line interface for the Linode API that lets you manage Linode resources and services directly from the terminal with organized, configurable table output.

Install it if you're automating Linode resources or prefer terminal-based management.

BSD-3-Clausepure Python · 3.9+
81.5Kdownloads / mo
linopy Worth it
PyPI · Mathematics · released Jul 2026

linopy builds linear, integer, and quadratic optimization models using labeled n-dimensional arrays, bridging xarray data structures with external solvers.

Install it if you need to build optimization models with xarray-like data structures or if you want to avoid hand-coding matrix construction for multi-dimensional…

MITpure Python · 3.11+
134.2Kdownloads / mo
linq-python Worth it
PyPI · Python Modules · released Aug 2026

A Python SDK for the Linq API V3 REST API, providing type-safe synchronous and asynchronous clients with automatic pagination and built-in error handling.

Apache-2.0pure Python · 3.9+
162.3Kdownloads / mo
lintro Worth it
PyPI · Python Modules · released Aug 2026

Lintro unifies code formatting, linting, and quality assurance tools across multiple languages under a single CLI, with support for Python, JavaScript, Go, Rust, YAML, and others.

Install it if you manage code quality across multiple languages or want to simplify CI/CD tool orchestration.

MITpure Python · 3.11+
74.0Kdownloads / mo
lintrunner With conditions
PyPI · Quality Assurance · released May 2026

Lintrunner orchestrates and runs multiple linters across a codebase, deciding which files need linting, invoking linters via a common protocol, and aggregating their results.

The main gotcha is the unclear license—verify it fits your project's constraints before committing.

license unclearcompiled wheel · 3.6+
1.5Mdownloads / mo
lintrunner-adapters With conditions
PyPI · Testing · released Jul 2026

Provides adapter integrations for lintrunner, enabling unified execution of popular Python, Rust, and C++ linters and formatters (flake8, pylint, mypy, black, ruff, rustfmt, clippy, clang-format, and others) through a single CLI interface.

MITpure Python · 3.9+
1.1Mdownloads / mo
linuxdoc With conditions
PyPI · Libraries · released May 2026

Sphinx-doc extensions and command-line tools that extract documentation from C/C++ source file comments for structured doc generation.

The AGPL-3.0-or-later license requires careful review if you plan to redistribute or modify the package, but poses no barrier to using it as a documentation tool in…

AGPL-3.0-or-laterpure Python · 3.10+
155.0Kdownloads / mo
lion-pytorch With conditions
PyPI · Artificial Intelligence · released Jul 2026

Lion is a PyTorch optimizer that implements an evolved sign momentum algorithm discovered by Google Brain as an alternative to AdamW for training neural networks.

Install it if you are training models in domains the paper evaluated (language modeling, vision transformers, text-to-image) and are willing to invest in…

MITpure Python · 3.9+
159.3Kdownloads / mo
liquidpy With conditions
PyPI · Markup · released Aug 2026

Liquidpy is a Python port of the Liquid template engine built on Jinja2, letting you render templates in Liquid syntax with support for standard, Jekyll, Shopify, and extended "wild" modes.

permissive licensepure Python · 3.9+
343.1Kdownloads / mo
listcrunch With conditions
PyPI · Utilities · released Jun 2020

Compresses sequences of repeated values into a human-readable format and decompresses them back to their original form.

However, do not rely on it for mission-critical systems or expect updates—treat it as a stable utility for specific compression tasks where the format suits your data.

MITpure Pythonabandoned
257.8Kdownloads / mo
lit With conditions
PyPI · Testing · released Jun 2024

lit is a portable test runner for executing LLVM and Clang style test suites, summarizing results, and reporting failures with parallel execution support.

However, do not install expecting active maintenance or new features—development is dormant.

Apache-2.0pure Pythondormant
3.4Mdownloads / mo
litdata With conditions
PyPI · Artificial Intelligence · released Aug 2026

LitData optimizes and streams large datasets for PyTorch training by chunking data into efficient formats and loading directly from cloud storage or local paths without full local downloads.

permissive licensepure Python · 3.10+
233.6Kdownloads / mo
litecli Worth it
PyPI · Front-Ends · released Jan 2026

A command-line client for SQLite databases with auto-completion and syntax highlighting, designed to make interactive database queries faster and more readable.

Install it if you spend time querying SQLite from the command line.

permissive licensepure Python · 3.9+
90.6Kdownloads / mo
litellm With conditions
PyPI · Artificial Intelligence · released Aug 2026

LiteLLM provides a unified Python interface to call 100+ LLM providers (OpenAI, Anthropic, Gemini, Bedrock, Azure, and others) using OpenAI-compatible API format, available as both a Python SDK and a self-hosted AI Gateway proxy server.

Install it if you need to work with multiple LLM providers or want to centralize LLM routing in your organization.

MITcompiled wheel
682.8Mdownloads / mo
litellm-enterprise With conditions
PyPI · Artificial Intelligence · released Aug 2026

LiteLLM Enterprise provides a unified Python SDK and self-hosted AI Gateway to call 100+ LLM providers (OpenAI, Anthropic, Gemini, Bedrock, Azure, and others) through a single OpenAI-compatible interface.

However, the proprietary license is not clearly documented in the package metadata—verify licensing terms before deploying in production or in open-source projects.

LicenseRef-Proprietarypure Python · 3.9+
6.4Mdownloads / mo
litellm-proxy-extras With conditions
PyPI · Artificial Intelligence · released Aug 2026

Provides supplementary files for the LiteLLM Proxy AI Gateway, reducing the size of the main litellm package by separating optional proxy server dependencies.

MITpure Python · 3.9+
6.6Mdownloads / mo
liteparse Worth it
PyPI · Text Processing · released Aug 2026

LiteParse provides Python bindings for fast, lightweight PDF and document parsing with spatial text extraction, OCR support, and output to JSON, plain text, or Markdown.

Install it if you need to parse PDFs or mixed document formats into structured text or Markdown; skip it only if you have a simpler use case or a strong preference…

Apache-2.0compiled wheel · 3.10+
384.0Kdownloads / mo
literalai With conditions
PyPI · Monitoring · released Apr 2025

Literalai is a Python SDK for observability in applications, providing decorators to instrument code for monitoring and tracing execution.

However, the aging maintenance status (485 days since last release) and lack of Python version clarity warrant checking current project health before committing to a…

permissive licensebuilds from sourceaging
455.2Kdownloads / mo
litert-converter With conditions
PyPI · Software Development · released Aug 2026

Converts machine learning models to LiteRT format for deployment on mobile and embedded devices with low latency and minimal binary size.

Apache-2.0compiled wheel
244.8Kdownloads / mo
litert-lm-builder With conditions
PyPI · Artificial Intelligence · released Aug 2026

Provides Python tools for building, inspecting, and working with LiteRT-LM file formats to run large language models on edge devices with hardware acceleration.

However, verify that you need the builder/inspection tools specifically—if you only need to run inference, you may need the full LiteRT-LM runtime separately.

Apache-2.0pure Python · 3.10+
117.8Kdownloads / mo
litert-torch With conditions
PyPI · Software Development · released Aug 2026

Converts PyTorch models to .tflite format for on-device deployment on Android, iOS, and IoT devices via LiteRT, with CPU coverage and initial GPU and NPU support.

Apache-2.0pure Python · 3.10+
166.6Kdownloads / mo
litestar Worth it
PyPI · Software Development · released Jun 2026

Litestar is an ASGI framework for building REST APIs with built-in data validation, dependency injection, ORM integration, and OpenAPI schema generation.

Install it if you are building an ASGI API and want these conveniences; skip it if you prefer minimal frameworks or are not building REST APIs.

MITpure Python
2.0Mdownloads / mo
litestar-htmx With conditions
PyPI · Software Development · released Jun 2025

Integrates HTMX into Litestar web applications, enabling server-driven dynamic HTML interactions without writing JavaScript.

However, the aging maintenance status means you should verify compatibility with your Litestar version and be prepared to maintain a fork if upstream support lags.

MITpure Pythonaging
1.9Mdownloads / mo
lithic Worth it
PyPI · Python Modules · released May 2026

Provides a typed Python client for the Lithic REST API, supporting both synchronous and asynchronous card management and payment operations with automatic pagination and webhook handling.

Install it if you need to integrate Lithic's card issuance or payment API into a Python application.

Apache-2.0pure Python · 3.9+
97.6Kdownloads / mo
lithops With conditions
PyPI · Scientific/Engineering · released Jul 2026

Lithops is a Python framework for running unmodified code at scale across cloud providers, HPC, and on-premise platforms using serverless compute and storage backends.

The main gotcha is that you must configure a compute and storage backend before running anything; it is not a drop-in replacement for local parallelism without setup.

Apache-2.0pure Python · 3.6+
233.1Kdownloads / mo
litserve With conditions
PyPI · Artificial Intelligence · released Dec 2025

LitServe lets you build custom inference servers in Python by defining how requests are handled, models are loaded, and outputs are produced, with built-in support for batching, streaming, and multi-GPU scaling.

Apache-2.0pure Python · 3.10+
94.0Kdownloads / mo
littlefs-python With conditions
PyPI · Libraries · released Jun 2026

littlefs-python provides a Python interface to littlefs, a filesystem designed for small embedded systems, allowing creation, inspection, and modification of littlefs filesystem images.

However, verify the license status before use in proprietary contexts, and ensure the bundled littlefs version matches your target system's requirements.

license unclearcompiled wheel
959.9Kdownloads / mo