python-pyfaidx

efficient random access to fasta subsequences for Python

Samtools provides a function "faidx" (FAsta InDeX), which creates a small flat index file ".fai" allowing for fast random access to any subsequence in the indexed FASTA file, while loading a minimal amount of the file in to memory. This Python module implements pure Python classes for indexing, retrieval, and in-place modification of FASTA files using a samtools compatible index. The pyfaidx module is API compatible with the pygr seqdb module. A command-line script "faidx" is installed alongside the pyfaidx module, and facilitates complex manipulation of FASTA files without any programming knowledge.

pg-rage-terminator-9.5

PostgreSQL background worker that kill random sessions.

pg-rage-terminator is a custom background worker which is able to kill random PostgreSQL backends.

python-mapbox-vector-tile

Mapbox Vector Tile library for Python 2

python3-systemfixtures

Test fixtures providing fake versions of various system resources

A collection of Python fixtures to fake out various system resources such as processes, users, groups, etc.

php-amqp

AMQP extension for PHP

This extension can communicate with any AMQP spec 0-9-1 compatible server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and delete exchanges and queues, as well as publish to any exchange and consume from any queue.

mysql-sandbox

Install and set up one or more MySQL server instances easily

MySQL Sandbox is a tool that installs one or more MySQL servers within seconds, easily, securely, and with full control.