A tool for analyzing and summarizing code repositories into a single text file for LLM context. Supports multiple output formats and file exclusion rules. Current version: 0.5.0, released on PyPI with monthly releases.
pip install repomixNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage to analyze a local repository and save the summary.
Use `run()` instead of `analyze()`.
Pass `format='json'` to `run()` instead of setting `output_format`.
Use Python 3.10 or higher.
Use `['*.pyc', 'node_modules/*']` instead of `['.*\.pyc', 'node_modules/.*']`.
No dependency data recorded yet.