Metadata-Version: 2.4
Name: wordpress-analyser
Version: 0.1.0
Summary: WordPress theme and plugin analyser — hooks, template hierarchy, plugin API signals
Author-email: Michael Borck <michael.borck@curtin.edu.au>
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: rich>=13.7.0
Description-Content-Type: text/markdown

# wordpress-analyser

WordPress theme and plugin analyser — part of the analyser family.

Analyses WordPress themes and plugins for hook/filter architecture, template hierarchy compliance, plugin API usage, `wp_enqueue` discipline, and child theme structure.

**Status:** Coming soon. Name reserved.

## Installation

```bash
pip install wordpress-analyser
```

## Usage

```bash
wordpress-analyser path/to/theme/     # human-readable summary
wordpress-analyser path/to/plugin/ --json
wordpress-analyser serve              # FastAPI server on port 8005
```

## Analyser family

| Tool | Purpose | Port |
|---|---|---|
| document-analyser | PDF, Word, text | 8000 |
| speech-analyser | Audio, video transcription | 8001 |
| video-analyser | Video quality, scenes, OCR | 8002 |
| records-analyser | CSV, Excel, JSON | 8003 |
| code-analyser | Source code, multi-language | 8004 |
| wordpress-analyser | WP themes and plugins | 8005 |
| folder-analyser | Project structure | 8006 |
| git-analyser | Git history and churn | 8007 |
