Metadata-Version: 2.4
Name: bundle-analyser
Version: 0.1.0
Summary: Bundle analyser — analyses collections of files in folders or zip archives, dispatching to the analyser family
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

# bundle-analyser

Part of the **analyser family** — analyses collections of files in folders or zip archives.

Accepts a folder path or a zip file, walks all files, dispatches each to the appropriate
analyser family member (via `auto-analyser`), and returns per-file signals plus
structural signals about the collection as a whole.

## Status

Coming soon. Name reserved on PyPI.

## Analyser Family

| Tool | Input | Role |
|------|-------|------|
| `auto-analyser` | single file or zip | routes to the right specialist |
| `bundle-analyser` | folder or zip | walks a collection, calls auto-analyser per file |
| `git-analyser` | local git repo or remote URL | commit history + per-file signals |
| `code-analyser` | source file | Python, JS, TS, HTML, CSS, SQL signals |
| `document-analyser` | document file | PDF, DOCX, Markdown signals |

## Port

`8008` (reserved)
