{ "info": { "author": "Colm O'Connor", "author_email": "colm.oconnor.github@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "StatKey\n=======\n\nGet the status of a git repo with a one key command:\n\n$ cd ~/mygitrepo\n$ s\n On branch master\n Your branch is up-to-date with 'origin/master'.\n \n nothing to commit, working directory clean\n\nOr a mercurial repo, and it will show a diff for either type of repo if it is < 80 lines:\n\n$ cd ~/mymercurialrepo\n$ s\n diff -r d511abd3422a bin/p\n --- a/bin/p\tThu Feb 19 21:25:35 2015 +0800\n +++ b/bin/p\tThu Feb 19 23:52:35 2015 +0800\n @@ -25,8 +25,8 @@\n fi\n \n \n -#if [ \"$1\" == \"d\" ]; then\n -# cd $PROJECTDIR\n -# bash\n -#fi\n +if [ \"$1\" == \"d\" ]; then\n + cd $PROJECTDIR\n + bash\n +fi\n \n ==========\n M bin/p\n\n\nInstall\n=======\n\nFirst ensure you have python pip installed, then run:\n\n$ sudo pip install statkey", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "development environment tool git svn hg mercurial", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "statkey", "package_url": "https://pypi.org/project/statkey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/statkey/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/statkey/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple script to make the commands 'git status'/'git diff' or 'hg status'/'hg diff' run with a one key command - the s key.", "version": "0.2" }, "last_serial": 1448846, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "f4e626ba2d641e733954a013ce56d792", "sha256": "a8dea36781dc46f05f4f8708303b738647732d50734c879b3b8e843f09081bac" }, "downloads": -1, "filename": "statkey-0.2.tar.gz", "has_sig": false, "md5_digest": "f4e626ba2d641e733954a013ce56d792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3369, "upload_time": "2015-03-05T07:25:45", "url": "https://files.pythonhosted.org/packages/0a/8f/8460883dcf78bb3ff3dfa0e776587ffdc9e4dabae50c7a22671f2cfd01aa/statkey-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4e626ba2d641e733954a013ce56d792", "sha256": "a8dea36781dc46f05f4f8708303b738647732d50734c879b3b8e843f09081bac" }, "downloads": -1, "filename": "statkey-0.2.tar.gz", "has_sig": false, "md5_digest": "f4e626ba2d641e733954a013ce56d792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3369, "upload_time": "2015-03-05T07:25:45", "url": "https://files.pythonhosted.org/packages/0a/8f/8460883dcf78bb3ff3dfa0e776587ffdc9e4dabae50c7a22671f2cfd01aa/statkey-0.2.tar.gz" } ] }