python-async

framework to process interdependent tasks in a pool of workers

Async is one more attempt to make the definition and execution of asynchronous interdependent operations easy. For that to work, you may define tasks which communicate with each other by channels. Channels transfer items, which is very similar to bytes flowing through pipes uses in inter-process communication. Items will only be generated on demand, that is when you read from the respective output channel.

python-migrate

Database schema migration for SQLAlchemy - Python 2.7

Inspired by Ruby on Rails' migrations, migrate provides a way to deal with database schema changes in SQLAlchemy projects.

covered

Verilog code coverage analysis tool

Covered is a Verilog code coverage utility that reads in a Verilog design and a generated VCD/LXT dumpfile from that design and generates a coverage file that can be merged with other coverage files or used to create a coverage report. Covered also contains the GUI coverage report utility that reads in a coverage file to allow interactive coverage discovery. Areas of coverage measured by Covered are: line, toggle, memory, combinational logic, FSM state/state-transition and assertion coverage.

libkohana3.1-mod-image-php

swift, secure, and small PHP 5 framework, image module

Kohana is a web application framework for PHP 5 that implements Hierarchical Model View Controller (HMVC). It was designed to be secure, lightweight, and easy to use.

libui-gxmlcpp5v5

High-level C++ wrapper library for libxml2/libxslt (run time)

"ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and libxslt. It might be a choice for if your needs are some subset of:

python-scikits.statsmodels

transitional compatibility package for statsmodels migration