qlogo

Language using turtle graphics famous for teaching kids

QLogo is an interpreter for the Logo language written in C++ using Qt and OpenGL. Specifically, it mimics (as reasonably as possible) the UCBLogo interpreter developed at U.C. Berkeley. In fact, the UCBLogo manual describes about 99.9% of the functionality. You can find the UCBLogo Manual here: http://people.eecs.berkeley.edu/~bh/usermanual

lcl-utils

Lazarus Components Library - command line build tools dependency package

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

python3-blacken-docs

Run Black on Python code blocks in documentation files (Python 3)

blacken-docs is a command line tool that rewrites documentation files in place. It supports Markdown, reStructuredText, and LaTex files. Additionally, you can run it on Python files to reformat Markdown and reStructuredText within docstrings.

openstack-cluster-installer-cli

automatic PXE and puppet-master installer for OpenStack - API client

OCI (OpenStack Cluster Installer) is a software to provision an OpenStack clusters automatically. This package installs a provisioning machine, which uses the below components: * a DHCP server (isc-dhcp-server) * a PXE boot server (tftp-hpa) * a web server (apache2) * a puppet-master

python3-romy

Library to control Wi-Fi enabled ROMY vacuum cleaners

This library allows interaction with Wi-Fi enabled ROMY vacuum cleaners. It supports various functionalities such as starting, pausing, continuing, stopping, and returning the device to its base. The library can also provide various sensor readings including battery level, Wi-Fi signal strength, and cleaning metrics like total cleaning time, runs, and area cleaned. Additionally, it can detect the presence of dustbins and water tanks, and measure the dirt level in the dustbin for supported models. The library uses the local interface protocol of ROMY devices and requires a password provided under the dustbin.

python3-apischema

JSON serialization and deserialization, GraphQL and JSON schema generation

Provides JSON serialization and deserialization, GraphQL schema generation, and JSON schema generation using Python typing. This library simplifies working with API data by leveraging standard Python features such as dataclasses and typing. It supports a wide range of data types and is adaptable to different use cases. With automatic schema generation, it helps to validate and serialize data seamlessly. The library also includes integrated support for GraphQL, making it versatile for various API implementations.