libgeners1

generic serialization library for C++ (shared library)

The Generic Serialization library is designed to address the problem of C++ object persistence in situations where the most typical data access pattern is "write once read many" (WORM). "Geners" is a set of tools and conventions which allows its users to develop C++ classes that can be converted to and from a storable stream of bytes in a well-organized and type-safe manner. Serialization of STL containers is supported, including the ones added in the C++11 standard. Independent versioning of each class definition is allowed.

qad

Simple, REST-API compliant daemon for automated testing

This is a simple, REST-API compliant daemon which makes automated testing on hardware possible by removing the need for physical intervention as Q.A.D allows inputs to be injected via http/https requests. This both eliminates the need to physically interact with the rig and allows for tasks to be carried out entirely automatically.

python3-django-graphiql-debug-toolbar

Django Debug Toolbar for GraphiQL IDE (Python3 version)

This package adds a debug toolbar within your Django application for the GraphiQL IDE.

ruby-google-apis-iamcredentials-v1

Simple REST client for IAM Service Account Credentials API V1

This is the simple REST client for IAM Service Account Credentials API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the IAM Service Account Credentials API, but note that some services may provide a separate modern client that is easier to use.

python3-mergedeep

Deep merge function for Python (Python3 version)

This library can help if you need to do some deep merge without mutating the source dicts or while you want to deep merging into an existing dict. It provides various merge strategies (Replace, Additive, Typesafe replace, or Typesafe additive).

postgresql-16-pgl-ddl-deploy

Transparent DDL replication for PostgreSQL

Automated DDL deployment using PgLogical for PostgreSQL 16.