Skip to content

kunlinglio/stats-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Statistics

A full python tool to gather statistics from your codebase. It can be customized flexibly to fit your needs.

Quick Start

Install the package via pip:

pip install stats-code

Run the tool on your codebase:

stats-code

Or specify a directory:

stats-code /path/to/your/codebase

In default, the tool will read .gitignore file to exclude files and directories. But you can disable this behavior with --no-git flag:

stats-code --no-git

Development

Use uv (Recommand)

If you have uv installed, you can begin development with:

uv sync

Run the tool:

uv run -m src.stats_code

Use pip

Install development dependencies:

pip install -e .

Run the tool:

python -m src.stats_code

About

A full python tool to gather statistics from your codebase.

Resources

License

Stars

Watchers

Forks

Contributors

Languages