Ports Search

Results 7,0017,010 of 8,048 for /www/.(0.005 seconds)
textproc/xmlpatterns-4.11.4 (Score: 0.011843925)
Python bindings for the Qt4 toolkit, QtXmlPatterns module
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtXmlPatterns module.
textproc/xml-5.5.1 (Score: 0.011843925)
Python bindings for the Qt5 toolkit, QtXml module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtXml module.
textproc/xmlpatterns-5.5.1 (Score: 0.011843925)
Python bindings for the Qt5 toolkit, QtXmlPatterns module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtXmlPatterns module.
textproc/rxp-0.9 (Score: 0.011843925)
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.011843925)
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/sphinxcontrib-bitbucket-1.0 (Score: 0.011843925)
Sphinx/BitBucket integration
This module adds custom roles to Sphinx for linking to resources on BitBucket projects.
textproc/rtfreader-1.0 (Score: 0.011843925)
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/qprint-1.1 (Score: 0.011843925)
Encode and decode Quoted-Printable files
The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1521 and successors) defines a mechanism for encoding text consisting primarily of printable ASCII characters, but which may contain characters (for example, accented letters in the ISO 8859 Latin-1 character set) which cannot be encoded as 7-bit ASCII or are non-printable characters which may confuse mail transfer agents.
textproc/redet-8.26 (Score: 0.011843925)
Visual regexp development and execution
Redet allows the user to construct regular expressions and test them against input data by executing any of a variety of search programs, editors, and programming languages that make use of regular expressions. When a suitable regular expression has been constructed it may be saved to a file. redet stands for Regular Expression Development and Execution Tool. For each program, a palette showing the available regular expression syntax is provided. Selections from the palette may be copied to the regular expression window with a mouse click. Users may add their own definitions to the palette via their initialization file. Redet also keeps a list of the regular expressions executed, from which entries may be copied back into the regular expression under construction. The history list is saved to a file and restored on startup, so it persists across sessions. So long as the underlying program supports Unicode, redet allows UTF-8 Unicode in both test data and regular expressions
textproc/escape-0.2 (Score: 0.011843925)
Ruby library provides HTML/URI/shell escaping functions
Ruby escape - HTML/URI/shell escaping utilities Features: - several escaping/composing functions * HTML text * HTML attribute value * URI path * shell command line - dedicated classes for escaped strings - escape and compose strongly related strings at once