python3-ulid
Universally unique lexicographically sortable identifier (Python library)
A ULID is a Universally Unique Lexicographically sortable
Identifier. It is:
python3-pywayland
Provides Python bindings to the Wayland library
PyWayland provides a wrapper to the libwayland library using
the CFFI library to provide access to the Wayland library
calls and written in pure Python.
python3-django-titofisto
Django Time-Token File Storage
Titofisto is a simple extension to Django's FileSystemStorage that adds a URL
parameter carrying a shared token, which is only valid for a defined period
of time.
f3d
fast and minimalist 3D viewer
F3D supports many file formats, from digital content to scientific
datasets (including glTF, stl, ply, obj), can show animations, has
a lot of rendering options including real time physically based
rendering and Monte Carlo pathtracing.
libavdevice61
FFmpeg library for handling input and output devices - runtime files
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-file-read-backwards
Memory efficient way of reading files line-by-line from the end of file
A library designed to read files backward line by line. It supports multiple
encodings such as ascii, latin-1, and utf-8, and handles various newline
characters including '\r', '\r\n', and '\n'. Suitable for processing large
files without consuming a lot of memory, it reads lines as unicode, ensuring
compatibility with most text files. Additionally, it provides functionality
for both incremental line reading and reading lines one at a time through its
API.