Metadata-Version: 2.4
Name: codecam
Version: 0.1.1
Summary: Select and snapshot project files for sharing with LLMs
Author: Conor Mahany
License-Expression: MIT
Project-URL: Homepage, https://github.com/laundrevity/codecam
Project-URL: Issues, https://github.com/laundrevity/codecam/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask>=3.0.0
Requires-Dist: platformdirs>=4.2.0
Dynamic: license-file

# codecam

A tiny tool to select files from a project and produce a single text snapshot for sharing with LLMs.

## Usage

```bash
pipx install codecam
codecam .
```

