Skip to main content

A tool to analyze Django projects for unused components

Project description

Django Project Scrubber

A powerful tool to analyze Django projects for unused components, helping you keep your codebase clean and maintainable.

Features

  • Identifies potentially unused URLs (including namespaced URLs and Django built-in URLs)
  • Finds unused methods (coming soon)
  • Detects duplicate method implementations (coming soon)
  • Identifies unused templates (with improved include/extends detection and Django template analysis)
  • Supports partial templates (files starting with underscore)
  • Enhanced URL detection in templates (including href attributes and form actions)

Installation

pip install django-project-scrubber

Usage

To analyze a Django project, run:

django_scrubber /path/to/your/django/project

The tool will analyze your project and display a summary of findings, including:

  • Potentially unused URLs (excluding admin and auth URLs)
  • Unused methods (coming in future versions)
  • Duplicate method implementations (coming in future versions)
  • Unused templates (including analysis of includes, extends, and view usage)

Example Output

Django Project Analysis Summary
==============================

✅ No unused URLs found! All URLs are being used.

✅ No unused methods found! All methods are being used.

✅ No duplicate methods found! All methods are unique.

✅ No unused templates found! All templates are being used.

🎉 Great news! Your Django project is clean and well-maintained.
No unused components were found in your codebase.

How It Works

The Django Project Scrubber analyzes your Django project by:

  1. Scanning all URL patterns in your project
  2. Checking URL usage in templates and code (including namespaced URLs)
  3. Analyzing Django source code for built-in URL and template usage
  4. Analyzing template usage (includes, extends, and view rendering)
  5. Supporting partial templates (files starting with underscore)
  6. Detecting URLs in template attributes (href, form actions)
  7. Filtering out common false positives (admin, auth, etc.)
  8. Providing a clear summary of potentially unused components

Requirements

  • Python 3.8 or higher
  • Django 3.0 or higher

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

Author

HappyMinsker - GitHub

Project Status

This is version 0.1.4 with improved template and URL analysis functionality, including support for partial templates and enhanced URL detection in template attributes. More features are planned for future releases.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_project_scrubber-0.1.4.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_project_scrubber-0.1.4-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file django_project_scrubber-0.1.4.tar.gz.

File metadata

  • Download URL: django_project_scrubber-0.1.4.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for django_project_scrubber-0.1.4.tar.gz
Algorithm Hash digest
SHA256 3f70b675b3641ca335e3c4acb8aa7aa7b9e08069320560615b630823a6afd8fb
MD5 8d3c5755d29a5b17100fe744e8937639
BLAKE2b-256 79c9e79dc3c1fe51fae668d5ae7500c55fc9f3231776632fe1669e440e1e36d1

See more details on using hashes here.

File details

Details for the file django_project_scrubber-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_project_scrubber-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2de5b163b100b732021827c791f6f91b8022ab15a8667d139ba080568da139ee
MD5 fbcc6122a1535787d69909117006f273
BLAKE2b-256 ff2a000d1f885731bfe465f00c7d320f26b08fef156ae8ad624ef83f02b453b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page