liblog-dispatch-configurator-any-perl

configurator implementation with Config::Any

Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to configure Log::Dispatch objects with configuration files. Somewhat like a lite version of log4j and Log::Log4perl it allows multiple log destinations. The standard configuration file format for Log::Dispatch::Config is AppConfig.

libcorona-perl

Coro based PSGI web server

Corona is a Coro based Plack web server. It uses Net::Server::Coro under the hood, which means there are coroutines (threads) for each socket, active connections and a main loop.

python-xtermcolor

Python module to print coloured text on terminals

This module provides a simple API to print in color on terminals, it can accept RGB and ANSI colors, and can use 256 colors.

libgoo-canvas-perl

Perl interface to the GooCanvas

GTK+ doesn't have a builtin canvas widget. Goo::Canvas fills that gap. It is easy to use and has powerful and extensible ways to create items in canvases.

python-pqueue

a priority queue extension for Python

This C extension implements a priority-queue object using a Fibonacci heap as the underlying data structure. It supports insertion, deletion, and reprioritization of entries.

python-falcon

supersonic micro-framework for building cloud APIs - Python 2.x

Falcon is a high-performance Python framework for building cloud APIs. It encourages the REST architectural style, and tries to do as little as possible while remaining highly effective.