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.

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-hatch-fancy-pypi-readme

Hatch metadata plugin for fancy PyPI READMEs

This plugin is for everyone who cares about the first impression of their project’s PyPI landing page. It allows you to define your PyPI project description in terms of concatenated fragments that are based on static strings, files, and most importantly: parts of files defined using cut-off points or regular expressions.

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.

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.