python3-expiringdict

Python3 caching libarry

expiringdict is a Python caching library, providing an ordered dictionary with auto-expiring values for caching purposes. Expiration happens on any access, object is locked during cleanup from expired values. ExpiringDict stores at most a maximum number of elements - the oldest will be deleted.

python3-pytestsalt

PyTest plug-in for Salt daemons to be used in tests

This package provides a PyTest plug-in that allows one to use the Salt daemons in tests. This plug-in is used in Salt's test suite.

python3-siridb-connector

Python3 interface for the SiriDB time series database server

SiriDB is a scalable, robust and fast time series database. Build from the ground up SiriDB uses a mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's query language includes dynamic grouping of time series for easy analysis over large amounts of time series.

libmongodb-java

MongoDB Java Driver

Debian package for the official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB. Powering the drivers is a new driver core and BSON library.

python-kml

Library to manipulate KML 2.2 OGC standard files - Python extension

This is a library for use with applications that want to parse, generate and operate on KML, a geo-data XML variant. It is an implementation of the OGC KML 2.2 standard. It is written in C++ and bindings are available via SWIG to Java and Python.

libpqxx-4.0

C++ library to connect to PostgreSQL