Looking for a reports module/project

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Purser

    #1

    Looking for a reports module/project

    Hello,

    I'm working on a script to gather data from our servers and then present
    the data as part of daily maintenance. Pretty straight forward stuff.
    However one of the limitations of an earlier design was presentation of
    the data so I'm working to make this version's report much clearer. I
    hate to cut a bunch of single purpose code. Before I wander down this
    road too far I thought I'd ask if anyone else has found a good module or
    project for writing simple text reports with python.

    Thanks for the recommendations .

    John Purser

  • hg

    #2
    Re: Looking for a reports module/project

    John Purser wrote:
    Hello,
    >
    I'm working on a script to gather data from our servers and then present
    the data as part of daily maintenance. Pretty straight forward stuff.
    However one of the limitations of an earlier design was presentation of
    the data so I'm working to make this version's report much clearer. I
    hate to cut a bunch of single purpose code. Before I wander down this
    road too far I thought I'd ask if anyone else has found a good module or
    project for writing simple text reports with python.
    >
    Thanks for the recommendations .
    >
    John Purser
    >

    wxPython and htmlgen

    Comment

    Working...