python3-pyside2.qttest
Python bindings for Qt5 Test module (Python 3)
pyside2 provides Python bindings for Qt 5.x framework.
libgluegen2-build-java
tool to automatically generate Java and JNI code (Java sources)
Gluegen reads as input ANSI C header files and separate configuration files
which provide control over many aspects of the glue code generation. GlueGen
uses a complete ANSI C parser and an internal representation (IR) capable of
representing all C types to represent the APIs for which it generates
interfaces. It has the ability to perform significant transformations on the
IR before glue code emission. GlueGen is currently powerful enough to bind
even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
Interface (JAWT) back up to the Java programming language.
python3-pytest-sourceorder
Test-ordering plugin for pytest3 (Python 3)
A pytest plugin for ensuring tests within a class are run in source order.
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.