Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第7,0017,010项(搜索用时0.006秒)
textproc/xmlpatterns-4.11.4 (Score: 0.004186276)
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.004186276)
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.004186276)
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.004186276)
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.004186276)
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.004186276)
Sphinx/BitBucket integration
This module adds custom roles to Sphinx for linking to resources on BitBucket projects.
textproc/rtfreader-1.0 (Score: 0.004186276)
一个便携的 application/ms-rtf 解析器
RTF 是微软的富文本格式,一个更便携、主要是ASCII的格式化语言,它由像微软 Word 字处理软件导出。这些文件一般具有扩展名 .rtf,但偶尔也用 .doc 扩展 名。这个解析器是从微软规范移植到 Unix 系统的。 - jim <jim@FreeBSD.org>
textproc/qprint-1.1 (Score: 0.004186276)
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.004186276)
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.004186276)
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