{ "info": { "author": "Christian Felder", "author_email": "webmaster@bsm-felder.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Software Development :: Version Control", "Topic :: Software Development :: Version Control :: Git" ], "description": "git-author\n==========\n\n.. image:: https://img.shields.io/pypi/v/git-author.svg\n :target: https://pypi.python.org/pypi/git-author\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/l/git-author.svg\n :target: https://pypi.python.org/pypi/git-author\n :alt: License\n\n| git-author, a git command for managing multiple authors.\n\n\nHome Page\n---------\n\nProject home page is https://github.com/cfelder/git-author\n\n\nUsage\n-----\n\nConfigure multiple users, e.g.::\n\n git config --global gitauthor.guest.name \"Guest User\"\n git config --global gitauthor.guest.email \"guest.user@example.com\"\n\n git config --global gitauthor.john.name \"John Doe\"\n git config --global gitauthor.john.email \"john.doe@example.com\"\n\nGet a list of configured users::\n\n $ git-author\n\n The following authors have been configured:\n\n guest: Guest User \n john: John Doe \n\n default: Christian Felder \n\nSelect specific user::\n\n git-author john\n\nFinally commit your changes as usual in this session using::\n\n git commit\n\n\nLicense\n-------\n\nThe git-author library is open source software released under the\n**LGPL-3.0+ license** (http://www.gnu.org/licenses/lgpl-3.0.html).\n\n\nPEP8 Compliance\n---------------\n\ngit-author is PEP8 compliant.\n\n\nDownload\n--------\n\nPackage download is available at https://pypi.python.org/pypi/git-author.\n\n\nInstall\n-------\n\ngit-author can be installed from the Python Package Index using ``pip`` or\n``pip3``. ::\n\n $ pip3 install git-author\n\nAs ``git-author`` needs to change environment variables in your shell, it is\nnecessary to source the git-author script. Please add an alias pointing to\nthe ``git-author`` script to your environment, e.g.::\n\n alias git-author='source /usr/local/bin/git-author'\n\n\nGit repository\n--------------\n\nYou can download the latest source at https://github.com/cfelder/git-author", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cfelder/git-author", "keywords": "", "license": "LGPL-3.0+", "maintainer": "", "maintainer_email": "", "name": "git-author", "package_url": "https://pypi.org/project/git-author/", "platform": "", "project_url": "https://pypi.org/project/git-author/", "project_urls": { "Homepage": "https://github.com/cfelder/git-author" }, "release_url": "https://pypi.org/project/git-author/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "git-author, a git command for managing multiple authors", "version": "0.1.0" }, "last_serial": 4787208, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "199c3a101e08b8c514f1021f6424558b", "sha256": "07065f722e82d5746b7cf0937da646979e04c7cd7cffeaee1b516f29b7863068" }, "downloads": -1, "filename": "git-author-0.1.0.tar.gz", "has_sig": false, "md5_digest": "199c3a101e08b8c514f1021f6424558b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10230, "upload_time": "2019-02-06T15:40:13", "url": "https://files.pythonhosted.org/packages/a8/31/3c78c346b2b148a33122e4517b050635351a57bd23b54cf3dc8f6c61c202/git-author-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "199c3a101e08b8c514f1021f6424558b", "sha256": "07065f722e82d5746b7cf0937da646979e04c7cd7cffeaee1b516f29b7863068" }, "downloads": -1, "filename": "git-author-0.1.0.tar.gz", "has_sig": false, "md5_digest": "199c3a101e08b8c514f1021f6424558b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10230, "upload_time": "2019-02-06T15:40:13", "url": "https://files.pythonhosted.org/packages/a8/31/3c78c346b2b148a33122e4517b050635351a57bd23b54cf3dc8f6c61c202/git-author-0.1.0.tar.gz" } ] }