{ "info": { "author": "Julien Danjou", "author_email": "jd@mergify.io", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "==================\n git-pull-request\n==================\n\n.. image:: https://circleci.com/gh/Mergifyio/git-pull-request.svg?style=svg&circle-token=a9e42c2dbc567363643837c7d68e4675b8a874a9\n :target: https://circleci.com/gh/Mergifyio/git-pull-request\n :alt: Build Status\n\n.. image:: https://badge.fury.io/py/git-pull-request.svg\n :target: https://badge.fury.io/py/git-pull-request\n\ngit-pull-request is a command line tool to send GitHub or Pagure_ pull-request from your\nterminal.\n\nInstallation\n============\n\nUse the standard Python installation method::\n\n pip3 install git-pull-request\n\nAlthough it might not be up to date with the `latest code on GitHub `_\n`Fedora `_ 28+ users can also download straight via package manager\n`DNF `_::\n\n sudo dnf install git-pull-request\n\nUsage\n=====\nOnce you've made your commits into a branch, just type::\n\n git pull-request\n\nThis will:\n\n1. Fork the upstream repository into your account (if needed)\n2. Add your forked repository as a remote named \"github\" (if needed)\n3. Force push your current branch to your remote\n4. Create a pull-request for your current branch to the remote matching branch,\n or master by default.\n\nIf you add more commits to your branch later, or need to rebase your branch to\nedit commits, you'll just need to run `git pull-request` to update your\npull-request. git-pull-request automatically detects that a pull-request has\nbeen opened for your current working branch.\n\nWorkflow advice\n===============\n\nCaching Credentials\n-------------------\n\nGitHub has a good documentation about using `git credential\n`_.\n\nThe full documentation is available on the `git-scm.com website\n`_.\n\nPagure Token\n------------\n\nPagure uses API key, you need to create one by visiting `your settings\n`_\nand requesting the `Fork a project` and `Modify an existing project` ACL.\n\nCreating Branches\n-----------------\n\nWhen sending pull-requests, it's preferable to do so from your own branch. You\ncan create your own branch from `master` by doing::\n\n $ git checkout -b myownbranch --track origin/master\n\nThis will checkout a new branch called `myownbranch` that is a copy of master.\nUsing the `--track` option makes sure that the upstream source branch is\nwritten in your `.git/config` file. This will allow git-pull-request to know to\nwhich branch send the pull-request.\n\nSince this is long to type, you can use an alias in git to make it faster::\n\n $ git config --global alias.nb '!git checkout --track $(git config branch.$(git rev-parse --abbrev-ref HEAD).remote)/$(git rev-parse --abbrev-ref HEAD) -b'\n\nThis will create a `git nb` alias that will create a new branch tracking the\ncurrent branch and checking it out. You can then use it like that::\n\n $ git nb foobar\n Branch foobar set up to track remote branch master from origin.\n Switched to a new branch 'foobar'\n\nConfiguration via `git config`\n------------------------------\n\nMost `git-pull-request` command line arguments can be store into your git\nconfiguration.\n\nFor a particular repository, if you get tired of using::\n\n $ git pull-request --fork never\n\nYou can set the option with git and use the command without any arguments::\n\n $ git config git-pull-request.fork never\n $ git pull-request\n\nYou can also set the option globally to have a custom default for all your\nrepositories with::\n\n $ git config --global git-pull-request.fork always\n $ git pull-request\n\n\nDifference with hub\n===================\nThe wrapper `hub`_ provides `hub fork` and `hub pull-request` as\ncommand line tools to fork and create pull-requests.\n\nUnfortunately, it's hard to combine these tools in an automated implementation for a\ncomplete workflow.\n\nFor example:\nIf you need to update your pull-request, there's no way to identify existing pull requests, so\ncalling `hub pull-request` would just open a new pull-request.\n\ngit-pull-request wraps all of these operations into one convenient tool.\n\n.. _hub: https://hub.github.com/\n.. _Pagure: https://pagure.io/pagure\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Mergifyio/git-pull-request", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "git-pull-request", "package_url": "https://pypi.org/project/git-pull-request/", "platform": "", "project_url": "https://pypi.org/project/git-pull-request/", "project_urls": { "Homepage": "https://github.com/Mergifyio/git-pull-request" }, "release_url": "https://pypi.org/project/git-pull-request/4.4.0/", "requires_dist": [ "daiquiri", "pygithub", "fixtures ; extra == 'test'" ], "requires_python": "", "summary": "Command line tool to send GitHub pull requests", "version": "4.4.0" }, "last_serial": 5989278, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a32993b9b06d0fa67e3115a0ef88e7b9", "sha256": "ce3d0656557f177d0bff93bc37446dc0f1eea8b5b6d32d4d5a4fc8154bd95fb7" }, "downloads": -1, "filename": "git-pull-request-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a32993b9b06d0fa67e3115a0ef88e7b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5458, "upload_time": "2017-05-23T15:20:02", "url": "https://files.pythonhosted.org/packages/f0/f5/a54dc11d57029d10cde43902c68b6b347a58e21d24733e9349bd1e240257/git-pull-request-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a9b409fc7f928b8205bff3ba85b1cefd", "sha256": "5ee860f88ea42950529ece9c907ef4c587a1379788042e7136cb196b4f860427" }, "downloads": -1, "filename": "git-pull-request-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a9b409fc7f928b8205bff3ba85b1cefd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5875, "upload_time": "2017-05-24T09:11:10", "url": "https://files.pythonhosted.org/packages/f8/ba/002d7f98ca9ce5846c651a00b5b619d4c4a643e592329b7c128edb38f9c5/git-pull-request-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ae5beb78587834d46e43bd9870099a85", "sha256": "78c21c7f377eb61ffe7aa2fb4ac2ef8b66a704abe40af9ac8ff4dc74f3207677" }, "downloads": -1, "filename": "git-pull-request-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ae5beb78587834d46e43bd9870099a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5874, "upload_time": "2017-05-25T17:41:21", "url": "https://files.pythonhosted.org/packages/e4/b1/d2eb29e78109ad1559737f781f3058f163e027703b17ab9e5e58b0dfb71c/git-pull-request-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "f9c23a30ddd758727dba88b31265b687", "sha256": "be0cb38642b56708a8f4f48ac940cd717721b6bef5bcdc6cecb3ed7652f8105e" }, "downloads": -1, "filename": "git-pull-request-0.0.4.tar.gz", "has_sig": false, "md5_digest": "f9c23a30ddd758727dba88b31265b687", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6433, "upload_time": "2017-05-26T09:44:00", "url": "https://files.pythonhosted.org/packages/bb/93/b52b58926077f439b1f56de1089c9f64d653cd66573921fe48da5b5b12a4/git-pull-request-0.0.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "0d063829b7f6932aa3985b39b64a9803", "sha256": "4c53729cee2119a0990d3e1b33bdd83c9adcdc7ddb0e4c342ae6300795954164" }, "downloads": -1, "filename": "git-pull-request-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0d063829b7f6932aa3985b39b64a9803", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6534, "upload_time": "2017-05-30T08:42:54", "url": "https://files.pythonhosted.org/packages/80/eb/b117ecdce53172e861ef58516533e40eaa4a672c98c8c6181a28ba419480/git-pull-request-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "1bb268147396adc9bcf6b8c60c3165f3", "sha256": "c65222194977bb27d031c11bdf851d7ebce8336f8c5c6d46009333589b8ec445" }, "downloads": -1, "filename": "git-pull-request-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1bb268147396adc9bcf6b8c60c3165f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6594, "upload_time": "2017-05-31T09:44:35", "url": "https://files.pythonhosted.org/packages/fb/c2/11ddf216439a1830c73e1dafa26410f9604b6d5bede03645fb66bffcf759/git-pull-request-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "009c1b684bef5e484da9a794c737d0d9", "sha256": "75b6d405d147dc9b001cbcb2160f581220f154f504f3f4925ae99b468acd6a2c" }, "downloads": -1, "filename": "git-pull-request-1.1.0.tar.gz", "has_sig": false, "md5_digest": "009c1b684bef5e484da9a794c737d0d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7059, "upload_time": "2017-06-02T12:42:21", "url": "https://files.pythonhosted.org/packages/e7/54/621bc451a697c1e77b30260be6f259d8c512503eefcf7dc09f0188ed6fee/git-pull-request-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "0f4b7eff04d035cb9a6430efb69b6b57", "sha256": "b263e62872c9bbf3a13af172fddac87d80f69ba0503a8467269cc5ee007ddee2" }, "downloads": -1, "filename": "git-pull-request-1.2.0.tar.gz", "has_sig": false, "md5_digest": "0f4b7eff04d035cb9a6430efb69b6b57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7439, "upload_time": "2017-06-06T22:44:18", "url": "https://files.pythonhosted.org/packages/33/31/c7777d90889cc4cf7978891d8a9f54bd6e95eab83afea940c222d64b2af5/git-pull-request-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "190fde2972ccc5710a3c04556db9d885", "sha256": "4721ca9d11c7c9c69c0127c74db380b43ccb4e8bdaef76770aa3b46cb31ef6af" }, "downloads": -1, "filename": "git-pull-request-1.2.1.tar.gz", "has_sig": false, "md5_digest": "190fde2972ccc5710a3c04556db9d885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7476, "upload_time": "2017-06-07T12:08:10", "url": "https://files.pythonhosted.org/packages/e6/46/7f9ac459d3578b49e9c25487faa1ce97c7e89f12034255990fff3fbe36ac/git-pull-request-1.2.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "c2f510c7979b04842fb96f10eca5c9cd", "sha256": "67c75a13f0d7cf260c761826f45a79c7eb118df91133b6e0cac66cced598a437" }, "downloads": -1, "filename": "git-pull-request-2.0.0.tar.gz", "has_sig": false, "md5_digest": "c2f510c7979b04842fb96f10eca5c9cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8082, "upload_time": "2017-06-09T09:37:52", "url": "https://files.pythonhosted.org/packages/dc/cd/2bf1c3e00ad3aaaf789db4652945d70ef99f6de092be504228f8efc09ce5/git-pull-request-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "9b23ec0db95afd286c52ea98cc0ac6f7", "sha256": "89d84c258c4ad9bba81e60d8dadc9d78110915cdacf29501a5094914f0473e24" }, "downloads": -1, "filename": "git-pull-request-2.1.0.tar.gz", "has_sig": false, "md5_digest": "9b23ec0db95afd286c52ea98cc0ac6f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9168, "upload_time": "2017-07-07T15:56:14", "url": "https://files.pythonhosted.org/packages/2a/2e/6081762f210e0a653bd834025f1d71624196901e2f3382219376fc47e483/git-pull-request-2.1.0.tar.gz" } ], "2.10.0": [ { "comment_text": "", "digests": { "md5": "810cd88b53d567ab8e6d9a43636c1b43", "sha256": "bc58561f37db595e9de59392ca2584e74463677e734fd73fe67db7963f40d547" }, "downloads": -1, "filename": "git_pull_request-2.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "810cd88b53d567ab8e6d9a43636c1b43", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15456, "upload_time": "2019-03-28T16:45:23", "url": "https://files.pythonhosted.org/packages/7a/22/3dd3463b4fd21346b245157005377ebe5907836bde3880e911910e5c0c87/git_pull_request-2.10.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d35a0b64b6b7097dd945ba453a24f50d", "sha256": "ad4618972946f4b53a4494eb88c9031b64963987741a3ebdfdb0141391dac961" }, "downloads": -1, "filename": "git-pull-request-2.10.0.tar.gz", "has_sig": false, "md5_digest": "d35a0b64b6b7097dd945ba453a24f50d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19583, "upload_time": "2019-03-28T16:45:24", "url": "https://files.pythonhosted.org/packages/48/bb/8e454962999a9258b6fe5d42b781e8035ceae7a58ccf522ba1d4da7ee6c3/git-pull-request-2.10.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "b92de19613a7e6bcdde8a7a530563fed", "sha256": "5dbe249052a9150446a81d6aada9ea7e93e4ece26adb7eca9abd1ba9b3e80789" }, "downloads": -1, "filename": "git-pull-request-2.2.0.tar.gz", "has_sig": false, "md5_digest": "b92de19613a7e6bcdde8a7a530563fed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9444, "upload_time": "2017-07-20T07:38:31", "url": "https://files.pythonhosted.org/packages/d9/62/da7bbf78583805ce28a89132c9363a8583a534ea8af09eb281baae403b14/git-pull-request-2.2.0.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "e7b6787857018b7a35c64d98cfa40eec", "sha256": "10f8431f8dab14e3b7b85aaaa6756770965a9feeb8547b89b9b7e684764960be" }, "downloads": -1, "filename": "git_pull_request-2.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7b6787857018b7a35c64d98cfa40eec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12008, "upload_time": "2017-09-05T14:30:24", "url": "https://files.pythonhosted.org/packages/cf/3d/e49a128258626595494f1c0f8c3b477ce15702dc59dd8fd3475cbe0db4f5/git_pull_request-2.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b7486a8b55b6772154740c022029c9e", "sha256": "7553b7fd84643d28320b744574a0882f0e4a86cd34d610a449925fcdf949b840" }, "downloads": -1, "filename": "git-pull-request-2.3.0.tar.gz", "has_sig": false, "md5_digest": "0b7486a8b55b6772154740c022029c9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10328, "upload_time": "2017-09-05T14:30:25", "url": "https://files.pythonhosted.org/packages/83/21/89fa0a3dcfa433323d57c1989fab69d77e3cfe54f80702c5b7587a0c8458/git-pull-request-2.3.0.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "6b7b4862505ab77225af60e44bc35516", "sha256": "a2349505de440238858aeb491b4629a12dd65605086cd9ba9eaee7dd4824ec75" }, "downloads": -1, "filename": "git_pull_request-2.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b7b4862505ab77225af60e44bc35516", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12369, "upload_time": "2017-10-07T09:47:38", "url": "https://files.pythonhosted.org/packages/ae/0c/c95b5a80988563ba554cf925c8b523b0519bafe32ddd12a374b811cef4f0/git_pull_request-2.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ece17604a0dc6a29decea706cd51f63f", "sha256": "7f4bbb4172ba083fac347f06d20cafdb4a9c6af38847420f90a12de86995a48d" }, "downloads": -1, "filename": "git-pull-request-2.4.0.tar.gz", "has_sig": false, "md5_digest": "ece17604a0dc6a29decea706cd51f63f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10729, "upload_time": "2017-10-07T09:47:39", "url": "https://files.pythonhosted.org/packages/d6/5a/a987dfd763cb223208c78526695932bf166ee5167b6bc9e451b06e9b5ee4/git-pull-request-2.4.0.tar.gz" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "a3237a1572719478f37b4d20093f848b", "sha256": "ef42256233527721b3b4ebdaa5b4af1b298313c7876bb0a6a065363dbcfd0df6" }, "downloads": -1, "filename": "git_pull_request-2.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a3237a1572719478f37b4d20093f848b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12804, "upload_time": "2018-02-06T14:23:11", "url": "https://files.pythonhosted.org/packages/58/48/fa33ed32fea33e35d4793579791223ea0ece099607f9bb42462ddc4313ef/git_pull_request-2.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6fdcdb803abaf8c8d9f3fe8ddffab9f4", "sha256": "8af6f494b7b8a471838d669ff0b52c75946af78fa4acb3c3c13a32893a01491c" }, "downloads": -1, "filename": "git-pull-request-2.5.0.tar.gz", "has_sig": false, "md5_digest": "6fdcdb803abaf8c8d9f3fe8ddffab9f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11039, "upload_time": "2018-02-06T14:23:13", "url": "https://files.pythonhosted.org/packages/8e/ea/0625f5beb17e78a75f59364a780dbdfa818fcfa1637949b3ab6f811b5c37/git-pull-request-2.5.0.tar.gz" } ], "2.6.0": [ { "comment_text": "", "digests": { "md5": "4a8c68d5792e63eded7c078a4895d22f", "sha256": "fa86a299ba5576ccd9bf77cf51b444ed0efd8cb0e9f7e1afbf8f116d9a9a7234" }, "downloads": -1, "filename": "git_pull_request-2.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a8c68d5792e63eded7c078a4895d22f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10616, "upload_time": "2018-08-04T14:13:58", "url": "https://files.pythonhosted.org/packages/90/17/b21d59faef7bfe37088d9583f4e00ee93d4f94410d7734912069d577fa2d/git_pull_request-2.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d460353a4a73515b331cf5ecd9dbe732", "sha256": "b81c4408ea6e79cfcc640bda2b9ba1d49f09f808e68d1b752b410367eee12edf" }, "downloads": -1, "filename": "git-pull-request-2.6.0.tar.gz", "has_sig": false, "md5_digest": "d460353a4a73515b331cf5ecd9dbe732", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20295, "upload_time": "2018-08-04T14:13:56", "url": "https://files.pythonhosted.org/packages/c9/b9/e7897059317f81659e150b6e62c7038618b1914fc43db70ec9fbf29e5d95/git-pull-request-2.6.0.tar.gz" } ], "2.7.0": [ { "comment_text": "", "digests": { "md5": "066aa473ff9db0caf71f7443ee05c51f", "sha256": "f97c062ede3f5a3e6ca7623144068a3af32df83795d908828497f5c42947f864" }, "downloads": -1, "filename": "git_pull_request-2.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "066aa473ff9db0caf71f7443ee05c51f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15264, "upload_time": "2018-10-01T08:40:19", "url": "https://files.pythonhosted.org/packages/9e/08/0f9ca1062ca6d2a1103a0961fb61d80e90d0aa8e4fa33202f58682c152b1/git_pull_request-2.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d83bb32780a6e37edfa5e91b51a6baa", "sha256": "0496fb636d87407dfeaaf861ebe688f3578d8a35299f14d300d234ae280eeca6" }, "downloads": -1, "filename": "git-pull-request-2.7.0.tar.gz", "has_sig": false, "md5_digest": "6d83bb32780a6e37edfa5e91b51a6baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20577, "upload_time": "2018-10-01T08:40:20", "url": "https://files.pythonhosted.org/packages/37/dd/7aa297906bfacabac10263446022f10b3b39bbac20ed60a6f60741269acd/git-pull-request-2.7.0.tar.gz" } ], "2.8.0": [ { "comment_text": "", "digests": { "md5": "0a7dce2673add431d302210af69c42fb", "sha256": "b1865afc118ba92fa6662bf4f68804e985d107f4174de34e1892289b9c88404c" }, "downloads": -1, "filename": "git_pull_request-2.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a7dce2673add431d302210af69c42fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15329, "upload_time": "2019-03-13T13:53:22", "url": "https://files.pythonhosted.org/packages/80/d4/fc53201930a0b7d5cfa08e29f908123b33d47618251ddaf5ec00ae1888bc/git_pull_request-2.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ba71fe5e42903fada0dc7eb0aaae0ac", "sha256": "97a6e04fd08f1132ffbfea06050200c40542da51b60c6acf74702f99c6807160" }, "downloads": -1, "filename": "git-pull-request-2.8.0.tar.gz", "has_sig": false, "md5_digest": "2ba71fe5e42903fada0dc7eb0aaae0ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19380, "upload_time": "2019-03-13T13:53:23", "url": "https://files.pythonhosted.org/packages/a6/91/82137d61dee2545cf6f5ac35d1381abd92a28c32aa6615fb9c796712e3d4/git-pull-request-2.8.0.tar.gz" } ], "2.8.1": [ { "comment_text": "", "digests": { "md5": "d3171169776c13f5db2153e555657c2a", "sha256": "1ed5ca8cb84a288a1e18c1e1b7e68fddadd8c91a26f78d810eae524879ec95a9" }, "downloads": -1, "filename": "git_pull_request-2.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d3171169776c13f5db2153e555657c2a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15411, "upload_time": "2019-03-14T14:03:19", "url": "https://files.pythonhosted.org/packages/33/93/360c9cd7e717002f228b7a2b2db70e1a9083c661efbb84775f033021f32e/git_pull_request-2.8.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3ad4ef7964ca4c3d45b81d03801d673", "sha256": "3c6794e6c83e57cba6c2efb8e6c3daf3257a49f5584e21bf0ed5c5f0c1eb740b" }, "downloads": -1, "filename": "git-pull-request-2.8.1.tar.gz", "has_sig": false, "md5_digest": "d3ad4ef7964ca4c3d45b81d03801d673", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19434, "upload_time": "2019-03-14T14:03:20", "url": "https://files.pythonhosted.org/packages/6d/f5/25a741d49748db53e7d94eb07e8bd0b60fab67114179ea9a9a542cb08760/git-pull-request-2.8.1.tar.gz" } ], "2.9.0": [ { "comment_text": "", "digests": { "md5": "abfaca890a2a44e2062d0acb372105b4", "sha256": "898bb72f8106a7972204753b4fcb3e4ad635ea0da1c8ed4fcf50b00e26620739" }, "downloads": -1, "filename": "git_pull_request-2.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abfaca890a2a44e2062d0acb372105b4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15435, "upload_time": "2019-03-15T13:58:26", "url": "https://files.pythonhosted.org/packages/be/eb/60c77980f10aa08a5a03b66876744553e1bf86cd9d217fc4fad358e3987d/git_pull_request-2.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1c49db2266738124745a3d6eab3268e", "sha256": "39a9450aa24b226f4c4f2ca082198a1b65909583c0c7adda35b736eea28875fc" }, "downloads": -1, "filename": "git-pull-request-2.9.0.tar.gz", "has_sig": false, "md5_digest": "b1c49db2266738124745a3d6eab3268e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19492, "upload_time": "2019-03-15T13:58:27", "url": "https://files.pythonhosted.org/packages/1c/6a/e6d306c86fe5cf8b58043968869f890f9dafe0200424dd1895cb2b629da9/git-pull-request-2.9.0.tar.gz" } ], "2.9.1": [ { "comment_text": "", "digests": { "md5": "62b6924de1940e89eb5795b89471bed4", "sha256": "bfb0add41eb8ac8f611cbeebb582ec4db66ca300dcab48d2c7ec349286657fe8" }, "downloads": -1, "filename": "git_pull_request-2.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "62b6924de1940e89eb5795b89471bed4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15442, "upload_time": "2019-03-22T17:19:18", "url": "https://files.pythonhosted.org/packages/d6/de/87817e8d18481c1b3f81ca742659ece0926470bd2fab5e629ca1619a062c/git_pull_request-2.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "632db8e8756c474217da4874a37f5c4e", "sha256": "c3238734678b347829f8b90636a5c130083a757eb184f9b62f81edccad84a795" }, "downloads": -1, "filename": "git-pull-request-2.9.1.tar.gz", "has_sig": false, "md5_digest": "632db8e8756c474217da4874a37f5c4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19506, "upload_time": "2019-03-22T17:19:19", "url": "https://files.pythonhosted.org/packages/5f/17/1f9aeb02f085e6a13240e691ea32da455e577cb2b3b5cadb7e16ef2adaba/git-pull-request-2.9.1.tar.gz" } ], "2.9.2.dev1": [ { "comment_text": "", "digests": { "md5": "fd5cd3af25143b26f13e9dd864ccf8f8", "sha256": "d50e3be22f701e411e7ebc0009d54031f373fc052e913ae45851b03cc197ebe8" }, "downloads": -1, "filename": "git_pull_request-2.9.2.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fd5cd3af25143b26f13e9dd864ccf8f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15433, "upload_time": "2019-03-27T17:37:08", "url": "https://files.pythonhosted.org/packages/fd/a8/d789014f0bea7a5bba7f2d91407040f838c24d3783742e09f735db2c57a6/git_pull_request-2.9.2.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a637b31426f3ea1877b04ef4eabef19", "sha256": "33d738eaedd241cb2159568ca3e1faac179deeec62bc090da55e7e19e8daa12c" }, "downloads": -1, "filename": "git-pull-request-2.9.2.dev1.tar.gz", "has_sig": false, "md5_digest": "9a637b31426f3ea1877b04ef4eabef19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19424, "upload_time": "2019-03-27T17:37:09", "url": "https://files.pythonhosted.org/packages/7d/ee/600f8f0f4b7578d479aa0dc7328028815ab95763793562299c3d25f7fb0f/git-pull-request-2.9.2.dev1.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "710f877be4471644e27cc74d2b22752e", "sha256": "1f33778a999fdf2647b0c88b9e67917ac0af5c758ea942b2bbe6da2c81725320" }, "downloads": -1, "filename": "git_pull_request-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "710f877be4471644e27cc74d2b22752e", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 16862, "upload_time": "2019-05-09T11:46:23", "url": "https://files.pythonhosted.org/packages/46/f5/c3d4d4c4b243a2f54e40f0aba1252ed7a86cc26b5cd70b7f8111eb879c99/git_pull_request-3.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "760c11f739137662b76256f1c7f18f22", "sha256": "11ec3773c5dd8e25ee47f6a36c17ec8966b4349f1fabb9d3843f2631e821c6f5" }, "downloads": -1, "filename": "git-pull-request-3.0.0.tar.gz", "has_sig": false, "md5_digest": "760c11f739137662b76256f1c7f18f22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19745, "upload_time": "2019-05-09T11:46:21", "url": "https://files.pythonhosted.org/packages/4c/ab/4936a126a4f08d4c779cbdf1de108defce7e426c1ee0311fe1fa898774e5/git-pull-request-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "8ef5b4b50138fe6d2827a0972be09bd0", "sha256": "2fbbcf13290d3050da7920a2997c4e0bdda25ac7ca701ee58841ee55f61168c4" }, "downloads": -1, "filename": "git-pull-request-3.0.1.tar.gz", "has_sig": false, "md5_digest": "8ef5b4b50138fe6d2827a0972be09bd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21526, "upload_time": "2019-05-10T09:23:22", "url": "https://files.pythonhosted.org/packages/ca/2a/ad61cccb393fc8f9e410d22852acb3f7c25ef0adfdadd149f583e023c70f/git-pull-request-3.0.1.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "6c6165886b1e2c3b71be1d7efad36804", "sha256": "e5f5717c20acb819803d6a60e6f484cc97cdfb516f47e3bc18eed3f6e4fc5389" }, "downloads": -1, "filename": "git_pull_request-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c6165886b1e2c3b71be1d7efad36804", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19303, "upload_time": "2019-07-18T09:54:55", "url": "https://files.pythonhosted.org/packages/e9/1e/c1fb99e5ea0160e642a57d104a9b1b20a4e863dde47810b41ff06f632c7e/git_pull_request-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2b618387a85fa947c2572592d6af0e2", "sha256": "6dbb308169833116d416bce2296ff635f4a1c446affc0af50100f55acff6ee3e" }, "downloads": -1, "filename": "git-pull-request-4.0.0.tar.gz", "has_sig": false, "md5_digest": "b2b618387a85fa947c2572592d6af0e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22775, "upload_time": "2019-07-18T09:54:59", "url": "https://files.pythonhosted.org/packages/4c/0c/47a3019a3d0e740e9eda3910674b66c8881b1fca3522c244a4c268eaca45/git-pull-request-4.0.0.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "f4bfff3780d6e13b982df58d30dc70a0", "sha256": "6a96c50bfaef9a5486b6f87cd814cafc2bc4491dedc8099a7cd72e82a4ad8ee9" }, "downloads": -1, "filename": "git_pull_request-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f4bfff3780d6e13b982df58d30dc70a0", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 19384, "upload_time": "2019-07-26T12:54:29", "url": "https://files.pythonhosted.org/packages/57/ca/37f99634bb5e4a4f27acccf1885d71e263ce9594c01674662618b181ea98/git_pull_request-4.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4097df3ea6639f267b8808a17b8cefae", "sha256": "f2ba81511a9e8d08906291d1f912555a5c19dbf2be58b5f669d0694130682f50" }, "downloads": -1, "filename": "git-pull-request-4.1.0.tar.gz", "has_sig": false, "md5_digest": "4097df3ea6639f267b8808a17b8cefae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22839, "upload_time": "2019-07-26T12:54:27", "url": "https://files.pythonhosted.org/packages/1e/3d/57c39c04f0a2ae55822d8a86f351d577cb6c637401c32172ff1c383c5054/git-pull-request-4.1.0.tar.gz" } ], "4.2.0": [ { "comment_text": "", "digests": { "md5": "9c891fcdb078a7401f2ede2811502527", "sha256": "0fb5f60ef52240942d2d7c04d9a82faca4d3117ecd9686cf343b9972aff5752d" }, "downloads": -1, "filename": "git_pull_request-4.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c891fcdb078a7401f2ede2811502527", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 19775, "upload_time": "2019-08-14T09:02:55", "url": "https://files.pythonhosted.org/packages/10/f2/38068ce02e30bfe2a1727cb4209d00d54327b72c10ed0981f3064fb7b228/git_pull_request-4.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a09de6cdaba431872ca07ab2e60b73d", "sha256": "67df46fdb7497c12acb8a9b2b8a1c2612949150f1684c50d57adc7fb4dbaec8d" }, "downloads": -1, "filename": "git-pull-request-4.2.0.tar.gz", "has_sig": false, "md5_digest": "9a09de6cdaba431872ca07ab2e60b73d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23262, "upload_time": "2019-08-14T09:02:57", "url": "https://files.pythonhosted.org/packages/1a/95/2fbc51c6c6efb37e3181528191057fdb2e73c588d35020feab0fb075b1f4/git-pull-request-4.2.0.tar.gz" } ], "4.2.1": [ { "comment_text": "", "digests": { "md5": "86a3d0e6750ebb902ba50162b275de9c", "sha256": "f5983f3c3742b13ffe4f235667c9bc760fc8dd8b7eab203cadbcad580cec9d7a" }, "downloads": -1, "filename": "git_pull_request-4.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86a3d0e6750ebb902ba50162b275de9c", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 19754, "upload_time": "2019-08-21T12:09:18", "url": "https://files.pythonhosted.org/packages/66/d1/66b863f48ee163582c60db2b43790c1719e57e5e4202fb8dbe90918595d7/git_pull_request-4.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2bbcaccf9475bcb4efde8fc3db27c71e", "sha256": "5ae23799745304341cc785c2ab46c3f975049ff01c43e84bb2ab02b8b0df1a2f" }, "downloads": -1, "filename": "git-pull-request-4.2.1.tar.gz", "has_sig": false, "md5_digest": "2bbcaccf9475bcb4efde8fc3db27c71e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23242, "upload_time": "2019-08-21T12:09:15", "url": "https://files.pythonhosted.org/packages/ac/d3/90f6704d2691662d79c562a53d99cb392b3ceeded6228a93cc7b5df60c9f/git-pull-request-4.2.1.tar.gz" } ], "4.3.0": [ { "comment_text": "", "digests": { "md5": "3e0a2ebe89840e468146ec7a6a22a3ab", "sha256": "6ff83ab00cd25690b08c89d400cbbfb61c6853b85d911d94b28dff4392279e95" }, "downloads": -1, "filename": "git_pull_request-4.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e0a2ebe89840e468146ec7a6a22a3ab", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 19777, "upload_time": "2019-09-10T14:18:15", "url": "https://files.pythonhosted.org/packages/32/cf/c2b14b5cab49b5332e753e82617f98ed6d136eb79f4fb57812ee0d8b785b/git_pull_request-4.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7455caac4a78ad15bacdab1e5e8b809", "sha256": "c65abcfa087fe1b1b2451c6934a59e9085fa2b02223aa7bd4ebbf8e858b957b8" }, "downloads": -1, "filename": "git-pull-request-4.3.0.tar.gz", "has_sig": false, "md5_digest": "d7455caac4a78ad15bacdab1e5e8b809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23252, "upload_time": "2019-09-10T14:18:12", "url": "https://files.pythonhosted.org/packages/f4/10/1b6b032371b0e83c26daaa1188b50ced14802ecde41b86ffa5071806cfff/git-pull-request-4.3.0.tar.gz" } ], "4.4.0": [ { "comment_text": "", "digests": { "md5": "29c36389498437cd573d591fe05aca47", "sha256": "c3e1d7246a13b4f7b3888054a83320d969a2bfdbaa3731a729cba00af19bde85" }, "downloads": -1, "filename": "git_pull_request-4.4.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "29c36389498437cd573d591fe05aca47", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19300, "upload_time": "2019-10-17T11:42:03", "url": "https://files.pythonhosted.org/packages/c5/3f/12314afb1d1dd8f9434c188e8f0120d7a139f49d00e40b71dd01957e4789/git_pull_request-4.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "008e22d6330b9b42ba9f885d545aafdf", "sha256": "734a70deada1d2e735675d5d5824609939ae9636f39b877464b44cc647c47378" }, "downloads": -1, "filename": "git-pull-request-4.4.0.tar.gz", "has_sig": true, "md5_digest": "008e22d6330b9b42ba9f885d545aafdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875, "upload_time": "2019-10-17T11:42:06", "url": "https://files.pythonhosted.org/packages/82/91/e2651da5d5d3552eedd9bba3091fb1fcd583115dce446f3756ea6f96196b/git-pull-request-4.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29c36389498437cd573d591fe05aca47", "sha256": "c3e1d7246a13b4f7b3888054a83320d969a2bfdbaa3731a729cba00af19bde85" }, "downloads": -1, "filename": "git_pull_request-4.4.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "29c36389498437cd573d591fe05aca47", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19300, "upload_time": "2019-10-17T11:42:03", "url": "https://files.pythonhosted.org/packages/c5/3f/12314afb1d1dd8f9434c188e8f0120d7a139f49d00e40b71dd01957e4789/git_pull_request-4.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "008e22d6330b9b42ba9f885d545aafdf", "sha256": "734a70deada1d2e735675d5d5824609939ae9636f39b877464b44cc647c47378" }, "downloads": -1, "filename": "git-pull-request-4.4.0.tar.gz", "has_sig": true, "md5_digest": "008e22d6330b9b42ba9f885d545aafdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21875, "upload_time": "2019-10-17T11:42:06", "url": "https://files.pythonhosted.org/packages/82/91/e2651da5d5d3552eedd9bba3091fb1fcd583115dce446f3756ea6f96196b/git-pull-request-4.4.0.tar.gz" } ] }