python-shortuuid
generates concise, unambiguous, URL-safe UUIDs
Often, one needs to use non-sequential IDs in places where users will see them,
but the IDs must be as concise and easy to use as possible. shortuuid solves
this problem by generating uuids using Python's built-in uuid module and then
translating them to base57 using lowercase and uppercase letters and digits,
and removing similar-looking characters such as l, 1, I, O and 0.
vramsteg
provide shell scripts with a full-featured progress indicator
Vramsteg provide progress bar that can display elapsed time, remaining time
estimate, percentage completed, and labels. The progress bar can have
user-specified colors, and be rendered in multiple styles.
libgtkhtml-editor0
HTML rendering/editing library - editor widget
python3-ipfix
IPFIX implementation for Python 3
This module provides a Python interface to IPFIX message streams, and
provides tools for building IPFIX Exporting and Collecting Processes.
It handles message framing and deframing, encoding and decoding IPFIX
data records using templates, and a bridge between IPFIX ADTs and
appropriate Python data types.
courier-authlib-userdb
userdb support for the Courier authentication library
This package contains the userdb support for the Courier
authentication library. Userdb is a simple way to manage virtual mail
accounts using a GDBM-based database file.
androidsdk-ddms
Graphical debugging tool for Android
Dalvik Debug Monitor is a tool for debugging Android applications. Among
others, it provides these capabilities: