shiboken2
CPython bindings generator for C++ libraries
Shiboken2 is a bindings generator for C++ libraries that outputs CPython
source code. It collects information from library headers, and then
merges modifications and handwritten code defined in the typesystem
description.
openalpr
Command line program to operate the OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image.
python3-svn
A(nother) Python 3 interface to Subversion
The pysvn module is a Python 3 interface to the Subversion version
control system. This API exposes client interfaces for managing a
working copy, querying a repository, and synchronizing the two.
python-libfsntfs
NTFS access library -- Python 2 bindings
NTFS is the primary file system for Microsoft Windows versions that
are based on Windows NT. libfsntfs provides a library and tools to
access NTFS volumes.
python3-pygtrie
Python library implementing a trie data structure (Python 3)
Trie data structure, also known as radix or prefix tree, is a tree
associating keys to values where all the descendants of a node have
a common prefix (associated with that node).
pd-purepd
library of standard objects re-implemented using Pd-vanilla
This is a library focused on re-implementing existing objects written in C
using only objects that are included in puredata. The idea is to provide
drop-in replacements for the binary objects usable on any platform that are
also understandable to any Pd programmer.