Metadata-Version: 2.4
Name: devpulse-cli
Version: 0.1.1
Summary: DevPulse – Developer Productivity CLI Tool
Home-page: https://github.com/yourusername/devpulse
Author: DevPulse Maintainers
Author-email: maintainers@devpulse.dev
License: MIT
Project-URL: Source, https://github.com/yourusername/devpulse
Project-URL: Tracker, https://github.com/yourusername/devpulse/issues
Keywords: developer productivity cli time-tracking logs secrets analytics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: rich>=13.7.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: tabulate>=0.9.0
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: alembic>=1.13.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pydantic-settings>=2.1.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pendulum>=3.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: httpx>=0.26.0
Requires-Dist: pandas>=2.1.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: plotly>=5.18.0
Requires-Dist: detect-secrets>=1.4.0
Requires-Dist: python-magic>=0.4.27
Requires-Dist: watchdog>=3.0.0
Requires-Dist: pathspec>=0.12.0
Requires-Dist: openai>=1.10.0
Requires-Dist: anthropic>=0.8.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: tqdm>=4.66.0
Requires-Dist: questionary>=2.0.0
Requires-Dist: pyperclip>=1.8.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DevPulse

Developer Productivity CLI Tool - Track your development workflow with ease.

## Features

- **Track** - Time and command tracking
- **Logs** - Log file analysis and search
- **Secrets** - Secret scanning for sensitive data
- **Stats** - Analytics and productivity statistics
- **Sync** - Cloud dashboard synchronization
- **AI** - AI-powered insights (coming soon)

## Installation

```bash
pip install -e .
```

## Quick Start

```bash
# View available commands
devpulse --help

# Start tracking a task
devpulse track start "my-task"

# Stop tracking
devpulse track stop

# View statistics
devpulse stats show

# Scan for secrets
devpulse secrets scan

# Analyze logs
devpulse logs analyze /path/to/log.txt
```

## Development

Install dependencies:
```bash
pip install -r requirements.txt
```

Run tests:
```bash
pytest
```

## License

MIT License
