python3-sphinx-gallery
extension that builds an HTML gallery of examples from Python scripts (Python 3)
Sphinx-Gallery is a Sphinx extension that creates an HTML gallery of examples
from any set of Python scripts. It offers several functionalities:
- Automatic Example Galleries Creation: Run example Python scripts to capture
output and figures, rendering them into reST files integrated into your
documentation by Sphinx.
- Narrative Integration with Code:
Embed reST in your example Python files, allowing you to interweave
narrative content with code that generates graphics in documentation.
Sphinx-Gallery also automatically generates a Jupyter Notebook for each
example page.
- Mini Galleries for API Documentation:
Create mini galleries that list all examples that use a specific function
/method in the API documentation.
- Intersphinx Links:
Add intersphinx links to your examples, which automatically connect to API
documents for functions/methods/classes used in the examples.
- Multiple Galleries Management:
Manage multiple galleries to create and embed galleries of diverse sample
sets.
krb5-kdc
MIT Kerberos key server (KDC)
Kerberos is a system for authenticating users and services on a network.
Kerberos is a trusted third-party service. That means that there is a
third party (the Kerberos server) that is trusted by all the entities on
the network (users and services, usually called "principals").
obs-transition-table
plugin for OBS Studio to create a transition table control
This plugin adds a Transition Table to the tools menu. This table is useful
to program several transitions between scenes. E.g. is possible to program
a transition from "Any Scene" to "Scene 1" using the transition effect
"Luma Wipe" and with a duration of the "2000ms". Consequently, if the current
scene is any and the selected scene is 1, after clicking on transition button
on OBS, the transition will occur using Luma Wipe and over a time of 2000ms.
neutron-services-server
OpenStack virtual network service - services server
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
python3-tado
Library enabling interactions with Tado web API for appliance control
This library provides a means to interface with the Tado web API, enabling
users to manage their Tado heating systems remotely. It supports
functionalities to check current temperature settings, modify operating modes,
and gather information about climate conditions in different zones. With
access to the unofficial API used by Tado's services, users can remotely
adjust their systems to maintain preferred conditions regardless of their
location. The library can retrieve current temperature, set target
temperatures, and adjust operation modes to manual, automatic, or off. It also
facilitates presence detection, altering the mode based on whether a
registered user is at home, if supported by their Tado assist features.
phpab
lightweight PHP namespace aware autoload generator
The PHP AutoloadBuilder CLI tool phpab is a command line application
to automate the process of generating an autoload require file with
the option of creating static require lists as well as phar archives.