Ports Search

Results 12,98112,990 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/statgrab-0.7 (Score: 9.2878623E-4)
Set of Python bindings for libstatgrab
pystatgrab contains a set of python bindings for the libstatgrab library.
devel/sysv_ipc-0.7.0 (Score: 9.2878623E-4)
System V IPC for Python
Sysv_ipc gives Python programs access to System V semaphores, shared memory and message queues.
devel/terminable_thread-0.7.1 (Score: 9.2878623E-4)
Thread subclass / raise exceptions or terminate from another thread
Provides a subclass of Thread with facilities to raise an exception in the thread or terminate the thread from another thread. terminable_thread provides a subclass of threading.Thread, adding the facility to raise exceptions in the context of the given thread. This facility is incorporated in the terminable_thread.Thread methods raise_exc, which raises an arbitrary exception, and terminate, which raises SystemExit. This is not done in an entirely robust manner, and there may be unreported issues with it. It uses the unexposed PyThreadState_SetAsyncExc function (via ctypes) to raise an exception for the given thread.
devel/ydbf-0.0.1 (Score: 9.2878623E-4)
Yelded DBF reader/writer for Python
YDbf is a library for reading/writing DBF-files (aka XBase) in pythonic way.
devel/pycount-0.0.6 (Score: 9.2878623E-4)
Initial effort to Python code metrics
pycount helps you with a simple analysis of Python code, categorizing it into comments, doc strings, blank lines and real code. It creates simple lines counts for individual or multiple files, but can also be used to strip comments from a source file, say. See a sample output of pycount running on itself in verbose mode.
devel/dbus-1.2.0 (Score: 9.2878623E-4)
Common files for the Python bindings for the D-BUS messaging system
Python bindings for the D-BUS interprocess messaging system.
devel/pyside-1.2.2 (Score: 9.2878623E-4)
Python bindings for the Qt applications and UI framework
PySide is Python library to create cross-platform graphical user interfaces by providing access to the underlying Qt framework. PySide and its complete generation toolchain is available under LGPL license. This allows developers to create Qt and Qt Quick applications in Python programming language at no cost.
devel/tdl-1.5.2 (Score: 9.2878623E-4)
To-do list manager
A small program for managing a to-do list. There can be one to-do database per directory, or per tree of directories. Tasks are in a tree structure (ie: one task can be a sub-task of another task). Reports can also be generated to summarize tasks completed in a certain time period.
devel/qdevelop-0.28 (Score: 9.2878623E-4)
Development environment entirely dedicated to Qt 4
QDevelop is a development environment entirely dedicated to Qt4. QDevelop is not a Kdevelop like or reduced. It's an independent IDE dedicated to Qt and is totally independent of KDevelop. Less complete, but faster, light and especially multi-platforms. QDevelop and KDevelop have different code sources.
devel/designerplugin-qt5-2.9.1 (Score: 9.2878623E-4)
Qt5 Designer plugin for QScintilla2
The Qt Designer plugin allows QScintilla2 instances to be included in GUI designs just like any other Qt4 widget.