python3-pyoctoprintapi

Asynchronous library for interacting with the OctoPrint API

Designed to simplify API interactions, this library allows for efficient control and monitoring of 3D printers through OctoPrint. Utilizing the aiohttp library, it leverages asynchronous operations to ensure non-blocking execution, enhancing the performance of your applications.

podman-compose

Run docker-compose.yml using podman

An implementation of docker-compose with podman backend. The main objective of this project is to be able to run docker-compose.yml unmodified and rootless.

openjdk-19-source

OpenJDK Development Kit (JDK) source files

OpenJDK is a development environment for building applications, applets, and components using the Java programming language.

openjdk-19-jdk-headless

OpenJDK Development Kit (JDK) (headless)

OpenJDK is a development environment for building applications, applets, and components using the Java programming language.

openjdk-19-jre-zero

Alternative JVM for OpenJDK, using Zero

The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM.
Utility for monitoring ETA and progress of an arbitrary process

eta

Utility for monitoring ETA and progress of an arbitrary process

ETA is a shell utility to monitor the progress of arbitrary processes. Given a target value and a command to run that generates the current value, ETA will print a progress bar and an up-to-date estimated time for the process to complete. This is useful to monitor a variety of other tools which do not output their progress or their time until completion.