{ "info": { "author": "Mayuresh Waykole", "author_email": "mayuresh2212@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# gity \n[![Build Status](https://travis-ci.org/Mnw2212/gity.svg?branch=master)](https://travis-ci.org/Mnw2212/gity)\n\n```\n _ _ \n __ _(_) |_ _ _ \n / _` | | __| | | |\n | (_| | | |_| |_| |\n \\__, |_|\\__|\\__, |\n |___/ |___/ \n\n```\nThe git magician for python. gity makes using git commands in python, a piece of cake.\n\nMost existing Python modules for for interacting with git repositories are extremely verbose and cumbersome. \n\nPython doesnt have a builtin module and with the existing ones it requires tremendous amount of documentation digging to get hold of the simplest functions.\n\nThings shouldn't be this way. Not in Python.\n\n![](http://i.imgur.com/Qn2jHxx.gif)\n\n## Features\n\n- Written in uncomplicated Python\n- Easy to [install](https://github.com/mnw2212/gity#installation)\n- Works on Linux and Mac\n\n## Current Support\n- git init\n- git clone\n- git status\n- git add\n- git commit\n- git push\n- git pull\n- git checkout\n\n## Installation\n\n\n### Option 1: [Pip](https://pypi.python.org/pypi/gity)\n\n```bash\n$ pip install gity\n```\n\n### Option 2: From source\n\n```bash\n$ git clone --recursive git@github.com:mnw2212/gity.git\n$ cd gity/\n$ python setup.py install\n```\n\n## Usage\n```python\nfrom gity import gity\n\nobj = gity()\nobj.git_add(deletion=True)\nmessage = \"inital commit\"\nobj.git_commit(message)\n```\n\n## Contributing\n\n#### Bug Reports & Feature Requests\n\nPlease use the [issue tracker](https://github.com/mnw2212/gity/issues) to report any bugs or file feature requests.\n\n#### Developing\n\nPRs are welcome. To begin developing, follow this:\n\n```bash\n# make virtual env\n$ git clone --recursive git@github.com:Mnw2212/gity.git\n$ cd gity/\n$ python gity/gity.py\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mnw2212/gity", "keywords": "python git shell", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gity", "package_url": "https://pypi.org/project/gity/", "platform": "any", "project_url": "https://pypi.org/project/gity/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mnw2212/gity" }, "release_url": "https://pypi.org/project/gity/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "The Git magician for Python", "version": "0.0.2" }, "last_serial": 1581795, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "03cf37b279a19ef734b6faadeeb1e3c0", "sha256": "d947fcd31caeac912175f6ddc07c43eb1ad8da269ad52fba13dccc9853848b92" }, "downloads": -1, "filename": "gity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "03cf37b279a19ef734b6faadeeb1e3c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3917, "upload_time": "2015-06-05T16:03:15", "url": "https://files.pythonhosted.org/packages/bf/39/cf7b36b10b537bb0c0384d8242e7b507f671b4a1f26e6ab48ba8cdfa0f4a/gity-0.0.1.tar.gz" } ], "0.0.2": [] }, "urls": [] }