Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第11,14111,150项(搜索用时0.01秒)
textproc/XML-Writer-0.625 (Score: 7.3261835E-5)
Simple Perl module for writing XML documents
XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly, and by default, it also performs a significant amount of well-formedness checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
textproc/XML-SimpleObject-0.53 (Score: 7.3261835E-5)
API for accessing the structure of an XML document
This is a small and simple package that takes the output of XML::Parser as a tree, and gives simple methods for accessing the structure of an XML document. It is very lightweight, but provides the simplest access to an XML document possible. It does not subclass XML::Parser; rather, it is meant to serve purely as an object struct for an outgoing tree.
textproc/XML-Stream-1.24 (Score: 7.3261835E-5)
XML::Stream provides you with access to XML Stream
XML::Stream This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers. For more information about XML Streams, and the group that created them, please visit:
textproc/YAPE-Regex-4.00 (Score: 7.3261835E-5)
Yet Another Parser/Extractor for Regular Expressions
This module is yet another (?) parser and tree-builder for Perl regular expressions. It builds a tree out of a regex, but at the moment, the extent of the extraction tool for the tree is quite limited. However, the tree can be useful to extension modules.
textproc/YAML-1.14 (Score: 7.3261835E-5)
YAML implementation in Perl
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification, http://www.yaml.org/spec/ YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification. -Anton
textproc/Horde_Xml_Element-2.0.4 (Score: 7.3261835E-5)
Horde Xml Element object
This package provides an element object that can be used to provide SimpleXML-like functionality over a DOM object. The main advantage over using SimpleXML is the ability to add multiple levels of new elements in a single call, without introducing "ghost" objects.
textproc/pure-xml-0.7 (Score: 7.3261835E-5)
Pure language interface for libxml2 and libxslt
This is a port of Q's XML module, which also includes support for XSLT. The module provides a simplified interface to the Gnome libxml2 and libxslt libraries, and supplies all the necessary data structures and operations to inspect, create, modify and transform XML documents with ease.
textproc/weka-3.8.0 (Score: 7.3261835E-5)
Data Mining Software in Java
Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.
textproc/Tempita-0.5.2 (Score: 7.3261835E-5)
Small text templating language
Tempita is a small templating language for text substitution. This isn't meant to be the Next Big Thing in templating; it's just a handy little templating language for when your project outgrows string.Template or % substitution. It's small, it embeds Python in strings, and it doesn't do much else.
textproc/et_xmlfile-1.0.1 (Score: 7.3261835E-5)
Implementation of lxml.xmlfile for the standard library
et_xmlfile is a low memory library for creating large XML files. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. It was developed initially for the openpyxl project but is now a standalone module.