libguac-client-ssh0t64

HTML5 web application for accessing remote desktops (SSH support)

Guacamole is an HTML5 web application that provides access to a desktop environment using remote desktop protocols. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through a web browser. No plugins are needed: the client requires nothing more than a web browser supporting HTML5 and AJAX.

kweather

Weather application for Plasma

A convergent weather application for Plasma. Has flat and dynamic/animated views for showing dailiy or hourly forecasts and other information.

x2gokdriveclient

KDrive graphical client backend for X2Go Client

X2Go is a server based computing environment with - session resuming - low bandwidth support - session brokerage support - client-side mass storage mounting support - client-side printing support - audio support - authentication by smartcard and USB stick

python3-pylsp-flake8

Flake8 plugin for the Python Language Server

This package provides a plugin to support the flake8 code checker in editors that support the Python Language Server.

python3-cron-descriptor

convert cron expressions into human readable strings (Python3 version)

A Python library that converts cron expressions into human readable strings.

python3-django-fsm-2

Django friendly finite state machine support (Python3 version)

django-fsm-2 adds declarative states management for django models. Instead of adding some state field to a django model, and managing its values by hand, you could use FSMState field and mark model methods with the transition decorator. Your method could contain the side-effects of the state change.