Hi,
I've written a small Julia package for generating reports 
https://github.com/mpastell/JuliaReport.jl. It is based on my other project 
Pweave <https://github.com/mpastell/Pweave> for Python reports. Here a 
small example of output: 
https://github.com/mpastell/JuliaReport.jl/raw/master/examples/julia_sample.pdf.
 


This is the very first version, and my first "proper" Julia module, but it 
works quite well. Document parsing and output formatting are done using 
Pweave so there is not that much Julia code in it. 

I'm posting this here to know if this is something people are interested in 
it and looking for some feedback. So if think it's something you need give 
it a try. 

You'll need PyCall and PyPlot to use it as well as Pweave from Github. 

Best,
Matti
http://mpastell.com

Reply via email to