{ "info": { "author": "Tomas Tomecek", "author_email": "tomas@tomecek.net", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# `show-me`\n\nThis is a simple tool to show you history of your Github contributions.\n\n```\n$ show-me\n Repo | \u2605 | Total | Pulls | Issues | Commits | Reviews\n---------------------------------------+-----+---------+---------+----------+-----------+-----------\n packit-service/packit | 20 | 421 | 47 | 58 | 258 | 58\n ansible-community/ansible-bender | 105 | 177 | 20 | 33 | 123 | 1\n user-cont/release-bot | 36 | 76 | 6 | 21 | 28 | 21\n packit-service/ogr | 5 | 68 | 10 | 9 | 32 | 17\n user-cont/colin | 30 | 41 | 2 | 1 | 29 | 9\n user-cont/conu | 141 | 39 | 3 | 3 | 21 | 12\n TomasTomecek/speaks | 2 | 26 | 0 | 1 | 25 | 0\n TomasTomecek/dotfiles | 3 | 24 | 0 | 0 | 24 | 0\n packit-service/upsint | 1 | 17 | 2 | 6 | 8 | 1\n TomasTomecek/sen | 760 | 12 | 1 | 1 | 9 | 1\n TomasTomecek/ansible-role-release-bot | 0 | 11 | 0 | 0 | 11 | 0\n TomasTomecek/pretty-git-prompt | 33 | 9 | 1 | 1 | 7 | 0\n rebase-helper/rebase-helper | 30 | 8 | 1 | 5 | 0 | 2\n TomasTomecek/mysterious-keybinds | 0 | 8 | 0 | 0 | 8 | 0\n prgcont/workshop-ansible-containers | 4 | 7 | 1 | 0 | 6 | 0\n```\n\nLegend (columns in order):\n* Name of the Github repository.\n* Current star count.\n* Total number of contributions (sum of pull requests, issues, commits and reviews).\n* A Count of pull requests created by you.\n* How many issues you've created.\n* Total count of commits you submitted to the repository.\n* A number of reviews you performed.\n\n\n## Requirements\n\n* Python 3.6+\n* Github API token: you can get it in your [settings\n page](https://github.com/settings/tokens).\n * Pass it to show-me via environment variable `GITHUB_TOKEN`.\n\n\n## Installation\n\n```\n$ pip3 install --user show-me\n```\n\nFeel free to install directly from Github:\n```\n$ pip3 install --user git+https://github.com/TomasTomecek/show-me\n```\n\n\n## Usage\n\n```\n$ GITHUB_TOKEN=my-token show-me\n```\n\nYou can configure show-me via CLI options:\n```\nUsage: show-me [OPTIONS]\n\n Show me my Github contributions!\n\nOptions:\n -n, --lines INTEGER Print first N lines. [default: 15]\n --cache-file-path PATH Path to the cache file. [default:\n /home/tt/.cache/show-me.json]\n --load-from-cache Don't query Github and load from cache.\n --save-to-cache Query Github and save response to a file (to save\n time and bandwidth).\n --debug Show debug logs.\n --start-year INTEGER Start counting the contributions in the selected\n year. [default: 2019]\n -h, --help Show this message and exit.\n```\n\n\nHave fun!\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/TomasTomecek/show-me", "keywords": "github,contributions,open-source,software", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "show-me", "package_url": "https://pypi.org/project/show-me/", "platform": "", "project_url": "https://pypi.org/project/show-me/", "project_urls": { "Homepage": "https://github.com/TomasTomecek/show-me" }, "release_url": "https://pypi.org/project/show-me/0.1.0/", "requires_dist": [ "click", "tabulate", "requests", "pytest; extra == 'testing'" ], "requires_python": ">=3.6", "summary": "Show me my Github contributions!", "version": "0.1.0" }, "last_serial": 5110354, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1d4ff6a54bc7707181d257d486cd9617", "sha256": "012f20452094f51749c9123100701cf9906cb6d131e8aff2ecc16dd1db89a1d6" }, "downloads": -1, "filename": "show_me-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1d4ff6a54bc7707181d257d486cd9617", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13923, "upload_time": "2019-04-07T15:57:16", "url": "https://files.pythonhosted.org/packages/61/84/33dff8dfd4bc52899abdb6042b113b69bbac208d77e1a43e0a24c47313e4/show_me-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d4ff6a54bc7707181d257d486cd9617", "sha256": "012f20452094f51749c9123100701cf9906cb6d131e8aff2ecc16dd1db89a1d6" }, "downloads": -1, "filename": "show_me-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1d4ff6a54bc7707181d257d486cd9617", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 13923, "upload_time": "2019-04-07T15:57:16", "url": "https://files.pythonhosted.org/packages/61/84/33dff8dfd4bc52899abdb6042b113b69bbac208d77e1a43e0a24c47313e4/show_me-0.1.0-py3-none-any.whl" } ] }