flightgear-data-aircrafts
FlightGear Flight Simulator -- standard aircraft
python-crcmod
CRC Generator - Python 2.x
CRCmod generates objects that compute the Cyclic Redundancy Check (CRC). It
allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can generate a Python
function for the selected polynomial or an instance of the Crc class which
provides the same interface as the md5 and sha modules from the Python
standard library. A "Crc" class instance can also generate C/C++ source code
that can be used in another application.
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.