Built: over 9 years ago
Rebuilt: over 9 years ago
Size: 8.46 KB
Repocop status:

Gear: http://git.altlinux.org/gears/P/PyrexDoc.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/P/PyrexDoc
Home page: http://www.freenet.org.nz/python/pyrexdoc/
License: Public domain
Summary: PyrexDoc - doco generator for Pyrex
Description:
Pyrex has to be one of the greatest pieces of software since Python
itself.
In case you don't yet know, Pyrex is a language that lets you mix Python
and C code and data types freely. For that unavoidable chore of writing
Python wrappers to C libraries, Pyrex makes this task vastly quicker and
easier than with tools like SWIG.
Pyrex has many many uses including:
* Easy creation of C library wrappers
* Huge speed gains, by writing time-critical code with C syntax and C datatypes
* All other situations where easy calling of C code is of help
The only problem with Pyrex is that the automatic documentation
generation tools, like epydoc, happydoc and pydoc, are unable to detect
functions, classes and class methods in Pyrex modules.
So, rather than hacking around inside any of these utilities, it worked
out quicker for me to write another documentation generator, especially
for Pyrex.
PyrexDoc is pretty basic, but generates perfectly usable documentation
by lifting docstrings out of built Pyrex modules.
List of contributors: ACL: List of rpms provided by this srpm:
- PyrexDoc
- Rebuild with Python-2.72010-02-16 Eugeny A. Rostovtsev 0.1-alt1
- Initial build for Sisyphus