Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第10,13110,140项(搜索用时0.009秒)
textproc/excelerator-0.6.4.1 (Score: 0.0010835839)
生成 Excel 97/2000/XP/2003 文件的 Python 库
pyExcelerator 是一个 Python 库,能生成 Excel 97+ 文件和导入 Excel 95+ 文件。 在 Excel 文件中支持 Unicode 并能使用多种格式化功能和打印选项。可以导出 Excel 和 OLE2 复合文件。
textproc/feedparser-5.2.1 (Score: 0.0010835839)
Universal feed parser written in Python
Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds. Universal Feed Parser is easy to use; the module is self-contained in a single file, feedparser.py, and it has one primary public function, parse. parse takes a number of arguments, but only one is required, and it can be a URL, a local filename, or a raw string containing feed data in any format.
textproc/paragrep-3.1.3 (Score: 0.0010835839)
Paragraph Grep Utility
paragrep is a paragraph grep utility. It searches for a series of regular expressions in a text file (or several text files) and prints out the paragraphs containing those expressions.
textproc/hunspell-2.10 (Score: 0.0010835839)
Dutch hunspell dictionaries
Dutch hunspell dictionaries
textproc/wordnet-2.0.1 (Score: 0.0010835839)
Python Interface to WordNet
PyWordNet is a Python interface to the WordNet database of word meanings and lexical relationships. (A lexical relationship is a relationship between words, such as synonym, antonym, hypernym ("poodle" -> "dog"), and hyponym ("poodle" -> "dog").
textproc/rstyoutube-0.1.1 (Score: 0.0010835839)
Embed YouTube videos in reStructuredText documents
rstyoutube is a package for embedding YouTube videos in reStructuredText documents.
textproc/sparqlwrapper-1.7.6 (Score: 0.0010835839)
SPARQL endpoint interface to Python
This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.
textproc/ripole-0.2.2 (Score: 0.0010835839)
Small program designed to pull attachments out of OLE2 documents
ripOLE is a small program/library designed to pull out attachments from OLE2 data files (ie, MS Office documents). ripOLE is BSD licenced meaning that commercial projects can also use the code without worrying about licence costs or legal liabilities. Currently, ripOLE is in a development phase. It can extract some files from Microsoft Office documents. Ultimately, what ripOLE should be able to do is convert any embedded content in MS Office files back into its original format (JPEG, arbitary files, movies etc).
Sphinx extension to include program output
A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.
textproc/whoosh-2.7.2 (Score: 0.0010835839)
Featureful full-text indexing and searching in Python
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Programmers can use it to easily add search functionality to their applications and websites. Every part of how Whoosh works can be extended or replaced to meet your needs exactly. Some of Whoosh's features include: - Pythonic API. - Pure-Python. No compilation or binary packages needed, no mysterious crashes. - Fielded indexing and search. - Fast indexing and retrieval -- faster than any other pure-Python, scoring, full-text search solution I know of. - Pluggable scoring algorithm (including BM25F), text analysis, storage, posting format, etc. - Powerful query language. - Pure Python spell-checker (as far as I know, the only one).