My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 127
= TwistedGWT = This is TwistedGWT, a small package for Twisted that allows you to write server-side RPC code to use with GWT RPC. == Introduction == TwistedGWT is highly integrated with Twisted and Zope3 interfaces, and use functionality from both packages to let the developer focus on ...
This extension module is written in pure python and takes advantage of parallel processing using processes instead of system threads. It provides a bidirectional pipe between the parent and the child processes via a common protocol, based on twisted's spawnProcess(). Also, it provides a powerf...
Simple proxy API for control your Nabaztag|Nabaztag:tag with Python. Exemple : ---- {{{ #-*- encoding:iso8859-1 -*- from twisted.internet import reactor from nabazpy import NabazPy SN = "XXXXXX" TOKEN = "XXXXXX" def sendMessageCallback(result): print result if __name__ ==...
#summary Installation = This is DOT(Django On Twisted) = Normally, django runs on Apache web server as production server or `runserver` feature in django for development, but under Apache, it takes too much time to (re)start and is difficult to combine other python-based network applications...
PNDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balancing. {{{ 1. PNFS 2. PNWS 3. Mogilefs install 4. PNDFS Database 5. Memcache }}}
= #django !DjangoBot = The #django IRC channel has bot that aides everyone with some pretty basic tasks. It takes the identify of the nickname *!DjangoBot*. It is currently written using the [http://twistedmatrix.com/trac/ Twisted] networking library. It is written and maintained by [http://djang...
== About Pymodbus == Pymodbus is a full Modbus protocol implementation using twisted for its communications core. It is currently supports the following : ** Client Features ** * Can perform single get/set on discrete and registers * Can perform multiple get/set on discrete and registe...
= TetsuBot = TetsuBot is an IRC bot framework written in [http://www.python.org/ Python]. It uses the [http://twistedmatrix.com/trac/ Twisted] event-driven networking engine. Presently, TetsuBot is still under development. == Goals == * Modular nature where plugins can be loaded and unload...
=Motivation= Twisted provides excellent support for creating delayed calls and looping calls, but when a daemon runs for extended periods of time, it is often necessary to schedule tasks to run in a manner that would be more easily described by a schedule instead of a number of seconds delay. The...
pyshd a possible backend for your iPhone application if you plan on using Push Notifications. The core is optimized for very high throughput (thanks to twisted). Perfect usage scenario: You'd like to "broadcast" messages to all your clients. Several APIs exist to communicate with the core. ...
1 2 3 4 5 6 7 8 9 10 Next