| Name | Size |
|---|---|
| CHANGES.rst | 1056B |
| LICENSE | 18046B |
| README.rst | 587B |
| project_stats.py | 13650B |
| sample.yml | 153B |
| setup.py | 1252B |
project-stats can be used to keep track of all the projects you are involved in. It collects data from several on- and offline data sources (e.g. git, github, pypi, npm) and combines them in a short report.
installation
::
pip install project-stats
configuration
See sample.yml.
The configuration is expected in ./projects.yml, ./.projects.yml,
~/.config/projects.yml, or ~/.projects.yml. The path can also be
explicitly specified with -c/--config.
command line arguments
See project-stats -h