This is a staging site. Uploads will not persist. Testing only.

libqgis-gui3.34.11

QGIS - shared gui library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

libqgis-app3.34.11

QGIS - shared app library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

libfungw-lua1

Scripting support for fungw: lua

Fungw is a tiny, portable library written in C (C89) that manages dynamic function calls across different programming languages.

python3-jsonrpc-websocket

Compact JSON-RPC websocket client library for asyncio

This library provides a simple and efficient JSON-RPC websocket client for asyncio-based applications. It supports nested namespaces, allowing structured and organized remote function calls. The library enables executing remote JSON-RPC functions over websocket connections and supports both synchronous and asynchronous method calls. It allows handling requests from the server to the client and offers the flexibility to pass through aiohttp-specific arguments. The connection management, including session handling, is designed to be straightforward, making the library suitable for applications requiring real-time communication over websockets.

python3-jsonrpc-base

JSON-RPC client library base interface

This library provides a compact and simple interface for creating JSON-RPC clients. It supports nested namespaces, allowing for method calls such as 'app.users.getUsers()'. Designed to be highly compatible, it aims to offer a reliable tool for constructing JSON-RPC client applications. The library includes full support for JSON-RPC version 1 servers and is maintained with an emphasis on compliance with the JSON-RPC specification.

python3-jsonrpc-async

Compact JSON-RPC client library for asyncio

This library provides a simple and effective JSON-RPC client implementation for asyncio-based Python code. It supports nested namespaces, allowing easy execution of remote procedures in a structured manner. The library handles the creation and management of aiohttp client sessions, enhancing its usability for asynchronous communication. JSON-RPC functions can be called remotely, and arguments can be passed directly through aiohttp, including support for notifications and exception handling.