{ "info": { "author": "Nimesh Kiran", "author_email": "nimesh.aug11@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment" ], "description": "**GitArt**\r\n\r\nPython Package to Create Art though Git\r\nPresently allows users to Create Heart Shape on their GitHub Profile Contibution Summary\r\nGitHub Link: https://github.com/nimeshkverma/GitArt\r\n\r\n**How To Make a Heart** \r\n\r\n- Install the Package using the command : ``pip install GitArt``\r\n- Import the ``Heart`` module from ``GitArt``\r\n- Create an object of ``GitHeart``\r\n- Call the ``create_heart`` function of the object created with arguments ``git_repo_url``, ``max_commits`` and ``weeks_from_now``. Last two arguments are optional.\r\n\r\n**Code for above steps:-**\r\n\r\nIn the Command Line:-\r\n\r\n``pip install GitArt``\r\n\r\nIn a python script or python shell:-\r\n\r\n ``from GitArt import Heart``\r\n ``git_heart_obj = Heart.GitHeart()``\r\n\r\n ``git_repo_url = 'git@github.com:nimeshkverma/HelloWorld.git'``\r\n\r\n ``#To Get Heart with default commits and with end_week as present week``\r\n ``git_heart_obj.create_heart(git_repo_url=git_repo_url)``\r\n\r\n ``#To Get Heart with 10 commits per day and the heart border in the week = present_week -2``\r\n ``git_heart_obj.create_heart(git_repo_url=weeks_from_now,max_commit=10,weeks_from_now= 2)``", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nimeshkverma/GitArt/tarball/1.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nimeshkverma/GitArt", "keywords": "git,github,fun,art, heart", "license": "Copyright (c) 2015 Nimesh Kiran Verma\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": "", "maintainer_email": "nimesh.aug11@gmail.com", "name": "GitArt", "package_url": "https://pypi.org/project/GitArt/", "platform": "*nix", "project_url": "https://pypi.org/project/GitArt/", "project_urls": { "Download": "https://github.com/nimeshkverma/GitArt/tarball/1.0.2", "Homepage": "https://github.com/nimeshkverma/GitArt" }, "release_url": "https://pypi.org/project/GitArt/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Python library which helps create Art on GitHub Contribution Summary", "version": "1.0.2" }, "last_serial": 1953036, "releases": { "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "b0905a8201bd4465113d24166e8ea51f", "sha256": "a9e312cb8111bea7508fba49299b1df770f2861b570f7743d803b9998b33128b" }, "downloads": -1, "filename": "GitArt-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b0905a8201bd4465113d24166e8ea51f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2498, "upload_time": "2016-02-12T07:52:42", "url": "https://files.pythonhosted.org/packages/26/95/56d39dedcf36f6032e03aaeb3b6cc1cba2f3dcc84ace5aa10fa55031493e/GitArt-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0905a8201bd4465113d24166e8ea51f", "sha256": "a9e312cb8111bea7508fba49299b1df770f2861b570f7743d803b9998b33128b" }, "downloads": -1, "filename": "GitArt-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b0905a8201bd4465113d24166e8ea51f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2498, "upload_time": "2016-02-12T07:52:42", "url": "https://files.pythonhosted.org/packages/26/95/56d39dedcf36f6032e03aaeb3b6cc1cba2f3dcc84ace5aa10fa55031493e/GitArt-1.0.2.tar.gz" } ] }