{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/8"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"},{"label":"Logging","url":"https://skillfed.io/packages/category/system-logging"}],"enrichment":{"capability":"TableLogger formats and outputs tabular data to console or file with minimal setup, handling alignment and formatting of mixed data types automatically.","skillfed_tags":["tabular-output","logging-utility","gpl-copyleft"],"use_cases":["Log experiment results or metrics to console during processing with automatic alignment and formatting.","Export structured data to CSV files with proper escaping and type formatting.","Display multi-column status updates in long-running scripts with optional row counts and elapsed time.","Format and print database query results or API responses as readable tables without external dependencies.","Create simple formatted reports in batch scripts where heavier libraries are unwanted."],"what_it_does":"TableLogger is a lightweight utility for printing structured data as formatted tables in the console or writing to CSV files. It handles alignment, type-specific formatting (dates, floats, strings), and optional metadata columns (row numbers, timestamps, time deltas) with minimal configuration. The package depends on numpy and is designed for simple tabular logging tasks where you want readable output without heavy dependencies.\n\nThe library is in production/stable status but dormant\u2014last updated in 2019 with no active maintenance. It supports Python 2.7 and 3, though compatibility with modern Python versions is unverified. Installation is straightforward via pip with low friction, but the copyleft GPL 2.0 license means any project using it must also be GPL-compatible.","worth_installing":"Yes, if you need lightweight tabular logging and accept the GPL 2.0 copyleft constraint. The package is stable and low-friction to install, but dormant maintenance means no active support for modern Python versions or bug fixes. Suitable for internal tools and GPL-compatible projects; avoid in proprietary codebases due to license incompatibility."},"id":"table-logger","links":{"html":"https://skillfed.io/packages/table-logger","md":"https://skillfed.io/packages/table-logger.md","pypi":"https://pypi.org/project/table-logger/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-08-26","license_spdx":null,"license_treatment":"copyleft","name":"table-logger","python_support":"unspecified","summary":"TableLogger is a handy Python utility for logging tabular data into a console or a file."},"popularity":{"monthly_downloads":155899,"position":10797,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.6"}
