{ "info": { "author": "Paul McLanahan", "author_email": "paul@mclanahan.net", "bugtrack_url": null, "classifiers": [], "description": "pelican-link-bugs\n=================\n\nAutomatically link bug/issue references in content to a tracker.\n\nBy default it will link pull-requests and issues for github\nin the following formats::\n\n * I should reiview PR mozilla/bedrock#1.\n * Don't forget to watch issue twbs/bootstrap#2.\n\nIt will also link to Mozilla's bugzilla instance::\n\n Need a laugh? Read bug 765645.\n\nYou can easily replace these or add to them with a setting:\n\n.. code:: python\n\n BUG_TRACKERS = {\n # key is the regex\n r'issue +(?P[a-z1-9-_/]+)#(?P\\d+)':\n # value is URL template with keywoard substitutions\n 'https://github.com/{bug_repo}/issue/{bug_id}',\n }\n\nYou can also import ``BUG_TRACKERS`` from ``pelican_bugs`` and modify it.\nIf you need to alter how the links look, you can set ``BUG_LINK_TEMPLATE``.\nThe link template can use ``bug_url`` and ``bug_text`` keywords:\n\n.. code:: python\n\n # default template\n BUG_LINK_TEMPLATE = '{bug_text}'", "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/pmclanahan/pelican-list-bugs", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pelican-link-bugs", "package_url": "https://pypi.org/project/pelican-link-bugs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pelican-link-bugs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pmclanahan/pelican-list-bugs" }, "release_url": "https://pypi.org/project/pelican-link-bugs/0.2/", "requires_dist": null, "requires_python": null, "summary": "Automatically link bug tracker references.", "version": "0.2" }, "last_serial": 1127861, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0b5c0bf445c5240e853b636cd6ba5db5", "sha256": "bb4a8ad9754ac7219bf2fe8cb9e1eac123c20604d8b56b3231e257f4149dc63e" }, "downloads": -1, "filename": "pelican-link-bugs-0.1.tar.gz", "has_sig": false, "md5_digest": "0b5c0bf445c5240e853b636cd6ba5db5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2578, "upload_time": "2013-09-17T04:12:22", "url": "https://files.pythonhosted.org/packages/35/26/0126c3ddb6ef12cdc3e718a516dadb7f020ffc33930d1bd50f1c5178e796/pelican-link-bugs-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c4a115d96ddb87f964c57eb6f3e90413", "sha256": "6eeb537fdf9d57adc3c0d88ce68c884aa0945bb318ca3a5a8e727c956ec2b1ad" }, "downloads": -1, "filename": "pelican-link-bugs-0.2.tar.gz", "has_sig": false, "md5_digest": "c4a115d96ddb87f964c57eb6f3e90413", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2573, "upload_time": "2014-06-17T16:27:41", "url": "https://files.pythonhosted.org/packages/5a/05/494528ca646a5ba14e1b315d9d743609ea206deb83b7f975d311b2916518/pelican-link-bugs-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c4a115d96ddb87f964c57eb6f3e90413", "sha256": "6eeb537fdf9d57adc3c0d88ce68c884aa0945bb318ca3a5a8e727c956ec2b1ad" }, "downloads": -1, "filename": "pelican-link-bugs-0.2.tar.gz", "has_sig": false, "md5_digest": "c4a115d96ddb87f964c57eb6f3e90413", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2573, "upload_time": "2014-06-17T16:27:41", "url": "https://files.pythonhosted.org/packages/5a/05/494528ca646a5ba14e1b315d9d743609ea206deb83b7f975d311b2916518/pelican-link-bugs-0.2.tar.gz" } ] }