--- id: spdlog version: "2.0.6" license: MIT license_treatment: permissive maintenance: abandoned --- # spdlog — python wrapper around C++ spdlog logging library (https://github.com/bodgergely/spdlog-python) License: permissive · Maintenance: abandoned · Downloads: 85.5K/mo ## What it is and what it does spdlog is a Python binding to the C++ spdlog logging library, designed to bring high-performance structured logging to Python applications. It wraps the underlying C++ implementation via pybind11, allowing developers to use spdlog's logging capabilities from Python code. The package depends on pybind11 for its runtime bindings and is distributed as a compiled wheel. However, the project has been abandoned for 1213 days (last release 2023-04-19), meaning there is no active maintenance, bug fixes, or support for newer Python versions. Users should verify compatibility with their Python version and consider whether the lack of ongoing maintenance poses a risk for their use case. Use it for: - Integrate spdlog into Python applications that require structured, rotating file logs - Use C++ logging infrastructure from Python code while retaining spdlog's behavior - Build Python services where logging performance is a measurable concern - Maintain consistency with existing C++ spdlog deployments in polyglot environments ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a Python wrapper around the C++ spdlog logging library, enabling fast structured logging from Python code. No, not recommended. The package is abandoned (no releases for 1213 days) with no maintenance signal, making it risky for new projects. While MIT-licensed and free of known vulnerabilities, the lack of active support means no fixes for compatibility issues with newer Python versions or dependencies. Consider maintained alternatives instead. ## Install pip install spdlog uv add spdlog poetry add spdlog ## Installing spdlog Before you install: Medium install friction due to compiled wheel dependency (pybind11). Package is abandoned as of 1213 days since last release (2023-04-19), with no active maintenance signal. License in practice: MIT license permits commercial and private use with minimal restrictions, though abandoned status means no upstream support for license disputes or clarifications. Quickstart: pip install spdlog import spdlog logger = spdlog.rotating_logger_mt('name', 'file.log') Requires pybind11 at runtime; pre-built wheels available but compilation may be needed on unsupported platforms. Verify before relying: - Whether the package works reliably with current Python versions (support unspecified in metadata) - Whether pybind11 dependency is vendored or must be installed separately - Active maintenance status of the upstream C++ spdlog library itself - Specific rotating logger parameters and their defaults ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: medium - Maintenance: abandoned - Downloads: 85.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags python spdlog wrapper, fast c++ logging python, structured logging library, high-performance logging, spdlog python bindings, logging, abandoned, c++-bindings [View on SkillFed](https://skillfed.io/packages/spdlog) · [View on PyPI](https://pypi.org/project/spdlog/)