libodbc2

ODBC Driver Manager library for Unix

UnixODBC is an implementation of the Open Database Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library.

python3-disptrans

Dispersion-Compensated Algorithm

It is an algorithm for the analysis for electromagnetic waveguides. It allows one to map dispersive waveguide data from the frequency-domain to distance-domain, and vice versa.

auxilium

tool for parse args in many shell (bash, ksh, zsh)

This help you to parse command-line arguments. You can source it in your shell script and use different function to add argument, print usage and parse arguments

python3-rapidjson

Python wrapper around rapidjson

RapidJSON is an extremely fast C++ JSON parser and serialization library: this module wraps it into a Python 3 extension, exposing its serialization/deserialization (to/from either bytes, str or file-like instances) and JSON Schema validation capabilities.

python2-pip-whl

Python 2.7 package installer (pip wheels)

pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories.

python3-types-toml

Typing stubs for toml

This is a PEP 561 type stub package for the toml package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses toml. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/toml. All fixes for types and metadata should be contributed there.