Skip to the content.

Metripy

Metripy Logo

A multi-language, multi-project code metrics analysis tool

Overview

Metripy is a powerful static analysis tool that helps you understand your codebase’s health, track technical debt, and monitor code quality trends over time. It supports multiple programming languages and provides comprehensive reports with beautiful visualizations.

Key Features

🔍 Multi-Language Support

📊 Comprehensive Analysis

📈 Trend Tracking

🎨 Beautiful Reports

Quick Start

# Install metripy
pip install metripy

# Create a config file
cat > metripy.json << EOF
{
    "configs": {
        "my-project": {
            "base_path": "./",
            "includes": ["src/"],
            "extensions": ["py"],
            "git": {"branch": "main"},
            "reports": {
                "html": "./build/report"
            }
        }
    }
}
EOF

# Run analysis
metripy --config=metripy.json

Why Metripy?

Get Started

Install Now Quick Guide Configuration

Example Report

Metripy generates beautiful, interactive HTML reports that include:

Community & Support


Made with ❤️ by developers, for developers