Metadata-Version: 2.4
Name: gitinspector
Version: 0.5.0.dev0
Summary: A statistical analysis tool for git repositories.
Home-page: https://github.com/ejwa/gitinspector
Author: Ejwa Software
Author-email: gitinspector@ejwa.se
License: GNU GPL v3
Keywords: analysis analyzer git python statistics stats vc vcs timeline
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

gitnspector is a statistical analysis tool for git repositories.

The defaut analysis shows general statistics per author, which can be
complemented with a timeline analysis that shows the workload and activity of
each author. Under normal operation, it filters the results to only show
statistics about a number of given extensions and by default only includes
source files in the statistical analysis.

This tool was originally written to help fetch repository statistics from
student projects in the course Object-oriented Programming Project
(TDA367/DIT211) at Chalmers University of Technology and Gothenburg University.

- Shows cumulative work by each author in the history.
- Filters results by extension (default: java,c,cpp,h,hpp,py,glsl,rb,js,sql).
- Can display a statistical timeline analysis.
- Scans for all filetypes (by extension) found in the repository.
- Multi-threaded; uses multiple instances of git to speed up analysis.
- Supports HTML, XML and plain text (terminal) output.
