Metadata-Version: 2.4
Name: beaconled
Version: 0.1.0
Summary: Your delivery compass for empowered product builders. A comprehensive toolkit for analyzing git repository statistics and development metrics.
Home-page: https://github.com/shrwnsan/beaconled-delivery-compass
Author: shrwnsan
Author-email: your.email@example.com
Maintainer: shrwnsan
License: MIT
Project-URL: Homepage, https://github.com/shrwnsan/beacon-delivery-compass
Project-URL: Documentation, https://github.com/shrwnsan/beacon-delivery-compass#readme
Project-URL: Repository, https://github.com/shrwnsan/beacon-delivery-compass.git
Project-URL: Issues, https://github.com/shrwnsan/beacon-delivery-compass/issues
Keywords: git,analytics,metrics,development,productivity
Classifier: Development Status :: 3 - Alpha
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.7
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Requires-Dist: gitpython>=3.1.0
Requires-Dist: rich>=10.0.0
Requires-Dist: pydantic>=1.8.0
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Beacon

Your delivery compass for empowered product builders.

A comprehensive toolkit for analyzing git repository statistics and development metrics.

## Features

- Commit-level analytics with detailed breakdowns
- Component and file type analysis
- Impact assessment (high/medium/low)
- Range analysis for teams and sprints
- Multiple output formats (standard, extended, JSON)
- Integration with CI/CD pipelines and git hooks

## Installation

For detailed installation instructions, please refer to the [Installation Guide](docs/installation.md).

## Quick Start

For more detailed usage examples, please refer to the [Usage Examples](docs/usage.md).

## Weekly team report
```bash
beaconled --range --since "1 week ago"
```
```

## Documentation

- [Installation Guide](docs/installation.md)
- [Usage Examples](docs/usage.md)
- [Integration Guide](docs/integrations.md)
- [API Reference](docs/api-reference.md)

## Contributing

We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
