./wip/py-pweave, Scientific reports with embedded python computations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.20.1, Package name: py310-pweave-0.20.1, Maintainer: jihbed.research

Pweave is a scientific report generator and a literate programming tool
for Python. Pweave can capture the results and plots from data analysis and
works well with numpy, scipy and matplotlib. Pweave is inspired by Sweave,
an excellent tool for R programmers, and the syntax is mostly compatible with
it. Pweave supports reST, Sphinx, Latex, and Pandoc markdown markups.

Pweave uses the noweb syntax for separating code from documentation, but it
also supports ERB style evaluation of inline code. Pweave is able to weave a
python code between <<>>= and @ blocks and include the results and capture
matplotlib plots in the document. Inline code in documentation chunks is marked
using <% %> (code will be evaluated in place) and <%= %> (result of expression
will be printed) tags. Pweave is good for creating reports and tutorials.
t can also be used to make websites together with Sphinx or rest2web.


Required to run:
[graphics/py-matplotlib] [devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 8c347b912aeb55c2dfd2587d9242661650a363af
Filesize: 10.228 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-12-29 23:08:13 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py27-pweave-0.20.1 as wip/py-pweave.

Pweave is a scientific report generator and a literate programming tool
for Python. Pweave can capture the results and plots from data analysis and
works well with numpy, scipy and matplotlib. Pweave is inspired by Sweave,
an excellent tool for R programmers, and the syntax is mostly compatible with
it. Pweave supports reST, Sphinx, Latex, and Pandoc markdown markups.

Pweave uses the noweb syntax for separating code from documentation, but it
also supports ERB style evaluation of inline code. Pweave is able to weave a
python code between <<>>=  and @ blocks and include the results and \ 
capture
matplotlib plots in the  document. Inline code in documentation chunks is marked
using <% %> (code will be evaluated in place) and <%= %> (result of \ 
expression
will be printed) tags. Pweave is good for creating reports and tutorials.
t  can also be used to make  websites together with Sphinx or rest2web.