awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 von EasyCorp

    EasyCorp/easy-log-handler

    2,005Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,005
  • borntyping/python-colorlogAvatar von borntyping

    borntyping/python-colorlog

    964Auf GitHub ansehen↗

    A colored formatter for the python logging module

    Pythonloggingpython
    Auf GitHub ansehen↗964
  • delgan/loguruAvatar von Delgan

    Delgan/loguru

    23,964Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,964
  • wolph/python-progressbarAvatar von wolph

    wolph/python-progressbar

    877Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗877

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

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

    astanin/python-tabulate

    2,563Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗2,563
  • getsentry/sentry-pythonAvatar von getsentry

    getsentry/sentry-python

    2,191Auf GitHub ansehen↗

    The official Python SDK for Sentry.io

    Pythoncrash-reportinghacktoberfestpython
    Auf GitHub ansehen↗2,191
  • hynek/structlogAvatar von hynek

    hynek/structlog

    4,835Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,835
  • liiight/notifiersAvatar von liiight

    liiight/notifiers

    2,739Auf GitHub ansehen↗

    See changelog for recent changes

    Python
    Auf GitHub ansehen↗2,739
  • madzak/python-json-loggerAvatar von madzak

    madzak/python-json-logger

    1,761Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,761
  • qix-/better-exceptionsAvatar von Qix-

    Qix-/better-exceptions

    4,729Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,729
  • rsalmei/alive-progressAvatar von rsalmei

    rsalmei/alive-progress

    6,245Auf GitHub ansehen↗
    Pythonaliveanimatedanimations
    Auf GitHub ansehen↗6,245
  • samuelcolvin/python-devtoolsAvatar von samuelcolvin

    samuelcolvin/python-devtools

    1,079Auf GitHub ansehen↗

    Dev tools for python

    Pythondevtoolspythonpython-devtools
    Auf GitHub ansehen↗1,079
  • textualize/richAvatar von Textualize

    Textualize/rich

    56,636Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗56,636
  • danog/madelineprotoAvatar von danog

    danog/MadelineProto

    3,344Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,344