Ports Search

Results 12,94112,950 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/PyProtocols-1.0.a0.r2302 (Score: 9.2878623E-4)
Protocol Definition, Declaration, and Adaptation for Python
This package builds on the object adaptation protocol presented in PEP 246 to make it easier for component authors, framework suppliers, and other developers to: * Specify what behavior a component requires or provides * Specify how to adapt the interface provided by one component to that required by another * Specify how to adapt objects of a particular type or class (even built-in types) to a particular required interface * Automatically adapt a supplied object to a required interface, and * Do all of the above, even when the components or frameworks involved were not written to take advantage of this package, and even if the frameworks have different mechanisms for defining interfaces.
devel/ccons-r251 (Score: 9.2878623E-4)
Interactive Console for the C Programming Language
The goal of the ccons project is to create an interactive console for the C programming language, similar to "python" and "irb" for Python and Ruby respectively.
devel/pyopencl-2015.1 (Score: 9.2878623E-4)
Python wrapper for OpenCL
PyOpenCL gives you easy, Pythonic access to the OpenCL parallel computation API. What makes PyOpenCL special? - Object cleanup tied to lifetime of objects. This idiom, often called RAII in C++, makes it much easier to write correct, leak- and crash-free code. - Completeness. PyOpenCL puts the full power of OpenCL's API at your disposal, if you wish. Every obscure get_info() query and all CL calls are accessible. - Automatic Error Checking. All errors are automatically translated into Python exceptions. - Speed. PyOpenCL's base layer is written in C++, so all the niceties above are virtually free. - Helpful Documentation. - Liberal license. PyOpenCL is open-source under the MIT license and free for commercial, academic, and private use.
devel/dbus-1.2.0 (Score: 9.2878623E-4)
Python3 bindings for the D-BUS messaging system
Python bindings for the D-BUS interprocess messaging system.
devel/pytools-2016.1 (Score: 9.2878623E-4)
Collection of tools for Python
Pytools is a big bag of things that are "missing" from the Python standard library. This is mainly a dependency of my other software packages, and is probably of little interest to you unless you use those. If you're curious nonetheless, here's what's on offer: - A ton of small tool functions such as len_iterable, argmin, tuple generation, permutation generation, ASCII table pretty printing, GvR's mokeypatch_xxx() hack, the elusive flatten, and much more. - Michele Simionato's decorator module. - A time-series logging module, pytools.log. - Batch job submission, pytools.batchjob. - A lexer, pytools.lex.
devel/python-magic-0.4.10 (Score: 9.2878623E-4)
File type identification using libmagic
This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output.
devel/assistant-4.11.4 (Score: 9.2878623E-4)
Python bindings for the Qt4 toolkit, QtAssistant module
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtAssistant module.
devel/core-4.11.4 (Score: 9.2878623E-4)
Python bindings for the Qt4 toolkit, QtCore module
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtCore module.
devel/dbus-4.11.4 (Score: 9.2878623E-4)
Python bindings for the Qt4 toolkit, QtDBus module
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the D-BUS module.
devel/dbussupport-4.11.4 (Score: 9.2878623E-4)
Qt event loop support for dbus-python
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides Qt event loop support for dbus-python.