Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25212 > unrolled thread

Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

Started byRodrick Brown <rodrick.brown@gmail.com>
First post2012-07-12 08:50 -0400
Last post2012-07-12 08:50 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator Rodrick Brown <rodrick.brown@gmail.com> - 2012-07-12 08:50 -0400

#25212 — Re: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator

FromRodrick Brown <rodrick.brown@gmail.com>
Date2012-07-12 08:50 -0400
SubjectRe: ANN: PollyReports 1.5 -- Band-oriented PDF Report Generator
Message-ID<mailman.2037.1342097458.4697.python-list@python.org>
On Jul 11, 2012, at 8:44 PM, Simon Cropper
<simoncropper@fossworkflowguides.com> wrote:

> On 12/07/12 00:06, Chris Gonnerman wrote:
>> I've held off announcing this until I was sure it was really stable;
>> it's been 19 days since I made the last change to it, so here goes.
>> PollyReports is my Python module for report generation. It is designed
>> to be, quite literally, the "simplest thing that can possibly work" in
>> the field of PDF generation from a database record set.  There is a
>> somewhat vague resemblance to GeraldoReports; I had problems with
>> Geraldo's pagination which led me to develop PollyReports in a brief
>> flurry of intense activity.
>>
>> It's on PyPI: http://pypi.python.org/pypi/PollyReports
>> and on Github: https://github.com/Solomoriah/PollyReports
>> and I have a blog where I talk about it (like anyone cares):
>> http://opensource.gonnerman.org/?cat=4
>
> "I've noticed that acceptance of a new software module or package for developers in the Open Source/Free Software world is greatly affected by the availability of a good tutorial. I mean, it seems obvious, doesn't it? But I've also noticed that the original author of a project rarely writes a good tutorial." http://packages.python.org/PollyReports/tutorial.html
>

The author has made the code available on Git Hub so you can easily
contribute. Simple python classes and modules tend to be light on
providing examples or tutorials when the docstrings may be sufficient
for most.

> Well I thought it was a good tutorial. It certainly empowers me with enough confidence to give it a try.
>
> That said... with more than a passing interest in software and content licensing I looked at how the work was licensed. A none-standard license like this makes most people stop and think "will this be a problem if I use this in my work?" How compatible is your license with the main software licenses currently available?
>

The BSD license has been around for many years even before GPL and
it's quite popular amongst the anti GNU crowd. I'm not sure what you
mean by non standard license?  Is because it's none GPL?

The BSD license is actually the most liberal open source license
format available when looking to integrate open source applications
into commercials ones. You're free to do as you will without tainting
your software or providing your modifications you've made.

> --
> Cheers Simon
>
>   Simon Cropper - Open Content Creator
>
>   Free and Open Source Software Workflow Guides
>   ------------------------------------------------------------
>   Introduction               http://www.fossworkflowguides.com
>   GIS Packages           http://www.fossworkflowguides.com/gis
>   bash / Python    http://www.fossworkflowguides.com/scripting
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web