This is a staging site. Uploads will not persist. Testing only.

chm2pdf

A Python script that converts CHM files into PDF files

Convert chm to PDF files. The package supports batch conversion, command line, PDF security options, password protection and compression modes. The program has Explorer-like interface

python-pyparsing

alternative to creating and executing simple grammars - Python 2.7

The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

oathtool

OATH Toolkit oathtool command line tool

OATH Toolkit provide components to build one-time password authentication systems. It contains shared C libraries, command line tools and a PAM module. Supported technologies include the event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm (RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to manage secret key data. OATH stands for Open AuTHentication, which is the organization that specify the algorithms.

cde

package everything required to execute a Linux command on another computer

CDEpack (Code, Data, and Environment packaging) is a tool that automatically packages up everything required to execute a Linux command on another computer without any installation or configuration. A command can range from something as simple as a command-line utility to a sophisticated GUI application with 3D graphics. The only requirement is that the other computer have the same hardware architecture (e.g., x86) and major kernel version (e.g., 2.6.X) as yours. CDEpack allows you to easily run programs without the dependency hell that inevitably occurs when attempting to install software or libraries.

hamradio-rigcontrol

Debian Hamradio Rig Control Packages

This metapackage will install packages useful for rig control and programming.

php-twig

Flexible, fast, and secure template engine for PHP

Twig is a fast, secure and flexible template engine for php, implementing an own domain specific language which originated from Jinja and Django templates.