# Scony/godot-gdscript-toolkit

Independent set of GDScript tools - parser, linter, formatter, and more

Repository: https://github.com/Scony/godot-gdscript-toolkit
Canonical: https://ross.abutalabs.com/products/godot-gdscript-toolkit
Language: Python
License: MIT
License Family: permissive
Topics: gdscript, godot, formatter, linter, parser, godot-engine
Last push: 2025-10-09T14:26:40+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 46, release rhythm 39, longevity 100
- inputs: {"age_days": 2470, "days_push": 328, "days_rel": 328, "gap_med": 57.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1596, forks 110 (observed 2026-08-28T04:05:09.188925+00:00)

## What it is
A set of independent GDScript tools written in Python, including a parser (gdparse), linter (gdlint), formatter (gdformat), and a code metrics calculator for cyclomatic complexity. It supports both Godot 3 and Godot 4 GDScript versions and is installed via pip or pipx.

## Use cases
- format gdscript code
- lint godot scripts
- parse gdscript files
- calculate cyclomatic complexity of gdscript
- enforce gdscript code style in ci
- debug gdscript parse trees

## When to choose
- you work with Godot and want black-style formatting for GDScript
- you need static analysis or style checks for GDScript in CI pipelines
- you want to programmatically parse GDScript into a tree

## When to avoid
- you need an in-editor plugin rather than command-line tools
- you need full GDScript semantics like type checking or runtime analysis

## Facets
- artifact type: cli-tool
- maturity: active
- function: parser, linter, formatter, cli, developer-tools
- domain: developer-tools, parsers
- platform: python, cli, cross-platform
- tags: gdscript, godot, code-metrics, static-analysis, game-development, command-line

## Member repositories
- Scony/godot-gdscript-toolkit (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:09.188925+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:54:01.931143+00:00, confidence not recorded.
  - readme: https://github.com/Scony/godot-gdscript-toolkit (fetched 2026-08-28T04:05:09.188925+00:00, sha 7842e6be5c2d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
