{ "info": { "author": "Colin Howe", "author_email": "colin@colinhowe.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===============\nHot File Finder\n===============\n\nFinds the 'hottest' files in a git repos history.\n\nHottest is defined as number of lines changed in a file excluding those lines\nchanged during creation/deletion of the file.\n\nOutput is a list of sorted filenames with their hotness score.\n\nCan be useful for finding files that are likely culprits for being too big or\nfull of bugs and needing some serious love.\n\n------------\nInstallation\n------------\n\n::\n\n $ pip install hotfilefinder\n\n-----\nUsage\n-----\n\n::\n\n $ cd somegitrepo\n $ hotfilefinder\n README.md \t21\n hotfilefinder/__init__.py \t8\n setup.py \t2\n\nSee ``hotfilefinder -h`` for more options.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/colinhowe/hotfilefinder", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "hotfilefinder", "package_url": "https://pypi.org/project/hotfilefinder/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hotfilefinder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/colinhowe/hotfilefinder" }, "release_url": "https://pypi.org/project/hotfilefinder/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Finds the hottest files in a git repo", "version": "0.2.1" }, "last_serial": 1197097, "releases": { "0.1": [], "0.2": [], "0.2.1": [] }, "urls": [] }