Collect issues from multiple bitbucket repositories and generate a nice html page.
Project description
================================
The gocept.bbissues distribution
================================
Collect open issues from multiple bitbucket repositories and generate a nice html page.
This package is compatible with Python version 2.7.
You have to provide a config file with the following content:
```
[config]
template_path = /path/to/template
log = /path/to/logfile
projects = your_project1
your_project2
```
The template will be rendered using jinja2, and could have the following content:
```
{% for project in projects %}
<h2>{{project.name}}</h2>
{% for issue in project.issues %}
<h3>{{issue.title}}</h3>
<pre>
{{issue.title}}
{{issue.content}}
{{issue.status}}
{{issue.created}}
{{issue.priority}}
{{issue.url}}
{{issue.author}}
</pre>
{% endfor %}
{% endfor %}
```
==========================
Developing gocept.bbissues
==========================
:Author:
`gocept <http://gocept.com/>`_ <mail@gocept.com>
:Online documentation:
https://pythonhosted.org/gocept.bbissues/
:PyPI page:
https://pypi-hypernode.com/pypi/gocept.bbissues
:Issues:
`report by e-mail <mail@gocept.com>`_
:Source code:
https://bitbucket.org/gocept/gocept.bbissues
:Current change log:
https://bitbucket.org/gocept/gocept.bbissues/raw-file/tip/CHANGES.txt
==============================
Change log for gocept.bbissues
==============================
0.1 (2015-04-08)
================
initial release
The gocept.bbissues distribution
================================
Collect open issues from multiple bitbucket repositories and generate a nice html page.
This package is compatible with Python version 2.7.
You have to provide a config file with the following content:
```
[config]
template_path = /path/to/template
log = /path/to/logfile
projects = your_project1
your_project2
```
The template will be rendered using jinja2, and could have the following content:
```
{% for project in projects %}
<h2>{{project.name}}</h2>
{% for issue in project.issues %}
<h3>{{issue.title}}</h3>
<pre>
{{issue.title}}
{{issue.content}}
{{issue.status}}
{{issue.created}}
{{issue.priority}}
{{issue.url}}
{{issue.author}}
</pre>
{% endfor %}
{% endfor %}
```
==========================
Developing gocept.bbissues
==========================
:Author:
`gocept <http://gocept.com/>`_ <mail@gocept.com>
:Online documentation:
https://pythonhosted.org/gocept.bbissues/
:PyPI page:
https://pypi-hypernode.com/pypi/gocept.bbissues
:Issues:
`report by e-mail <mail@gocept.com>`_
:Source code:
https://bitbucket.org/gocept/gocept.bbissues
:Current change log:
https://bitbucket.org/gocept/gocept.bbissues/raw-file/tip/CHANGES.txt
==============================
Change log for gocept.bbissues
==============================
0.1 (2015-04-08)
================
initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gocept.bbissues-0.1.zip
(15.8 kB
view hashes)