awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
astanin avatar

astanin/python-tabulate

0
View on GitHub↗
2,563 stars·191 forks·Python·MIT·13 viewspypi.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.

Star history

Star history chart for astanin/python-tabulateStar history chart for astanin/python-tabulate

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Python Tabulate

Similar open-source projects, ranked by how many features they share with Python Tabulate.
  • easycorp/easy-log-handlerEasyCorp avatar

    EasyCorp/easy-log-handler

    2,005View on 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
    View on GitHub↗2,005
  • borntyping/python-colorlogborntyping avatar

    borntyping/python-colorlog

    964View on GitHub↗

    A colored formatter for the python logging module

    Pythonloggingpython
    View on GitHub↗964
  • delgan/loguruDelgan avatar

    Delgan/loguru

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

    cknd/stackprinter

    0View on 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…

    View on GitHub↗0
See all 14 alternatives to Python Tabulate→

Frequently asked questions

What does astanin/python-tabulate do?

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

What are the main features of astanin/python-tabulate?

The main features of astanin/python-tabulate are: Logging and Output.

What are some open-source alternatives to astanin/python-tabulate?

Open-source alternatives to astanin/python-tabulate include: 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…