$npx skillfedfor your agent

Packages starting with 'L'

520 packages · page 12 of 13

Packages

localstack-twisted With conditions
PyPI · Networking · released May 2026

A LocalStack-optimized distribution of Twisted that provides asynchronous networking and event-driven I/O capabilities for Python applications, with reduced size by excluding tests and unused modules.

However, verify that the excluded modules don't affect your specific use case, and confirm compatibility if you depend on packages expecting the standard Twisted…

permissive licensepure Python · 3.8.0+
77.2Kdownloads / mo
locate With conditions
PyPI · Software Development · released Dec 2022

Provides utilities to locate the current Python file's directory and modify sys.path relative to that location for importing from nearby modules.

license unclearpure Python · 3.4+abandoned
2.3Mdownloads / mo
locket Worth it
PyPI · released Apr 2022

Locket provides file-based locks for inter-process synchronization on Linux and Windows, allowing multiple processes to coordinate access to shared resources using a common lock file path.

However, be aware that it is no longer maintained—if you need active development, bug fixes, or support for future Python versions, consider whether a maintained…

BSD-3-Clausepure Pythonabandoned
22.5Mdownloads / mo
lockfile Skip
PyPI · Python Modules · released Nov 2015

Provides a platform-independent file locking API that works identically on Unix and Windows systems, using atomic filesystem operations (link on Unix, mkdir on Windows) to coordinate exclusive access to files.

MITpure Pythonabandoned
33.2Mdownloads / mo
locust Worth it
PyPI · Testing · released Aug 2026

Locust is a Python-based load testing framework that lets you write performance tests in regular Python code and run them against HTTP and other protocols, with real-time monitoring via a web UI or command line.

Install it if you need load testing with code-based test definition, distributed scaling, and real-time monitoring—especially for HTTP services or when you want to…

MITpure Python · 3.11+
14.1Mdownloads / mo
locust-cloud With conditions
PyPI · Testing · released Dec 2025

Locust Cloud is a client library for running distributed load tests against web applications via the Locust Cloud service, using gevent-based concurrency and WebSocket communication.

However, the aging maintenance status and lack of public documentation in the fact sheet suggest you should verify current support and feature stability before…

permissive licensepure Python · 3.10+aging
2.7Mdownloads / mo
locust-plugins Worth it
PyPI · Traffic Generation · released Jun 2026

Extends Locust with plugins for load testing non-HTTP protocols, reading test data, listening to results, and command-line tools to reduce boilerplate in performance test scripts.

Apache-2.0pure Python
1.6Mdownloads / mo
log-symbols With conditions
PyPI · Utilities · released Aug 2019

Provides colored Unicode symbols (✔, ℹ, ⚠, ✖) for log levels that can be printed or embedded in terminal output.

However, it is dormant since 2019 and depends on enum34, which may be unnecessary on modern Python.

permissive licensepure Pythondormant
1.9Mdownloads / mo
Logbook With conditions
PyPI · Logging · released Aug 2026

Logbook is a logging library that replaces Python's standard logging module with a simpler, more flexible API designed for both command-line and web applications.

Install it if you prefer a simpler logging API than stdlib logging and are willing to adopt a different library.

BSD-3-Clausecompiled wheel · 3.9+
5.6Mdownloads / mo
logdecorator With conditions
PyPI · Software Development · released Feb 2025

Logdecorator provides Python decorators to add logging to functions without cluttering business logic—log at function start, end, or on errors using simple decorator syntax.

MITpure Python · 3.10+dormant
103.1Kdownloads / mo
logdna With conditions
PyPI · Logging · released Jul 2023

Integrates Python's standard logging framework with LogDNA's cloud log ingestion service, sending log records to a remote LogDNA account via HTTP.

However, dormant maintenance (last release 2023-07-27) means no active bug fixes or updates; verify compatibility with your Python version and LogDNA API before…

permissive licensepure Pythondormant
83.2Kdownloads / mo
logfire With conditions
PyPI · Python Modules · released Aug 2026

Logfire is a Python observability platform that captures traces, metrics, and logs from your application and sends them to a hosted dashboard for analysis, with built-in instrumentation for popular frameworks and Pydantic models.

MITpure Python · 3.10+
26.3Mdownloads / mo
logfire-api With conditions
PyPI · released Aug 2026

