{ "info": { "author": "gocept ", "author_email": "mail@gocept.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only" ], "description": "================================\nThe gocept.bbissues distribution\n================================\n\nCollect open issues from multiple bitbucket or github repositories and generate\na nice html page or a file with json information about your projects.\n\nThis package is compatible with Python version 2.7.\n\nInstallation\n============\n\nInstall the package using PIP::\n\n $ pip install gocept.bbissues\n\n\nConfiguration\n=============\n\nYou have to provide a config file with the following content::\n\n [config]\n log = issues.log\n html_export_path = export.html\n json_export_path = export.json\n # The next line is optional it defaults to index.jj2 in the package\n template_path = template.jj2\n\n\n [bitbucket]\n # The owner always has to be provided. All projects by this owner \n # will be collected.\n owner = owner\n # Specific projects may be provided in the following way\n projects = owner:project1\n owner:project2\n\n [github]\n # The owner always has to be provided. All projects by this owner \n # will be collected.\n owner = owner\n # Specific projects may be provided in the following way\n projects = owner:project1\n owner:project2\n\n\nThe template will be rendered using jinja2, and could have the following content::\n\n {% for project in projects %}\n

{{project.name}}

\n {% for issue in project.issues %}\n

{{issue.title}}

\n
\n             {{issue.title}}\n             {{issue.content}}\n             {{issue.status}}\n             {{issue.created}}\n             {{issue.priority}}\n             {{issue.url}}\n             {{issue.author}}\n             
\n {% endfor %}\n {% endfor %}\n\n\nUsage\n=====\n\nCall it using::\n\n $ /bbissues --config \n\nIt saves the generated HTML to the file specified in config.\n\n\n\n==========================\nDeveloping gocept.bbissues\n==========================\n\n:Author:\n `gocept `_ \n\n:PyPI page:\n https://pypi.python.org/pypi/gocept.bbissues\n\n:Issues:\n https://bitbucket.org/gocept/gocept.bbissues/issues\n\n:Source code:\n https://bitbucket.org/gocept/gocept.bbissues\n\n:Current change log:\n https://bitbucket.org/gocept/gocept.bbissues/raw/tip/CHANGES.rst\n\n\n==============================\nChange log for gocept.bbissues\n==============================\n\n0.8.1 (2017-06-30)\n==================\n\n- Be more robust if the PRs or Issues are not available.\n\n- Add logging in case of an API error.\n\n\n0.8 (2016-07-07)\n================\n\n- Don't crash on generating html if unicode is in the comments.\n\n- Handle PullRequests from Github correctly.\n\n- Add assignee as a property to an item and use it in the standard template.\n\n\n0.7 (2016-02-03)\n================\n\n- Add time_rendered as a variable passed to the jinja2 template.\n\n- Add the count of comments to the issue/pullrequest and pass to template.\n\n- Read the owner from the config file and collect all projects from this owner.\n\n- Add new template that renders a table with filter options.\n\n- Export type (Issue, PullRequest) to JSON file.\n\n\n0.6 (2016-01-27)\n================\n\n- Save HTML to a file which is specified in config. Made path to JSON file\n configurable.\n\n\n0.5 (2016-01-26)\n================\n\n- Add JSON export for issues and pullrequest not older that `json_export_days`\n specified in config.\n\n\n0.4 (2016-01-14)\n================\n\n- Improve error handling.\n\n\n0.3 (2016-01-13)\n================\n\n- Don't pull closed tickets from Bitbucket. (#4)\n\n- Enhanced documentation.\n\n\n0.2 (2016-01-13)\n================\n\n- Add Github as issue source. (#3)\n\n\n0.1 (2015-04-08)\n================\n\ninitial release", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/gocept/gocept.bbissues/", "keywords": "", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "gocept.bbissues", "package_url": "https://pypi.org/project/gocept.bbissues/", "platform": "", "project_url": "https://pypi.org/project/gocept.bbissues/", "project_urls": { "Homepage": "https://bitbucket.org/gocept/gocept.bbissues/" }, "release_url": "https://pypi.org/project/gocept.bbissues/0.8.1/", "requires_dist": null, "requires_python": "", "summary": "Collect issues from multiple bitbucket repositories and generate a nice html page.", "version": "0.8.1" }, "last_serial": 2989388, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "501b709eb4dab5f7ef3e96500fe9fc8e", "sha256": "3298c5eed5cdf94df62209145b47f0b870c6cdbcdcd20ff788305a54d5ca0a03" }, "downloads": -1, "filename": "gocept.bbissues-0.1.zip", "has_sig": false, "md5_digest": "501b709eb4dab5f7ef3e96500fe9fc8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15771, "upload_time": "2015-04-08T09:33:01", "url": "https://files.pythonhosted.org/packages/14/91/b7ed95f443971df9781b93415af8859cb73b891fdf1c02a01d27959c87e1/gocept.bbissues-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cb867a99fc4caab97e6ffa8da8f2391d", "sha256": "e3f01465dfeeba29921f6d6ed69b969a2f698c2555bd12982ab03369a30583ad" }, "downloads": -1, "filename": "gocept.bbissues-0.2.zip", "has_sig": false, "md5_digest": "cb867a99fc4caab97e6ffa8da8f2391d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17790, "upload_time": "2016-01-13T10:06:59", "url": "https://files.pythonhosted.org/packages/f6/32/2d8adc56e85fc2062d9bf3fae041628a52a833a410facb318979a2e46fe9/gocept.bbissues-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "52379608aeed553e6b9993c8f9f5e7a5", "sha256": "a24136cf03c81eb99bea3dd708b344619831822c6c34ddd5c6c757c925d7071b" }, "downloads": -1, "filename": "gocept.bbissues-0.3.zip", "has_sig": false, "md5_digest": "52379608aeed553e6b9993c8f9f5e7a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18302, "upload_time": "2016-01-13T10:54:14", "url": "https://files.pythonhosted.org/packages/cd/cf/7c7b79eab60c0aedf6888f3882d07c637634243e60c437cb491010bd33de/gocept.bbissues-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "65a798451a4a057490a67a277c097f30", "sha256": "52c4c754d7fcf32a29b418e9b59715649443e6f7b46323a015460ad534b5c1a2" }, "downloads": -1, "filename": "gocept.bbissues-0.4.zip", "has_sig": false, "md5_digest": "65a798451a4a057490a67a277c097f30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18396, "upload_time": "2016-01-14T13:06:05", "url": "https://files.pythonhosted.org/packages/08/ca/13bb2cf082134742740a1096452820416da20ec481955c4aa54a03932847/gocept.bbissues-0.4.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "ae604b01af94618a510ad55ddfee8774", "sha256": "ef0f191e8c7e23b8361f213d9d7661e3638474c90e4ab6528d82dff0818e36a4" }, "downloads": -1, "filename": "gocept.bbissues-0.5.zip", "has_sig": false, "md5_digest": "ae604b01af94618a510ad55ddfee8774", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18838, "upload_time": "2016-01-26T09:01:01", "url": "https://files.pythonhosted.org/packages/08/57/7b021eaafe85f4ad2710e153e6e5f37977e58e8362321c96d31e043f19b2/gocept.bbissues-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "cb50f22bc8b9458015a2a30069c2777f", "sha256": "5483ac1ce7537791c4d524fa7f521000df8a16e6d6ae75a78e401eacc33bb364" }, "downloads": -1, "filename": "gocept.bbissues-0.6.zip", "has_sig": false, "md5_digest": "cb50f22bc8b9458015a2a30069c2777f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19248, "upload_time": "2016-01-27T13:10:40", "url": "https://files.pythonhosted.org/packages/71/a1/a9e082c29b1d8947b5042aa849121c1e7f096aed330d1eb8762f36131ae2/gocept.bbissues-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "59716df9d11d3f1cf8d797d805d5fe0f", "sha256": "d0a14994213cc69139e96854c0b2fa4e9b16adfb3bc7f5fd65d3020e3f665c0b" }, "downloads": -1, "filename": "gocept.bbissues-0.7.zip", "has_sig": false, "md5_digest": "59716df9d11d3f1cf8d797d805d5fe0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20693, "upload_time": "2016-02-03T12:39:42", "url": "https://files.pythonhosted.org/packages/65/b3/bdc6703ffafe9d296ab9adabec4f962640d0b3fac7138b35065be924a18f/gocept.bbissues-0.7.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "76aba786cc5acf762c4fdd448115c981", "sha256": "b31510dfadbe54edc129f55b9449a7f985c88b3ebee41962763a47d1cae1f8bf" }, "downloads": -1, "filename": "gocept.bbissues-0.8.tar.gz", "has_sig": false, "md5_digest": "76aba786cc5acf762c4fdd448115c981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23134, "upload_time": "2016-07-07T11:32:55", "url": "https://files.pythonhosted.org/packages/6f/87/d74fa7a53ed6040441c7fa1fc9dcc5ed0469661af951ae665a24dffcc69c/gocept.bbissues-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "bde4c593af79f0497ba5695be3e7c082", "sha256": "80f5dd474d81c6020ee26ad62ad7195d22b41a0576f2ea7d801758ec30cbdc75" }, "downloads": -1, "filename": "gocept.bbissues-0.8.1.tar.gz", "has_sig": false, "md5_digest": "bde4c593af79f0497ba5695be3e7c082", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23508, "upload_time": "2017-06-30T09:58:33", "url": "https://files.pythonhosted.org/packages/68/67/169ac8270efd645a1035b4012463852cbda16e2e2c184bfda2dad2d8ffda/gocept.bbissues-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bde4c593af79f0497ba5695be3e7c082", "sha256": "80f5dd474d81c6020ee26ad62ad7195d22b41a0576f2ea7d801758ec30cbdc75" }, "downloads": -1, "filename": "gocept.bbissues-0.8.1.tar.gz", "has_sig": false, "md5_digest": "bde4c593af79f0497ba5695be3e7c082", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23508, "upload_time": "2017-06-30T09:58:33", "url": "https://files.pythonhosted.org/packages/68/67/169ac8270efd645a1035b4012463852cbda16e2e2c184bfda2dad2d8ffda/gocept.bbissues-0.8.1.tar.gz" } ] }