RSS 5 projects tagged "Python"

No download No website Updated 17 Jul 2012 RedisLive

Screenshot
Pop 19.13
Vit 17.55

RedisLive is a dashboard that allows you to visualize your Redis instances, and analyze query patterns and spikes.

Download No website Updated 26 Feb 2013 res

Screenshot
Pop 34.19
Vit 9.22

res is a tiny commandline HTTP client. It lets you easily interact with HTTP calls quickly within your terminal. It's built on top of the requests library and meant to be a commandline wrapper for requests.

No download Website Updated 28 Feb 2013 To Do Quick

Screenshot
Pop 30.48
Vit 9.05

To Do Quick is a very fast, simple, and basic GUI text editor with two features that help you manage your list of tasks. First, items can be prioritized by moving them up or down without cutting/pasting. Second, items can be marked "done", which timestamps them and moves them to the bottom of the list.

No download Website Updated 25 Oct 2012 dispy

Screenshot
Pop 76.45
Vit 2.47

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.68
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.

Screenshot

Project Spotlight

aTunes

An audio player and organizer.

Screenshot

Project Spotlight

CorneliOS

A virtual Web OS.