Metadata-Version: 2.4
Name: github-commit-line-stats
Version: 1.0.0
Summary: Count how many lines of code you commit in your repo! (Count by file extension)
Author-email: yindaheng98 <yindaheng98@gmail.com>
Project-URL: Homepage, https://github.com/yindaheng98/github-commit-line-stats
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: PyGithub

# GitHub Commit Line Stats

Count how many lines of code you commit in your repo! (Count by file extension)

```sh
python -m ghcls --token <YOUR GITHUB TOKEN>
```

```sh
python -m ghcls -h
usage: __main__.py [-h] -t TOKEN [-u USER] [-c CACHE] [-o OUTPUT]

GitHub Commit Line Stats

options:
  -h, --help           show this help message and exit
  -t, --token TOKEN    GitHub Personal Access Token
  -u, --user USER      GitHub Username (Optional)
  -c, --cache CACHE    Cache directory for commits
  -o, --output OUTPUT  Output file for commit stats

```
