Ports Search

Results 10,13110,140 of 19,819 for %22HTTP Server%22.(0.008 seconds)
textproc/excelerator-0.6.4.1 (Score: 0.0010835839)
Python library for generating Excel 97/2000/XP/2003 files
pyExcelerator is a Python library that can generate Excel 97+ files and import Excel 95+ files. It supports Unicode in Excel files, and can use a variety of formatting features and printing options. It can dump Excel and OLE2 compound files.
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).