cdemu-daemon

Main CDEmu daemon

This is CDEmu daemon, the daemon part of the CDEmu suite, a free, GPL CD/DVD-ROM device emulator for Linux.

python3-cdsetool

Tools & CLI for interacting with CDSE product APIs - Python

CDSETool provides Python Tools and Command line Interface (CLI) programs for downloading Copernicus data from the Copernicus Data Space Ecosystem.

python3-georss-client

Python GeoRSS client library

This library provides tools to build concrete libraries for convenient access to GeoRSS Feeds. It enables users to extract relevant information from various GeoRSS feeds, which may contain different levels of information or present their data in unique ways. This includes feed managers that help manage updates over time, notifying the consumer about new entries, updates, and removed entries. The library ensures efficient data retrieval and management from GeoRSS feeds, providing structured data for further processing.

python3-fnvhash

Pure Python FNV hash implementation

This package provides a pure Python implementation of the FNV_ hash family with 100% test coverage. Take a look at pyhash_ for use cases where performance is more important than portability.

libavformat-extra

FFmpeg library with extra (de)muxers (metapackage)

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge.

python3-fnv-hash-fast

fast version of fnv1a

This package provides a Python library which is a fast version of fnv1a. It use a CPP implementation of fnv1a (32) if cython is available, and will fallback to pure python from the fnvhash package if it is not.