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

python3-bluetooth-adapters

Enumerate and find Bluetooth Adapters in Python

Provides tools for enumerating and identifying available Bluetooth adapters. Facilitates the detection and interaction with various Bluetooth adapters, aiding in the development of applications requiring Bluetooth communication.

ovn-ic

Open Virtual Network interconnection controller

OVN IC, the Open Virtual Network interconnection controller, is a centralized daemon which communicates with global interconnection databases to configure and exchange data with local OVN databases for interconnection with other OVN deployments.

python3-coincidence

helper functions for pytest

The package provides fixtures and decorators for Pytest, making it easier configure test environments and parameterize tests. The module also enables specific utilities for regression testing and Pytest Decorators for selective test execution.

python3-pytest-retry

Adds the ability to retry flaky tests in pytest

A plugin for Pytest which adds the ability to retry flaky tests, thereby improving the consistency of the test suite results.

python3-reactivex

asynchronous and event-based programs using observable collections

This package provides a library for composing asynchronous and event-based programs using observable collections and query operator functions in Python. Using Rx, developers represent asynchronous data streams with Observables, query asynchronous data streams using operators, and parameterize concurrency in data/event streams using Schedulers.

python3-sphinx-autodoc2

Sphinx extension to automatically generate API doc for Py packages

There is no need to install your package to generate the documentation, and `sphinx-autodoc2` will correctly handle `if TYPE_CHECKING` blocks and other typing only features. You can even document packages from outside the project (via `git clone`).