Ports Search

Results 7,3917,400 of 8,048 for /www/.(0.005 seconds)
devel/gamin-0.1.10 (Score: 0.009869938)
Python interface to the Gamin file monitoring system
Python interface to the Gaim file and directory monitoring system.
devel/generate-2.6 (Score: 0.009869938)
Python module to implement generate
This module adds the functionality from generate to Python.
devel/aspects-1.3 (Score: 0.009869938)
Lightweight aspect oriented programming library for Python
aspects is a lightweight approach to aspect oriented programming (AOP) in Python.The aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first.
devel/eris-1.3.23 (Score: 0.009869938)
WorldForge client entity library
Eris, the WorldForge client entity library is designed to simplify client development (and avoid duplicating effort) by providing a common framework to deal with server communications.
devel/log4py-1.3 (Score: 0.009869938)
Python logging module
log4py is a logging module for python, similar to log4j
devel/interface-1.3 (Score: 0.009869938)
Python implementation of an Erlang node
The Py-Interface is a python-implementation of an Erlang node. The py_interface provides the possibility to create a node that may be used for communication with other Erlang nodes. Some characteristics: o The Python nodes are hidden, like the Java nodes o The Python node supports - registering the Python node in the epmd - sending and receiving message - executing remote procedure calls (the rpc:call(M,F,A) mechanism) o The Python node does currently not do: - linking - tracing o The Python node translates Erlang types to Python types as far as there is a reasonable Python counterpart. If there is not, then a class is used. o The Python node is a single threaded callback-driven process. o The Python node runs on Python 2.5 and Erlang R12. It may well still work with older version of both Python and Erlang. Development started on Python 1.5 and Erlang R7.
devel/notify-0.1.1 (Score: 0.009869938)
python bindings for libnotify
A python bindings for libnotify. The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time.
devel/utils-0.4.0 (Score: 0.009869938)
General utility modules that simplify common programming in Python
The Voidspace Pythonutils package is a simple way of installing the Voidspace collection of modules. These are currently: ConfigObj 4.4.0 - Easy config file reading/writing validate 0.2.3 - Validation and type conversion system StandOut 3.0.0 - Simple logging and output control object pathutils 0.2.5 - For working with paths and files cgiutils 0.3.5 - CGI helpers urlpath 0.1.0 - Functions for handling URLs odict 0.2.1 - Ordered Dictionary Class Several of the Voidspace Projects depend on these modules. They are also useful in their own right of course. They are primarily general utility modules that simplify common programming tasks in Python.
devel/period-0.5 (Score: 0.009869938)
Basic time period checking library
This is an early version of a basic time period checking library for Python. It is in part inspired by perl's Time::Period module and the time class mechanism of Cfengine.
devel/phpserialize-0.4 (Score: 0.009869938)
Python implementation of PHP's native serialize() and unserialize()
This is a python implementation of PHP's native serialize() and unserialize() functions.