Metadata-Version: 2.4
Name: codecam
Version: 0.1.2
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
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
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

[![PyPI version](https://img.shields.io/pypi/v/codecam.svg)](https://pypi.org/project/codecam/)
![Python versions](https://img.shields.io/pypi/pyversions/codecam.svg)
[![CI](https://github.com/laundrevity/codecam/actions/workflows/ci.yml/badge.svg)](https://github.com/laundrevity/codecam/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

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 .
```
