libjs-raphael
JavaScript library to work with vector graphics
Raphael is a small JavaScript library that should simplify your work with
vector graphics on the web. If you want to create your own specific chart or
imagecrop and rotate widget, for example, you can achieve it simply and
easily with this library.
python3-tagpy
Python 3 module for manipulating tags in music files
Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags
from MP3 files, Xiph Comments from Ogg Vorbis and FLAC files, and APE
tags from MusePack files.
tre-agrep
approximate grep utility based on the tre library
This is an Approximate GREP utility based on the TRE regexp matching library
ruby-activesupport
collection of utility classes used by the Rails framework
Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework.
python3-orjson
JSON parsing Python library
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
orjson is a fast, correct JSON library for Python. It benchmarks as the
fastest Python library for JSON and is more correct than the standard json
library or other third-party libraries. It serializes dataclass, datetime,
numpy, and UUID instances natively.
python3-webencodings
Python implementation of the WHATWG Encoding standard
In order to be compatible with legacy web content when interpreting something
like Content-Type: text/html; charset=latin1, tools need to use a particular
set of aliases for encoding labels as well as some overriding rules. For
example, US-ASCII and iso-8859-1 on the web are actually aliases for
windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other
encoding declaration. The Encoding standard defines all such details so that
implementations do not have to reverse-engineer each other.