Ports Search

Results 3,9613,970 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/rpyc-3.3.0 (Score: 0.0012383816)
Remote Python Call
RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local.
devel/docopt-0.6.2 (Score: 0.0012383816)
Pythonic argument parser, that will make you smile
docopt helps you: - define interface for your command-line app, and - automatically generate parser for it.
devel/glib-2.46.2 (Score: 0.0012383816)
Some useful routines of C programming (current stable version)
GLib provides a simple, abstract, and highly portable set of C support routines such as lists, trees, hashes, memory allocation, and much, much more. It is a foundation for writing portable applications.
devel/ToscaWidgets-0.9.12 (Score: 0.0012383816)
Python framework for building reusable web components
ToscaWidgets is a framework for building reusable web components. The system allows a web developer to use a complex widget in their application with ease - the internal complexity of the widget is hidden. This helps rapidly develop compelling web applications.
devel/aspyct-3.0 (Score: 0.0012383816)
Python library including an aspect-oriented programming (AOP) engine
Aspyct AOP engine allows you to perform evolved aspect oriented programming with Python, while remaining clear and simple.
devel/avro-1.8.1 (Score: 0.0012383816)
Data serialization system for python
Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
devel/Babel-2.3.4 (Score: 0.0012383816)
Collection of tools for internationalizing Python applications
Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
devel/blist-1.3.6 (Score: 0.0012383816)
Drop-in list replacement with better performance for large lists
The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types.
devel/librcc-0.2.12 (Score: 0.0012383816)
Library used by rusxmms for language autodetection
The Abilities of LibRCC Library =============================== * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK application with 3 lines of code. * Menu localization opportunity
devel/cheetah-2.4.4 (Score: 0.0012383816)
HTML template engine for Python
Cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group.