Metadata-Version: 1.0
Name: bugspots
Version: 0.1
Summary: Identify hot spots in a codebase with the bug prediction algorithm used at Google.
Home-page: http://pypi.python.org/pypi/bugspots
Author: A.B.
Author-email: pickusr@gmail.com
License: ISC License
Description: 
        Bugspots is a Python implementation of the bug prediction algorithm used at
        Google. (see http://bitly.com/uglCGz)
        
        You can use its command-line interface to identify hot spots in a Git
        repository::
        
        	~dev/git/jquery$ bugspots.py
        	Scanning repository...
        	Found 6 hot spots
        	
        	 2.581 src/event.js
        	 1.912 src/css.js
        	 1.420 test/unit/event.js
        	 1.115 test/unit/css.js
        	 0.996 src/manipulation.js
        	 0.906 src/effects.js
        
        
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
