Skip to main content

A CLI tool to aggregate codebase into a single Markdown file

Project description

Code Collator

Code Collator is a powerful CLI tool designed to streamline your code review and documentation process by collating your entire codebase into a single, organised Markdown file. This is particularly useful for sharing with AI tools like ChatGPT or Claude for analysis, troubleshooting, or documentation.

Use Case

Have you ever needed to provide a comprehensive overview of your codebase for a code review, AI analysis, or detailed documentation? Code Collator simplifies this task by aggregating all your code files into a single Markdown file. This makes it easy to:

  • Share your code with AI tools like ChatGPT or Claude for intelligent analysis.
  • Generate a unified document for code reviews or team collaboration.
  • Create comprehensive documentation for your projects with minimal effort.

Features

  • Full Codebase Collation: Collates all files in the specified directory and subdirectories into one Markdown file.
  • .gitignore Support: Automatically ignores files specified in the .gitignore file if one exists.
  • Customizable Output: Outputs a single Markdown file named collated-code.md by default, with options to specify the path to the codebase directory and output file name.
  • Binary File Inclusion: Includes binary files such as images in the output with a note about their file type.
  • Comment Exclusion Option: Allows users to exclude comments and docstrings from the collated code.
  • Help Command: Provides a help command to display usage instructions.

Installation

You can easily install Code Collator using pip:

pip install code-collator

Usage

Here’s a basic example of how to use Code Collator:

code-collator --path /path/to/codebase --output my-collated-code.md

For more detailed usage instructions, use the help command:

code-collator --help

To exclude comments and docstrings from the collated code:

code-collator --path /path/to/codebase --output my-collated-code.md --comments off

Running Tests

To run the tests locally:

pytest tests/

To run tests with coverage:

pytest tests/ --cov=code_collator --cov-report=term-missing

Linting

To run the linter:

flake8 code_collator/ tests/

Automatically fix many style issues:

autopep8 --in-place --aggressive --aggressive -r code_collator/ tests/

To check for linting issues:

python setup.py lint

To automatically fix many linting issues:

python setup.py lint --fix

Contributing

Please see CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

code_collator-0.15.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

code_collator-0.15.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file code_collator-0.15.0.tar.gz.

File metadata

  • Download URL: code_collator-0.15.0.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for code_collator-0.15.0.tar.gz
Algorithm Hash digest
SHA256 9f99827fa9211a96e6d9ed5fffee5802e5bcddaf216b4f88bc9836ed143684c5
MD5 3b264ab89f7a0d7a6904f1ee4f5ab7a9
BLAKE2b-256 59a73a93dc44e2fa31e97ba81d256b5612baf6d7f586bca38ef5d6c4d52d56f3

See more details on using hashes here.

File details

Details for the file code_collator-0.15.0-py3-none-any.whl.

File metadata

File hashes

Hashes for code_collator-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2651f1d7c08b23237a897badecb2af7425e940c5a703b971b591dd261e16a883
MD5 aecdcf6f9ce77dddeb3523aeff3532bc
BLAKE2b-256 1e208c06c3abfc6d742b799af00080194927e0896f1aee0e63437f1b7a4aaa3a

See more details on using hashes here.

Supported by

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