{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup/2"}],"enrichment":{"capability":"Djade is a command-line formatter for Django template syntax, built in Rust for speed, that rewrites template files in place according to Django's style guide and can upgrade old template syntax to target Django versions.","skillfed_tags":["django","formatter","rust-based"],"use_cases":["Enforce consistent Django template style across a team by installing as a pre-commit hook that runs on every commit","Bulk-format an existing Django project's templates to comply with the Django style guide in a single pass","Upgrade template syntax when migrating to a newer Django version, using the --target-version flag","Integrate template formatting into CI/CD pipelines using the --check flag to verify compliance without modifying files","Format individual template files on demand from the command line or as part of custom build scripts"],"what_it_does":"Djade is a standalone command-line tool that formats Django template files according to Django's official style guide. It's written in Rust and benchmarked to format 377 templates in 20ms, making it fast enough for pre-commit hooks and bulk formatting workflows. It focuses exclusively on Django template syntax (tags, variables, comments, filters) and does not attempt to format HTML or other host languages, since whitespace can be semantically significant in those contexts.\n\nBeyond formatting, Djade can upgrade template syntax to a target Django version, automatically detecting the version from pyproject.toml if available. It integrates with pre-commit, operates as a command-line tool that rewrites files in place, and supports reading from stdin and writing to stdout. It has no runtime dependencies and requires Python 3.10 or later.","worth_installing":"Yes, if you maintain Django templates and want fast, opinionated formatting aligned with Django's style guide. The tool is actively maintained, has no external dependencies, and integrates cleanly with pre-commit. Install friction is medium due to compiled wheels, but pre-built binaries are available for all major platforms. MIT license and zero known vulnerabilities make it a low-risk addition."},"id":"djade","links":{"html":"https://skillfed.io/packages/djade","md":"https://skillfed.io/packages/djade.md","pypi":"https://pypi.org/project/djade/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-27","license_spdx":"MIT","license_treatment":"permissive","name":"djade","python_support":"supports_current","summary":"A Django template formatter."},"popularity":{"monthly_downloads":131657,"position":11581,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.9.0"}
