RSS 4090 projects tagged "Python"

No download Website Updated 25 Oct 2012 dispy

Screenshot
Pop 76.04
Vit 2.46

dispy is a Python framework for parallel execution of computations by distributing them across multiple processors in a single machine (SMP), or among many machines in a cluster or grid. The computations can be standalone programs or Python functions. dispy is well suited for the data parallel (SIMD) paradigm where a computation is evaluated with different (large) datasets independently (similar to Hadoop, MapReduce, Parallel Python). dispy features include automatic distribution of dependencies (files, Python functions, classes, modules), client-side and server-side fault recovery, scheduling of computations to specific nodes, encryption for security, sharing of computation resources if desired, and more.

No download Website Updated 12 Sep 2012 asyncoro

Screenshot
Pop 55.32
Vit 2.25

asyncoro is a Python framework for concurrent distributed network programming with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are socket I/O operations (non-blocking sockets), database cursors, sleep timers, and locking primitives. Programs developed with asyncoro have the same logic and structure as Python programs with threads, except for a few syntactic changes. It supports socket I/O notification mechanisms epoll, kqueue, /dev/poll (and poll and select, where necessary), and Windows I/O Completion Ports (IOCP) for high performance and scalability, and SSL for security. asyncoro features include remote execution of coroutines, coroutines monitoring other coroutines, coroutines communicating with messages, message channels etc., for concurrent, distributed, fault-tolerant programming.

Download Website Updated 01 Feb 2013 Barman for PostgreSQL

Screenshot
Pop 124.24
Vit 3.79

Barman (backup and recovery manager) for PostgreSQL is an administration tool for disaster recovery of PostgreSQL servers. It allows remote backups of multiple servers in business-critical environments and helps DBAs during the recovery phase. Barman's most-wanted features include backup catalogs, retention policies, remote recovery, archiving, and compression of WAL files and backups.

No download Website Updated 28 Jun 2012 GHydraulics

Screenshot
Pop 18.44
Vit 18.18

GHydraulics is a QGIS plugin which integrates EPANET for hydraulic analysis of water supply networks.

Download No website Updated 18 Apr 2013 repla

Screenshot
Pop 25.87
Vit 18.23

repla can turn any command into a shell. It does this by prepending the name of a command to each commandline before executing it. It can also add lists of arguments which are often needed, either prefixed or affixed to the commandline. It really shines with vcs or build commands, such as git, svn, hg, make, configure, etc.

Download No website Updated 25 Jun 2012 braille-converter

Screenshot
Pop 18.81
Vit 18.23

braille-converter converts English text to Braille according to the BANA standard for Grade 2 American Braille.

No download Website Updated 07 Feb 2013 pycms

Screenshot
Pop 25.22
Vit 18.27

pycms is a minimalist component-based Web Content Management System based on CherryPy. It has most of the goodies of Plone/Zope: Python instead of a PHP security mess, no MySQL can of worms, clean separation of code and content, and the ability to run nicely behind a Web server/cache/load balancer. In addition, it features plain text storage of all site contents and settings in JSON files, effortless theming, and a small memory footprint.

No download Website Updated 23 Jun 2012 planes

Screenshot
Pop 27.60
Vit 18.32

planes is a hierarchical surface framework for PyGame. It introduces a "Plane" class which extends PyGame's "Surface" functionality, offering a hierarchy of mouse-sensitive, draggable Surfaces that can be used as sprites, windows, icons, or other interactive elements. In addition, the planes.gui module uses planes to provide basic GUI elements like container, label, text box, option list, and button.

No download Website Updated 13 Jun 2012 err

Screenshot
Pop 27.96
Vit 18.56

err is a plugin-based XMPP chatbot designed to be easily deployable, extensible, and maintainable. It is written in Python, and is based on jabberbot and yapsy with some minor modifications to the first one. It has been tested with HipChat and Openfire, but should be compatible with any XMPP/Jabber servers. It can be set up so that a restricted list of persons have administration rights. Dynamic plugin architecture: the bot admin can install/uninstall/enable/disable plugins dynamically just by chatting with the bot. Supports MUCs (chatrooms). Can proxy and route one to one messages to MUC so it can enable simpler XMPP notifiers to be MUC compatible (such as the Jira XMPP notifier). It is easily extensible. It provides an an automatic persistence store per plugin, and a !help command that dynamically generates the documentation from the Python docstrings of the commands. Create a user for the bot on your private XMPP server or a public server like jabber.org. Optionally, you can create a MUC (also called a conference room or chatroom) in which you can interact with the bot.

No download Website Updated 08 Jun 2012 cidalert

Screenshot
Pop 13.71
Vit 18.70

cidalert displays desktop notifications for incoming calls on VOIP phones. It requires a VOIP phone with the ability to send actions to HTTP servers in response to incoming calls.

Screenshot

Project Spotlight

GNOME Terminator

An application to use multiple GNOME terminals in one window.

Screenshot

Project Spotlight

Remote Launcher Server

A tool to launch applications remotely on your PC via your Android device.