{ "info": { "author": "Radovan Bast", "author_email": "radovan.bast@uit.no", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3.6" ], "description": ".. image:: https://travis-ci.org/bast/gitink.svg?branch=master\n :target: https://travis-ci.org/bast/gitink/builds\n.. image:: https://img.shields.io/badge/license-%20MPL--v2.0-blue.svg\n :target: ../master/LICENSE\n\n\ngitink\n======\n\nASCII to SVG Git log graph visualizer. Useful for teaching Git.\nUnder the hood it uses https://github.com/bast/ascii2graph.\n\n\nExample\n-------\n\n.. code:: shell\n\n $ cat example.txt\n\n [feature]\n |\n v\n x1-----x2\n /\n c1----c2----m1----c3----c4\n \\ / ^\n b1----b2----b3 |\n ^ ^ [master,HEAD]\n | |\n [_branch] [branch]\n\n $ gitink --time-direction=90 --in-file=example.txt | display\n\nThis produces (display command requires\n`imagemagick `__):\n\n.. figure:: https://github.com/bast/gitink/raw/master/img/example.jpg\n :alt: Git log graph example\n\n\nAvailable options\n-----------------\n\n.. code:: shell\n\n $ gitink --help\n Usage: gitink [OPTIONS]\n\n Options:\n --scale FLOAT Scale sizes by this factor.\n --in-file TEXT ASCII file to convert.\n --time-direction INTEGER Direction of the time arrow (0, 90, 180, or 270).\n --help Show this message and exit.\n\n\nInstallation\n------------\n\n.. code:: shell\n\n $ pip install gitink\n\nAlternately you can replace master with a branch or a tag.\n\n\nHow do the colors work?\n-----------------------\n\nColoring is done according to the first character of the commit hash. Other\nsuggestions welcome.\n\n\nI used this code before but the API changed?\n--------------------------------------------\n\nYou can find the old version on the ``spaghetti`` branch.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bast/gitink", "keywords": "", "license": "MPL-2.0", "maintainer": "", "maintainer_email": "", "name": "gitink", "package_url": "https://pypi.org/project/gitink/", "platform": "", "project_url": "https://pypi.org/project/gitink/", "project_urls": { "Homepage": "https://github.com/bast/gitink" }, "release_url": "https://pypi.org/project/gitink/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "ASCII to SVG Git log graph visualizer.", "version": "0.2.0" }, "last_serial": 3518021, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "cf076f602c4aa2afed59499fe9c78be1", "sha256": "eea643d1063772eb1b9e33d65b36d6ad1bb5728202524b872fb6e697c1e8deab" }, "downloads": -1, "filename": "gitink-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cf076f602c4aa2afed59499fe9c78be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8134, "upload_time": "2018-01-24T18:27:56", "url": "https://files.pythonhosted.org/packages/2a/80/1ef47e10b96cfeb33ac4d8066dcc05fba58964637e2e4a744b776f1582df/gitink-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf076f602c4aa2afed59499fe9c78be1", "sha256": "eea643d1063772eb1b9e33d65b36d6ad1bb5728202524b872fb6e697c1e8deab" }, "downloads": -1, "filename": "gitink-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cf076f602c4aa2afed59499fe9c78be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8134, "upload_time": "2018-01-24T18:27:56", "url": "https://files.pythonhosted.org/packages/2a/80/1ef47e10b96cfeb33ac4d8066dcc05fba58964637e2e4a744b776f1582df/gitink-0.2.0.tar.gz" } ] }