awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cknd/stackprinter

Open-source alternatives to Stackprinter

14 open-source projects similar to cknd/stackprinter, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Stackprinter alternative.

  • easycorp/easy-log-handlerAvatar de EasyCorp

    EasyCorp/easy-log-handler

    2,005Voir sur GitHub↗

    Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting. The tool distinguishes itself by providing stateful log aggregation and regex-based parsing, which allow it to collapse duplicate entries and extract structured data from raw text. By applying template-driven formatting and dynamic metadata filtering, it reduces information overload and ensures that essential diagno

    PHPdxloglogger
    Voir sur GitHub↗2,005
  • borntyping/python-colorlogAvatar de borntyping

    borntyping/python-colorlog

    964Voir sur GitHub↗

    A colored formatter for the python logging module

    Pythonloggingpython
    Voir sur GitHub↗964
  • delgan/loguruAvatar de Delgan

    Delgan/loguru

    23,964Voir sur GitHub↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Python
    Voir sur GitHub↗23,964
  • wolph/python-progressbarAvatar de wolph

    wolph/python-progressbar

    877Voir sur GitHub↗

    ############################################################################## Text progress bar library for Python. ##############################################################################

    Python
    Voir sur GitHub↗877

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • astanin/python-tabulateAvatar de astanin

    astanin/python-tabulate

    2,563Voir sur GitHub↗

    Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.

    Python
    Voir sur GitHub↗2,563
  • getsentry/sentry-pythonAvatar de getsentry

    getsentry/sentry-python

    2,191Voir sur GitHub↗

    The official Python SDK for Sentry.io

    Pythoncrash-reportinghacktoberfestpython
    Voir sur GitHub↗2,191
  • hynek/structlogAvatar de hynek

    hynek/structlog

    4,835Voir sur GitHub↗

    structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This data-centric approach enables machine-readable output and precise data analysis by generating log entries as key-value pairs. It functions as both a standalone logging framework and a compatibility layer that adds structured capabilities to the Python standard library logging module. The library features a processor-pipeline architecture that passes log dictionaries through a sequence of functions to modify events or add metadata before final rendering. It includes a contextua

    Python
    Voir sur GitHub↗4,835
  • liiight/notifiersAvatar de liiight

    liiight/notifiers

    2,739Voir sur GitHub↗

    See changelog for recent changes

    Python
    Voir sur GitHub↗2,739
  • madzak/python-json-loggerAvatar de madzak

    madzak/python-json-logger

    1,761Voir sur GitHub↗

    Overview This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records.

    Python
    Voir sur GitHub↗1,761
  • qix-/better-exceptionsAvatar de Qix-

    Qix-/better-exceptions

    4,729Voir sur GitHub↗

    better-exceptions is a Python debugging tool and exception formatter that transforms standard error tracebacks into readable, visually enhanced layouts. It functions as a utility to improve the visibility and formatting of exceptions across development environments, server logs, and testing frameworks. The project provides specific integrations to override default error outputs. This includes a web middleware extension for capturing exceptions within request cycles and a test framework integration that replaces standard failure reports in unit tests with enhanced diagnostic formatting. The s

    Python
    Voir sur GitHub↗4,729
  • rsalmei/alive-progressAvatar de rsalmei

    rsalmei/alive-progress

    6,245Voir sur GitHub↗
    Pythonaliveanimatedanimations
    Voir sur GitHub↗6,245
  • samuelcolvin/python-devtoolsAvatar de samuelcolvin

    samuelcolvin/python-devtools

    1,079Voir sur GitHub↗

    Dev tools for python

    Pythondevtoolspythonpython-devtools
    Voir sur GitHub↗1,079
  • textualize/richAvatar de Textualize

    Textualize/rich

    56,636Voir sur GitHub↗

    Rich is a comprehensive library for building sophisticated command-line interfaces and terminal applications. It provides a robust console formatting engine and a layout framework that enables developers to render rich text, syntax-highlighted code, and complex data structures directly in the terminal. By utilizing a recursive constraint-based layout engine, the library allows for the creation of hierarchical grids, panels, and trees that maintain their structure even as terminal dimensions change. What distinguishes the library is its ability to manage persistent, real-time terminal interfac

    Pythonansi-colorsemojimarkdown
    Voir sur GitHub↗56,636
  • danog/madelineprotoAvatar de danog

    danog/MadelineProto

    3,344Voir sur GitHub↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    PHPamphpasyncbot
    Voir sur GitHub↗3,344