Ports Search

Results 7,1517,160 of 19,819 for %22HTTP Server%22.(0.008 seconds)
textproc/Tempita-0.5.2 (Score: 0.0012383816)
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/agate-1.4.0 (Score: 0.0012383816)
Data analysis library optimized for humans
agate is a Python data analysis library that is optimized for humans instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code. agate was previously known as journalism.
textproc/libxslt-1.1.29 (Score: 0.0012383816)
Python interface for XSLT C library for GNOME
Python interface for XSL Transformations (XSLT) library being developed for the GNOME project.
textproc/docutils-0.12 (Score: 0.0012383816)
Python Documentation Utilities
Utilities for the documentation of Python modules.
textproc/enchant-1.6.5 (Score: 0.0012383816)
Spellchecking library for Python based on the Enchant library
PyEnchant is a set of language bindings and some wrapper classes to make the excellent Enchant spellchecker available as a Python module. The bindings are generated using SWIG. It includes all the functionality of Enchant with the flexibility of Python and a nice 'Pythonic' object-oriented interface. It also aims to provide some higher-level functionality than is available in the C API.
textproc/Genshi-0.7 (Score: 0.0012383816)
Python toolkit for stream-based generation of output for the web
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
textproc/libtre-0.8.0 (Score: 0.0012383816)
Python interface for the tre regular expressions library
Libtre is an attempt to create a lightweight, robust, and efficient fully POSIX compliant regexp matching library. There is still some work left, but the results so far are promising. At the core of Libtre is a new algorithm for regular expression matching with submatch addressing. The algorithm uses linear worst-case time in the length of the text being searched, and quadratic worst-case time in the length of the used regular expression. In other words, the time complexity of the algorithm is O(M2N), where M is the length of the regular expression and N is the length of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice.
textproc/nltk-3.2.1 (Score: 0.0012383816)
Natural language toolkit written in python
NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, and an active discussion forum. Thanks to a hands-on guide introducing programming fundamentals alongside topics in computational linguistics, NLTK is suitable for linguists, engineers, students, educators, researchers, and industry users alike. NLTK is available for Windows, Mac OS X, and Linux. Best of all, NLTK is a free, open source, community-driven project. NLTK has been called "a wonderful tool for teaching, and working in, computational linguistics using Python" and "an amazing library to play with natural language".
textproc/openpyxl-2.3.5 (Score: 0.0012383816)
Python library to read/write Excel 2007 xlsx/xlsm files
OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
textproc/pygments-2.1.3 (Score: 0.0012383816)
Syntax highlighter written in Python
Pygments is a syntax highlighting package written in Python. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences * it is usable as a command-line tool and as a library