git-add-co-author


Namegit-add-co-author JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2023-04-27 22:20:28
maintainer
docs_urlNone
authorSanskar Jethi
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Git Add Co Author

## Description

This is a simple script to add co-authors to your git commits. It will add the co-author to the commit message.

## Installation

1. Install the package using pip
```bash
pip install git-add-co-author
```

2. Obtain a token from GitHub

3. Configure the token 

```bash
python -m git_add_co_author --token <token>
```

## Usage


```bash
python -m git_add_co_author sansyrox
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "git-add-co-author",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sanskar Jethi",
    "author_email": "sansyrox@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/73/9dfae3cb41854e6328682d0bcfe397f219d704966741cd8a087049937355/git_add_co_author-0.1.0.tar.gz",
    "platform": null,
    "description": "# Git Add Co Author\n\n## Description\n\nThis is a simple script to add co-authors to your git commits. It will add the co-author to the commit message.\n\n## Installation\n\n1. Install the package using pip\n```bash\npip install git-add-co-author\n```\n\n2. Obtain a token from GitHub\n\n3. Configure the token \n\n```bash\npython -m git_add_co_author --token <token>\n```\n\n## Usage\n\n\n```bash\npython -m git_add_co_author sansyrox\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69a9d7e5f6cdddb4387929de74b0b76f76c397f627c0e4229f007a4f1d1e5eb2",
                "md5": "95a30a5e5ead2c3b46fcfe9bb15fbbfe",
                "sha256": "a43164022d68d3b6ac2d2d8a4d1bcae01a26e466d7bd25df7ed94686e402dd0d"
            },
            "downloads": -1,
            "filename": "git_add_co_author-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95a30a5e5ead2c3b46fcfe9bb15fbbfe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2191,
            "upload_time": "2023-04-27T22:20:25",
            "upload_time_iso_8601": "2023-04-27T22:20:25.316096Z",
            "url": "https://files.pythonhosted.org/packages/69/a9/d7e5f6cdddb4387929de74b0b76f76c397f627c0e4229f007a4f1d1e5eb2/git_add_co_author-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4739dfae3cb41854e6328682d0bcfe397f219d704966741cd8a087049937355",
                "md5": "01b813e92bbc54018b7e8ebc07ceb838",
                "sha256": "8b295f822c5d3a3e3f83b10cf84b95bd4b86656e97a45e87dd45691880dc1987"
            },
            "downloads": -1,
            "filename": "git_add_co_author-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01b813e92bbc54018b7e8ebc07ceb838",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1954,
            "upload_time": "2023-04-27T22:20:28",
            "upload_time_iso_8601": "2023-04-27T22:20:28.247231Z",
            "url": "https://files.pythonhosted.org/packages/a4/73/9dfae3cb41854e6328682d0bcfe397f219d704966741cd8a087049937355/git_add_co_author-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-27 22:20:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "git-add-co-author"
}
        
Elapsed time: 0.07656s