Metadata-Version: 2.4
Name: ccpulse
Version: 0.1.0
Summary: Claude Code usage statistics analyzer
Project-URL: Homepage, https://github.com/dukbong/ccpulse
Project-URL: Repository, https://github.com/dukbong/ccpulse
Project-URL: Issues, https://github.com/dukbong/ccpulse/issues
Author: dukbong
License-Expression: MIT
License-File: LICENSE
Keywords: analytics,anthropic,claude,cli,statistics
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# ccpulse

Claude Code usage statistics analyzer - visualize your local Claude Code session data in the terminal.

## Installation

```bash
pip install ccpulse
```

## Usage

```bash
# Show project costs (default)
ccpulse

# Show all statistics
ccpulse all

# Individual views
ccpulse languages    # Language breakdown
ccpulse tools        # Tool usage stats
ccpulse subagents    # Subagent usage
ccpulse hours        # Hourly activity
ccpulse projects     # Project details

# Filter by time
ccpulse --days 7     # Last 7 days only
```

## Features

- **Project costs** - See estimated costs per project
- **Language stats** - Which languages you work with most
- **Tool usage** - Read, Edit, Bash, etc. breakdown
- **Hourly activity** - When you code most
- **Subagent tracking** - Explore, Plan agent usage

## Data Source

Reads from `~/.claude/projects/` directory where Claude Code stores session data.

## License

MIT
