awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
astanin avatar

astanin/python-tabulate

0
View on GitHub↗
2,563 estrellas·191 forks·Python·MIT·6 vistaspypi.org/project/tabulate↗

Python Tabulate

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

Features

  • Logging and Output - Pretty-prints tabular data in the terminal.

Historial de estrellas

Gráfico del historial de estrellas de astanin/python-tabulateGráfico del historial de estrellas de astanin/python-tabulate

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Python Tabulate

Proyectos open-source similares, clasificados según cuántas características comparten con Python Tabulate.
  • easycorp/easy-log-handlerAvatar de EasyCorp

    EasyCorp/easy-log-handler

    2,005Ver en 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
    Ver en GitHub↗2,005
  • borntyping/python-colorlogAvatar de borntyping

    borntyping/python-colorlog

    964Ver en GitHub↗

    A colored formatter for the python logging module

    Pythonloggingpython
    Ver en GitHub↗964
  • delgan/loguruAvatar de Delgan

    Delgan/loguru

    23,964Ver en 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
    Ver en GitHub↗23,964
  • cknd/stackprinterC

    cknd/stackprinter

    0Ver en GitHub↗

    This is a more helpful version of Python's built-in exception message: It shows more code context and the current values of nearby variables. That answers many of the questions I'd ask an interactive debugger: Where in the code was the crash, what's in the relevant variables, and why was that…

    Ver en GitHub↗0
Ver las 14 alternativas a Python Tabulate→

Preguntas frecuentes

¿Qué hace astanin/python-tabulate?

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

¿Cuáles son las características principales de astanin/python-tabulate?

Las características principales de astanin/python-tabulate son: Logging and Output.

¿Qué alternativas de código abierto existen para astanin/python-tabulate?

Las alternativas de código abierto para astanin/python-tabulate incluyen: easycorp/easy-log-handler — Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable,… borntyping/python-colorlog — A colored formatter for the python logging module. delgan/loguru — Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic… cknd/stackprinter — This is a more helpful version of Python's built-in exception message: It shows more code context and the current… getsentry/sentry-python — The official Python SDK for Sentry.io. hynek/structlog — structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This…