python3-django-fsm

Django friendly finite state machine support (Python3 version)

django-fsm 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.

libghc-gsasl-prof

bindings for GNU SASL; profiling libraries

These are Haskell bindings to the GNU SASL (Simple Authentication and Security Layer) library.

python-tlslite-ng

pure Python implementation of SSL/TLS protocols

tlslite-ng is a Python implementation of SSL (Secure Sockets Layer) and TLS (Transport Layer Security) cryptographic protocols for providing communication security for computer networks. It supports SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 and several ciphersuites.

mate-applet-topmenu

Topmenu applet for the MATE panel

Topmenu provides a global menu bar (MacOS style). TopMenu uses XEmbed for exporting menu bars.

libpigpiod-if1

Client library for Raspberry Pi GPIO control (deprecated)

Pigpio is a set of software which allows control of the General Purpose Input Outputs (GPIO) locally or remotely. Currently only the client side is Packaged in Debian as the server side is incompatible with Debian kernels.

toxiproxy-cli

proxy to simulate network and system conditions - CLI

Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure