{ "info": { "author": "Sherry Ummen", "author_email": "sherry.ummen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python" ], "description": "========\ngit-peek\n========\n\nInstallation\n============\npip install git-peek\n\npip install git+https://github.com/sherry-ummen/git-peek.git\n\nDescription\n===========\nPython script to peek what various commits someone did\n\n\nUsage\n===========\nusage: git-peek [-h] [--version] [-v] [-vv] [-a AUTHOR] [-x] [-n LINE_LIMIT] [-f] [-nb]\n\nGit Peek\n\noptional arguments:\n -h, --help show this help message and exit\n --version show program's version number and exit\n -v, --verbose set loglevel to INFO\n -vv, --very-verbose set loglevel to DEBUG\n -a AUTHOR, --author AUTHOR\n commit author\n -x, --across show commit across all branches\n -n LINE_LIMIT, --nl LINE_LIMIT\n limit the number of log lines\n -f, --fetch fetch all before showing the log entries\n -nb, --new-branches show new branches which are not fetched yet\n\nExamples:\n=========\n\n* Check commits from you in the current branch\n\n **git-peek**\n\n* Check commit from some specific user\n\n **git-peek -a \"Johnny English\"**\n\n* Limit the number of lines of output\n\n **git-peek -a \"Johnny English\" -n 10**\n\n* Check commit from user across branches\n\n **git-peek -a \"Johnny English\" -n 10 -x**\n\n* git fetch --all before listing the commits\n\n **git-peek -a \"Johnny English\" -n 10 -f**\n\n* list commits from all users across branches\n\n **git-peek -a \" \" -n 10 -f -x**\n\n* list all the new branches since you last fetched (Note: It will just do a dry run)\n\n **git-peek -nb**\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "mit", "maintainer": "", "maintainer_email": "", "name": "git-peek", "package_url": "https://pypi.org/project/git-peek/", "platform": "any", "project_url": "https://pypi.org/project/git-peek/", "project_urls": null, "release_url": "https://pypi.org/project/git-peek/1.3/", "requires_dist": null, "requires_python": "", "summary": "Python script to peek what various commits someone did", "version": "1.3" }, "last_serial": 4854585, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "645cda0617f9d7183a768a5305858db5", "sha256": "967f338cce4bb75bc2e327f7d67240dce22ceefb07cde5f1892ed9d20e30a59f" }, "downloads": -1, "filename": "git_peek-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "645cda0617f9d7183a768a5305858db5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5241, "upload_time": "2019-02-20T20:19:38", "url": "https://files.pythonhosted.org/packages/ba/39/6f60afe333e112376f2e9092a2740a5292a1b4ea75900e28417a0694e560/git_peek-1.1-py2.py3-none-any.whl" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "e34ec4aece18a97d8338acde3244ee98", "sha256": "8b7dd6d859e64efd8499e2dcf56e3c1ab335ec3eb71a3be225749b987e83794c" }, "downloads": -1, "filename": "git_peek-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e34ec4aece18a97d8338acde3244ee98", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5255, "upload_time": "2019-02-22T13:48:53", "url": "https://files.pythonhosted.org/packages/03/33/891bf609c5fd9abdaa396028612ec290a170fcb7c081f6f1e16f9ca479d2/git_peek-1.2-py2.py3-none-any.whl" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "d6b6104d8087eb3288beceabf8e64993", "sha256": "0af721001559926a04160d5c1ea78ca86feff28e062017ab0fb02053a697e7cb" }, "downloads": -1, "filename": "git_peek-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6b6104d8087eb3288beceabf8e64993", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5254, "upload_time": "2019-02-22T14:20:15", "url": "https://files.pythonhosted.org/packages/38/c0/37df18e5cf712571ccc6a40f81cb878a68806a3d9c1e17c69c2989bfd24b/git_peek-1.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6b6104d8087eb3288beceabf8e64993", "sha256": "0af721001559926a04160d5c1ea78ca86feff28e062017ab0fb02053a697e7cb" }, "downloads": -1, "filename": "git_peek-1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6b6104d8087eb3288beceabf8e64993", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5254, "upload_time": "2019-02-22T14:20:15", "url": "https://files.pythonhosted.org/packages/38/c0/37df18e5cf712571ccc6a40f81cb878a68806a3d9c1e17c69c2989bfd24b/git_peek-1.3-py2.py3-none-any.whl" } ] }