Dynamically generated BRIEF.md summaries for your Python projects, to make them accessible to new contributors or coding agents.
Project description
debrief: Project Summarizer
debrief generates a comprehensive BRIEF.md file designed to provide new contributors or coding agents with a high-density overview of a Python project.
Installation
pip install debrief
Usage
debrief [path] [--output BRIEF.md]
Arguments
| Argument | Description | Default |
|---|---|---|
path |
Project root path. | . |
-o, --output |
Output filename. | BRIEF.md |
--tree-budget |
Max lines for Directory Tree (auto-depth). | 60 |
--max-tree-siblings |
Max items at same level in tree. | tree_budget/3 |
--max-readme |
Max lines to include from README. | 20 |
--max-deps |
Max lines for dependencies list. | 15 |
--max-imports |
Max lines for Import Tree. | 50 |
--max-definitions |
Max lines for Module Definitions. | 200 |
--include-docstrings |
Include docstrings in the output. | False |
--exclude |
Additional patterns to exclude. | None |
Features
- Project Metadata: Extracts description and dependencies from
pyproject.toml(withrequirements.txtfallback). - Directory Tree: Adaptive depth tree that fits within a line budget, respecting
.gitignore. - Import Analysis: Generates an import dependency tree to visualize project structure.
- Code Definitions: Extracts class and function signatures with docstrings for all Python files.
- Optimized Output:
- Truncation: Automatically truncates long lines (>300 chars) and large sections.
- "Read more": Links to local files for truncated content.
- Markdown: Formatted for optimal readability.
Example Output (BRIEF.md)
The BRIEF.md file in this repository serves as a real example of the output of debrief.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file debrief-0.8.3.tar.gz.
File metadata
- Download URL: debrief-0.8.3.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f995cc9d895d0710df67f595ae55adabfbfac290c3b579d2dcc0028beb69310a
|
|
| MD5 |
92d7a9fd63e62faa8af18c2a15423982
|
|
| BLAKE2b-256 |
3c1c6391f7a973d68243e20253ade6f16113ce54ee2592c04d36109f0aef5f50
|
File details
Details for the file debrief-0.8.3-py3-none-any.whl.
File metadata
- Download URL: debrief-0.8.3-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49f0bc1262092b72dcf7cbff7cd9f405e6ad89d9b4b077c3368e09b44d681d7d
|
|
| MD5 |
6ead3f5f866cc38e4cc5aca831ab8cdd
|
|
| BLAKE2b-256 |
48d2607f2048eedd2b0d0e017bb2c4ced566195e94125b0229c461c42782d1e1
|