logfire-api provides a no-op shim of the Logfire SDK API that activates only when the logfire package is installed, allowing libraries to offer optional Logfire integration without requiring it as a hard dependency.

MITpure Python · 3.10+
26.9Mdownloads / mo
logfmter Worth it
PyPI · Monitoring · released Mar 2026

Formats Python stdlib logging output as logfmt structured logs without modifying existing log calls, enabling both human and machine-readable output.

permissive licensepure Python · 3.10+
210.6Kdownloads / mo
logfury Skip
PyPI · Python Modules · released Oct 2021

Logfury adds automatic method-call tracing to Python classes and functions via metaclasses and decorators, logging entry points with arguments to help library maintainers debug without boilerplate.

BSD-3-Clausepure Pythonabandoned
525.0Kdownloads / mo
logger Skip
PyPI · Software Development · released Oct 2013

A Python logging helper that provides utilities for configuring and managing application logs.

Install only if you are maintaining legacy code that already depends on it.

license unclearbuilds from sourceabandoned
294.1Kdownloads / mo
logging Skip
PyPI · Software Development · released Jun 2013

Provides a standard error logging mechanism for Python applications as specified in PEP 282.

license unclearbuilds from sourceabandoned
587.9Kdownloads / mo
logging-azure-rest Skip
PyPI · Python Modules · released Jun 2021

Provides a Python logging handler that asynchronously uploads application logs to Azure Log Analytics Workspace via REST API, using a background thread to batch and send logs without blocking the main process.

MITbuilds from source · 3.7+abandoned
1.7Mdownloads / mo
logging-formatter-anticrlf With conditions
PyPI · Security · released Sep 2023

A drop-in replacement for Python's standard logging.Formatter that escapes carriage returns and linefeeds in log output to prevent CRLF injection attacks (CWE-93 and CWE-117).

permissive licensepure Pythondormant
185.5Kdownloads / mo
logging-json With conditions
PyPI · Build Tools · released Feb 2025

Formats Python logging records as JSON output, enabling structured logs suitable for ingestion by log aggregation platforms like Splunk or Elasticsearch.

MITpure Python · 3.9+dormant
271.4Kdownloads / mo
logging-tree Worth it
PyPI · Logging · released May 2024

Visualizes the hierarchy of loggers, handlers, and filters in Python's standard logging module, showing how messages propagate through the logger tree.

Install it if you regularly debug logging setups or inherit complex applications; skip it if you never need to inspect logging state at runtime.

BSD-3-Clausepure Pythondormant
235.2Kdownloads / mo
logic2-automation With conditions
PyPI · Software Development · released Nov 2025

Python client library for controlling Saleae Logic 2 hardware analyzers via the Automation API, enabling programmatic capture and analysis of digital signals.

license unclearpure Python · 3.7+
171.3Kdownloads / mo
logical-unification Worth it
PyPI · Libraries · released Oct 2025

Logical unification in Python with support for pattern matching and custom data types, extensible via dispatch on toolz and multipledispatch.

BSD-3-Clausepure Python · 3.9+
1.3Mdownloads / mo
logistro With conditions
PyPI · Software Development · released Nov 2025

logistro wraps Python's standard logging module to provide sensible defaults, a debug2 level for verbose output, and a getPipeLogger() function for capturing subprocess stderr into the logging system.

permissive licensepure Python · 3.8+aging
5.2Mdownloads / mo
logmuse Worth it
PyPI · Bio-Informatics · released Aug 2026

Adds standard CLI logging options (`--verbosity`, `--silent`, `--logdev`) to argparse-based command-line tools, with a simple interface to configure Python's standard logging from command-line arguments.

Install it if you're building a command-line tool with argparse and want standard logging options without writing setup code.

BSD-2-Clausepure Python · 3.10+
122.4Kdownloads / mo
logomaker With conditions
PyPI · Bio-Informatics · released Mar 2025

Logomaker creates customized sequence logos—visual representations of sequence alignments commonly used in bioinformatics—by rendering sequence position data as stacked letter plots using matplotlib.

MITpure Python · 3.8+aging
155.3Kdownloads / mo
logstash_formatter Skip
PyPI · Monitoring · released Feb 2018

Formats Python logging output as JSON objects compatible with Logstash, allowing standard logs to be shipped as structured data.

MITbuilds from sourceabandoned
102.9Kdownloads / mo
logtail-python With conditions
PyPI · Python Modules · released Jul 2026

