{ "info": { "author": "Donne Martin", "author_email": "donne.martin@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. figure:: http://i.imgur.com/0SXZ90y.gif\n :alt:\n\ngitsome\n=======\n\n|Build Status| |Codecov|\n\n|PyPI version| |PyPI| |License|\n\nTo view the latest ``README``, ``docs``, and ``code``, visit the GitHub\nrepo:\n\nhttps://github.com/donnemartin/gitsome\n\nTo submit bugs or feature requests, visit the issue tracker:\n\nhttps://github.com/donnemartin/gitsome/issues\n\nChangelog\n=========\n\n0.8.0 (2019-04-07)\n------------------\n\nThis version adds support for Python 3.7.\n\nUpdates\n~~~~~~~\n\n- `#160 `__ - Add\n Python 3.7 support. Fixes\n `#152 `__,\n `#144 `__,\n `#126 `__,\n `#105 `__ and\n several other related bugs.\n- `#147 `__ -\n Gracefully ignore missing avatar image, by\n `kBite `__.\n- `#142 `__ - Update\n release checklist.\n- `#134 `__ - Update\n GitHub integrations link.\n- `#120 `__ - Add\n license disclaimer.\n\nBug Fixes\n~~~~~~~~~\n\n- `#151 `__ - Fix gh\n command typos in docs, by `cyblue9 `__.\n- `#137 `__ - Fix\n Running as a Docker Container anchor in README, by\n `kamontat `__.\n- `#129 `__ - Fix\n trending command to handle empty summaries, by\n `emres `__.\n- `#123 `__ - Remove\n buggy codecov badge.\n- `#117 `__ - Fix\n 0.7.0 CHANGELOG date, by `dbaio `__.\n\n0.7.0 (2017-03-26)\n------------------\n\nFeatures\n~~~~~~~~\n\n- `#99 `__ - Add\n Dockerfile to run gitsome in a Docker container, by\n `l0rd `__ and\n `larson004 `__.\n\nBug Fixes\n~~~~~~~~~\n\n- `#67 `__ - Fix\n ``gh_issues`` typo in the ``README``, by\n `srisankethu `__.\n- `#69 `__ - Fix\n ``--issue_filter`` typo for ``gh_issues`` command in ``COMMANDS.md``.\n- `#80 `__ - Fix path\n for auto completions in ``README``.\n- `#92 `__ - Fix\n viewing HTML contents in the terminal for GitHub Enterprise users, by\n `dongweiming `__.\n- `#97 `__ - Fix error\n hint from ``gh gitignores`` to ``gh gitignore-templates``, by\n `zYeoman `__.\n- `#116 `__ - Fix gh\n trending command resulting in an error.\n\nUpdates\n~~~~~~~\n\n- `#58 `__ - Tweak\n ``README`` intro, add logo.\n- `#74 `__ - Add link\n to official GitHub integration page in ``README``.\n- `#79 `__ - Only store\n password in config for GitHub Enterprise (due to Enterprise\n limitations), by `nttibbetts `__.\n- `#86 `__ - Update\n dependency info for ``uritemplate``.\n- `#89 `__ - Fix a bug\n listing info on repos without a desc field, by\n `SanketDG `__.\n- `#98 `__ - Prefer\n GitHub Enterprise token before password.\n- `#104 `__ - Update\n install instructions to use pip3.\n- `#111 `__ - Add note\n about current Python 3.6 incompatibility.\n- `#115 `__ - Set\n current Python support to 3.4 and 3.5.\n\n0.6.0 (2016-05-29)\n------------------\n\nFeatures\n~~~~~~~~\n\n- `#3 `__ - Add GitHub\n Enterprise support.\n- `#33 `__ - Revamp\n the info shown with the ``gh feed`` command.\n\nBug Fixes\n~~~~~~~~~\n\n- `#30 `__ - Fix a\n typo in the ``pip3`` install instructions.\n- `#39 `__ - Fix\n ``gh feed`` ``-pr/--private`` flag in docs.\n- `#40 `__ - Fix\n ``create-issue`` ``NoneType`` error if no ``-b/--body`` is specified.\n- `#46 `__ - Fix\n ``gh view`` with the -b/--browser option only working for repos, not\n for issues or PRs.\n- `#48 `__ - Fix\n ``create-repo`` ``NoneType`` error if no ``-d/--description`` is\n specified.\n- `#54 `__ - Update to\n ``prompt-toolkit`` 1.0.0, which includes performance improvements\n (especially noticeable on Windows) and bug fixes.\n- Fix ``Config`` docstrings.\n\nUpdates\n~~~~~~~\n\n- `#26 `__,\n `#32 `__ - Add\n copyright notices for third party libraries.\n- `#44 `__,\n `#53 `__ - Update\n packaging dependencies based on semantic versioning.\n- Tweak ``README`` intro.\n\n0.5.0 (2016-05-15)\n------------------\n\nFeatures\n~~~~~~~~\n\n- `#12 `__ - Allow\n 2FA-enabled users to log in with a password + 2FA code. Previously\n 2FA-enabled users could only log in with a `personal access\n token `__. Also includes an\n update of login prompts to improve clarity.\n\nBug Fixes\n~~~~~~~~~\n\n- `#16 `__,\n `#28 `__ - Fix typos\n in README.\n- `#18 `__ - Fix dev\n install instructions in README.\n- `#24 `__ - Fix style\n guide broken link in CONTRIBUTING.\n\nUpdates\n~~~~~~~\n\n- `#1 `__ - Add\n Codecov coverage testing status to README.\n- `#2 `__ - Add note\n about enabling Zsh completions to README.\n- `#4 `__ - Add note\n about using ``pip3`` to README.\n- `#5 `__ - Decrease\n speed of README gif.\n- `#6 `__ - Update url\n for ``click``.\n- `#20 `__ - Add note\n about enabling more completions to README.\n- `#21 `__ - Bump up\n ``prompt-toolkit`` version from ``0.51`` to ``0.52``.\n- `#26 `__ - Add\n ``xonsh`` copyright notice to LICENSE.\n- `#32 `__ - Add\n ``github3.py``, ``html2text``, and ``img2txt`` copyright notices to\n LICENSE.\n- Update installation instructions in README.\n- Update color customization discussion in README.\n\n0.4.0 (2016-05-09)\n------------------\n\n- Initial release.\n\n.. |Build Status| image:: https://travis-ci.org/donnemartin/gitsome.svg?branch=master\n :target: https://travis-ci.org/donnemartin/gitsome\n.. |Codecov| image:: https://img.shields.io/codecov/c/github/donnemartin/gitsome.svg\n :target: https://codecov.io/github/donnemartin/gitsome\n.. |PyPI version| image:: https://badge.fury.io/py/gitsome.svg\n :target: http://badge.fury.io/py/gitsome\n.. |PyPI| image:: https://img.shields.io/pypi/pyversions/gitsome.svg\n :target: https://pypi.python.org/pypi/gitsome/\n.. |License| image:: https://img.shields.io/:license-apache-blue.svg\n :target: http://www.apache.org/licenses/LICENSE-2.0.html\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/donnemartin/gitsome", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "gitsome", "package_url": "https://pypi.org/project/gitsome/", "platform": "Cross Platform", "project_url": "https://pypi.org/project/gitsome/", "project_urls": { "Homepage": "https://github.com/donnemartin/gitsome" }, "release_url": "https://pypi.org/project/gitsome/0.8.4/", "requires_dist": null, "requires_python": "", "summary": "A Supercharged Git/Shell Autocompleter with GitHub Integration.", "version": "0.8.4" }, "last_serial": 5110571, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "c8554fb74e686b2e11f73840c6ac7753", "sha256": "abc770d441529c060f5ed625c9e38ba2dc2dda5fe6a455b76abf105c3989dc10" }, "downloads": -1, "filename": "gitsome-0.4.0.tar.gz", "has_sig": false, "md5_digest": "c8554fb74e686b2e11f73840c6ac7753", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278597, "upload_time": "2016-05-09T09:03:43", "url": "https://files.pythonhosted.org/packages/ab/c4/3dbe3469620be8c2c71e0dedc6e5002478518a5feb09084a6c4bd79764dc/gitsome-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "85217683d7c4c08fd2a9d3b415c640c9", "sha256": "ea271e8e990b2fe9db759ee2332bd66b48c03d01f861aef428103573ef6f498b" }, "downloads": -1, "filename": "gitsome-0.5.0.tar.gz", "has_sig": false, "md5_digest": "85217683d7c4c08fd2a9d3b415c640c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278841, "upload_time": "2016-05-15T21:29:13", "url": "https://files.pythonhosted.org/packages/f3/d9/acd04b21d5b5c795aa48430483c08f603ea77fbffc5f9cad7b8a19690f37/gitsome-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "66bf9620e442156cbb032851d33b75ed", "sha256": "95299f7b85196c8ea128fea6582df2a2b681d9d3dd8427d3513298cb0273b61a" }, "downloads": -1, "filename": "gitsome-0.6.0.tar.gz", "has_sig": false, "md5_digest": "66bf9620e442156cbb032851d33b75ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 308294, "upload_time": "2016-05-29T21:43:45", "url": "https://files.pythonhosted.org/packages/30/9a/2ac38108d08869abbcb757f52f28b6730f6cf249b2f13c161783655f1a0f/gitsome-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "45b91818f83b3670bb0ebd1bd0277871", "sha256": "e70ccd931a10e3c4876f89a8ffa0b8472575e3bb0cf69efd3360d10d4c156b1d" }, "downloads": -1, "filename": "gitsome-0.7.0.tar.gz", "has_sig": false, "md5_digest": "45b91818f83b3670bb0ebd1bd0277871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321155, "upload_time": "2017-03-26T22:02:20", "url": "https://files.pythonhosted.org/packages/8f/1b/86319af8dcb7335ad68f8983c7bd1ad118f85f327b377768605c54fcc43f/gitsome-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "eca904089c02919679025c2240f9fac3", "sha256": "02be61183838a85da0c60f950ddc3143fea56ee7c62c6ecb906011470595680b" }, "downloads": -1, "filename": "gitsome-0.7.1.tar.gz", "has_sig": false, "md5_digest": "eca904089c02919679025c2240f9fac3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321247, "upload_time": "2017-03-26T22:18:21", "url": "https://files.pythonhosted.org/packages/a6/b3/dcad0bf429628ae72a81d1ef23c73886aaee8f5b196ad6764938648e9ce2/gitsome-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "7306daff07784650921e548d5886d5dd", "sha256": "c4d2f420120f48c068d8efdc7d8ba8865087289a3a5af9711a9bcfbddcb23960" }, "downloads": -1, "filename": "gitsome-0.7.2.tar.gz", "has_sig": false, "md5_digest": "7306daff07784650921e548d5886d5dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 314341, "upload_time": "2017-03-26T22:19:54", "url": "https://files.pythonhosted.org/packages/12/fc/495ba6a062035c26420ff3239fff7daf6e790974688cc5e728a1ebb70dfd/gitsome-0.7.2.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "e5bb658d9fc8883fe0ac976129c62f6a", "sha256": "019502a618974d9be3e3ab98dd0178ef418236e7f7f9b94386a9dcabd540d8ca" }, "downloads": -1, "filename": "gitsome-0.8.0.tar.gz", "has_sig": false, "md5_digest": "e5bb658d9fc8883fe0ac976129c62f6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 605916, "upload_time": "2019-04-07T17:51:29", "url": "https://files.pythonhosted.org/packages/7b/15/7b583cd5aaa12adde87036bc0dde04617fa0f55fd7f3d9343791a925fd4c/gitsome-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "22825f625f16e77b64de21f3eb632b29", "sha256": "f890ebdc710e92135e96386298be0b9098181bd1298a43868877cfdb8414c329" }, "downloads": -1, "filename": "gitsome-0.8.1.tar.gz", "has_sig": false, "md5_digest": "22825f625f16e77b64de21f3eb632b29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 609478, "upload_time": "2019-04-07T18:03:08", "url": "https://files.pythonhosted.org/packages/3c/99/e4b9f7c63d98c80fb38116a1ef3d5ed0c3a04e9368f9fb0269077d86c674/gitsome-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "14ab53811c7888a7c374ddcb4c781e75", "sha256": "19272c02f22f2ed1ba1c1adde36ca8a42501b584a8cc143287fa70fdc982f5a0" }, "downloads": -1, "filename": "gitsome-0.8.2.tar.gz", "has_sig": false, "md5_digest": "14ab53811c7888a7c374ddcb4c781e75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 609400, "upload_time": "2019-04-07T18:05:36", "url": "https://files.pythonhosted.org/packages/43/f1/70972416b7f5cd9d197429c70e90bba4fea8c31b54e2cf82399bd2b35685/gitsome-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "d2517095cc904dc0b7d0d3969c793eb2", "sha256": "67ca315d5270bab72aeaf5599088f67aa04035c54fd0cfe166155444ee9c5ef5" }, "downloads": -1, "filename": "gitsome-0.8.3.tar.gz", "has_sig": false, "md5_digest": "d2517095cc904dc0b7d0d3969c793eb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 609422, "upload_time": "2019-04-07T18:11:14", "url": "https://files.pythonhosted.org/packages/7b/04/cc574c7b3c305c62cc5e8f70c534d34a11229621334d380622d4cf512853/gitsome-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "792aa222a141ae985817ed858a2bf4ad", "sha256": "9e191dfbcae5af63e37211ff2ea7d9fa1ed8b7104235d00a2c5782fb2cf33c37" }, "downloads": -1, "filename": "gitsome-0.8.4.tar.gz", "has_sig": false, "md5_digest": "792aa222a141ae985817ed858a2bf4ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 609409, "upload_time": "2019-04-07T18:12:50", "url": "https://files.pythonhosted.org/packages/6a/8a/5a10cb1bcc64eacdb343b5241f4bad32faa46e1cee26c5728ce8846dadcb/gitsome-0.8.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "792aa222a141ae985817ed858a2bf4ad", "sha256": "9e191dfbcae5af63e37211ff2ea7d9fa1ed8b7104235d00a2c5782fb2cf33c37" }, "downloads": -1, "filename": "gitsome-0.8.4.tar.gz", "has_sig": false, "md5_digest": "792aa222a141ae985817ed858a2bf4ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 609409, "upload_time": "2019-04-07T18:12:50", "url": "https://files.pythonhosted.org/packages/6a/8a/5a10cb1bcc64eacdb343b5241f4bad32faa46e1cee26c5728ce8846dadcb/gitsome-0.8.4.tar.gz" } ] }