Ports Search

Results 4,3214,330 of 5,161 for /ports-mgmt/.(0.007 seconds)
textproc/xlwriter-0.4a3 (Score: 0.006224396)
Python library for generating Excel-compatible spreadsheets
pyXLWriter is a Python library for generating Excel-compatible spreadsheets. It's a port of John McNamara's Perl Spreadsheet::WriteExcel module (see http://www.cpan.org) to Python.
textproc/rxp-0.9 (Score: 0.006224396)
Fast validating XML parser for Python
RXP is a very fast validating XML parser written by Richard Tobin of the University of Edinburgh. It complies fully with the W3C test suites (although we have compiled it without Unicode support for the time being). pyRXP is a wrapper around this which constructs a lightweight in-memory "tuple tree" in a single call. This structure is the lightest one we could define in Python, and it is constructed entirely in C code, resulting in unprecedented speed. It is a core part of ReportLab's forthcoming XML toolkit, which aims to offer simple, fast and pythonic tools for common XML processing tasks.
textproc/syck-0.61.2 (Score: 0.006224396)
Python binding for Syck, a YAML parser and emitter
Python binding for Syck, which, according is, according to the web site: Syck is an extension for reading and writing YAML swiftly in popular scripting languages. As Syck loads the YAML, it stores the data directly in your language's symbol table. This means speed. This means power. This means Do not disturb Syck because it is so focused on the task at hand that it will slay you mortally if you get in its way.
textproc/rman-3.2 (Score: 0.006224396)
Reverse compile man pages from formatted form
PolyglotMan takes formatted man pages from most of the popular flavours of UN*X and transforms them into any of a number of source formats. It can produce ASCII-only, section headers-only, TkMan, [tn]roff, Ensemble, SGML, HTML, LaTeX, RTF, Perl 5 POD.
textproc/rtfreader-1.0 (Score: 0.006224396)
Portable application/ms-rtf parser
RTF is the Microsoft Richtext Format, a more portable, mostly-ASCII formatting language that is exported by word processors like MS Word. These files generally have the extension .rtf, but occassionally have .doc extensions as well. This parser is from the Microsoft spec, "ported" to Unix systems.
textproc/rubber-1.1 (Score: 0.006224396)
Wrapper for LaTeX and friends
Rubber is a program whose purpose is to handle all tasks related to the compilation of LaTeX documents. This includes compiling the document itself, of course, enough times so that all references are defined, and running BibTeX to manage bibliographic references. Automatic execution of dvips to produce PostScript documents is also included, as well as usage of pdfLaTeX to produce PDF documents.
textproc/texttable-0.8.4 (Score: 0.006224396)
Module for creating simple ASCII tables
texttable is a module to generate a formatted text table, using ASCII characters.
textproc/TVGrab-0.5.1 (Score: 0.006224396)
Library to write grabbers of tv scheduling collections
[ excerpt from developer's www site ] PyTVGrab is a xmltv grabber collection which contains several grabbers written in python that share a common library.
textproc/zpt-2.5 (Score: 0.006224396)
Zope-less version of Zope Page Templates
Zope Page Templates is a Python package that implements Page Templates like in Zope, but works outside of Zope. In fact, you don't need to install any part of Zope to use them. This means that you can use the elegance and ease of page templates in your own web applications, reporting frameworks, documentation systems, etc.
textproc/py2html-0.7 (Score: 0.006224396)
Python Highlighter for HTML
Py2html is a console/CGI library that beautifies python source files.