python3-bibtexparser
Python 3 library to parse bibtex files
The bibtexparser module provides parsing and writing of BibTeX files
functionality. The parsed data is returned as a simple BibDatabase object
with the main attribute being entries representing bibliographic sources
such as books and journal articles.
python3-pyprosegur
Library to interact with Prosegur alarm systems
This library provides access to Prosegur's connected alarm systems via their
cloud service API. It enables users to retrieve and manage information related
to residential alarms. The library acts as a bridge to Prosegur's smart alarm
services, offering functionalities for remote control similar to those
available in Prosegur's mobile application.
libmagickcore-7.q16-10
low-level image manipulation library -- quantum depth Q16
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
vdr-plugin-live
Web administration plugin for VDR
Live, the "Live Interactive VDR Environment", is a plugin providing the
possibility to interactively control the Linux Video Disc Recorder VDR and
some of it's plugins from a web interface.
libwww-oauth-perl
portable OAuth 1.0 authentication module
WWW::OAuth implements OAuth 1.0 request authentication according to RFC 5849
(sometimes referred to as OAuth 1.0A). It does not implement the user agent
requests needed for the complete OAuth 1.0 authorization flow; it only
prepares and signs requests, leaving the rest up to your application. It can
authenticate requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and
can be extended to operate on other types of requests.
libqcheck-core-ocaml
QuickCheck inspired property-based testing for OCaml (Runtime library)
This module allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.