A Python client library for sending structured logs to Better Stack (formerly Logtail), a ClickHouse-based log management platform with SQL-compatible querying.

Install only if you have a Better Stack account or plan to set one up.

ISCpure Python · 3.10+
975.5Kdownloads / mo
loguru Worth it
PyPI · Logging · released Dec 2024

Loguru provides a pre-configured logger that replaces Python's standard logging with a simpler, zero-boilerplate interface for writing log messages to stderr, files, or custom handlers.

Install it if you want logging to feel natural but with the power, structure that production code needs.

MITpure Python
81.9Mdownloads / mo
logutils Skip
PyPI · Software Development · released Jun 2017

Provides additional logging handlers for Python's standard library logging module, including handlers not in the standard library and backports of newer Python logging features to older versions.

BSD-3-Clausebuilds from sourceabandoned
128.2Kdownloads / mo
logzero With conditions
PyPI · Software Development · released Mar 2021

logzero provides pre-configured Python logging to console and/or rotating files with colored output, JSON formatting support, and minimal setup overhead.

MITpure Pythonabandoned
997.4Kdownloads / mo
logzio-python-handler Worth it
PyPI · Monitoring · released Feb 2026

A Python logging handler that sends logs in bulk over HTTPS to Logz.io, with automatic queuing, retry logic, and local fallback storage on send failure.

Install it if you use Logz.io and want to ship Python application logs via the standard logging module with built-in retry and fallback behavior.

permissive licensepure Python
950.9Kdownloads / mo
loki-logger-handler With conditions
PyPI · Monitoring · released May 2025

A logging handler that sends Python log messages to Grafana Loki in JSON format, with support for custom labels, batch publishing, and compression.

However, note that maintenance is aging (last update 2025-05-26, last commit 2026-01-09); if you require active support or plan to use Loki 3.0 structured metadata in…

MITpure Python · 2.7+aging
122.7Kdownloads / mo
loky Worth it
PyPI · Libraries · released Aug 2025

Loky provides a reusable ProcessPoolExecutor that handles parallel task execution across multiple worker processes with safer spawning behavior and transparent support for non-picklable functions.

Install it if you need robust parallel task execution, especially on macOS or with third-party C libraries, or if you want to avoid repeated executor spawn overhead.

BSD-3-Clausepure Python · 3.9+
2.0Mdownloads / mo
lomond With conditions
PyPI · Internet · released Sep 2018

Lomond is a WebSocket client library that converts WebSocket connections into an event stream, allowing you to iterate over connection and message events without threads or callbacks.

BSD-3-Clausepure Python
937.5Kdownloads / mo
longbridge With conditions
PyPI · Financial · released Aug 2026

Longbridge provides a Python SDK for accessing Longbridge's OpenAPI, enabling programmatic access to real-time quotes, trading, account management, and financial data across multiple market contexts.

However, the unclear license status is a blocker for commercial use—verify licensing terms in the repository before deploying in proprietary projects.

license unclearcompiled wheel · 3.8+
363.8Kdownloads / mo
looker-sdk Worth it
PyPI · WWW/HTTP · released Jul 2026

Provides a Python client library for communicating with the Looker REST API, with support for multiple API versions and pluggable authentication and transport mechanisms.

Install it if you need to integrate with a Looker instance; the permissive MIT license and stable API make it a straightforward choice.

permissive licensepure Python · 3.6+
20.1Mdownloads / mo
loongsuite-util-genai With conditions
PyPI · Monitoring · released May 2026

Extends OpenTelemetry's GenAI semantic conventions to capture telemetry from large language models, agents, tool calls, vector retrieval, and related operations, mapping them to standardized Span attributes, optional message content, and GenAI events.

Apache-2.0pure Python · 3.9+
4.3Mdownloads / mo
loop-rate-limiters Worth it
PyPI · Mathematics · released Aug 2025

Provides synchronous and asynchronous rate limiters to regulate loop execution frequency at a specified rate, similar to rospy.Rate.

Install it if you need straightforward loop frequency regulation in synchronous or asynchronous code.

Apache-2.0pure Python · 3.8+
280.7Kdownloads / mo
looptime With conditions
PyPI · Libraries · released Jan 2026

Looptime fakes the passage of time in asyncio event loops during tests, allowing time-dependent code to run in near-zero real time while the loop's internal clock advances by configured amounts.

MITpure Python · 3.10+
305.1Kdownloads / mo