erlang-syntax-tools

Erlang/OTP modules for handling abstract Erlang syntax trees

Syntax_Tools contains modules for handling abstract Erlang syntax trees in a way that is compatible with the "parse trees" of the STDLIB module erl_parse, together with utilities for reading source files in unusual ways and pretty-printing syntax trees. Also it includes a module merger and renamer called Igor, as well as an automatic code-cleaner.

nagvis-demos

visualization addon for Nagios or Icinga - demo maps

NagVis can be used to visualize Nagios or Icinga data, for instance to display network traffic or IT services such as email.

python3-markdown

text-to-HTML conversion library/tool (Python 3 version)

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

pass-report

pass extension to report age and length of passwords

A pass extension that shows the date and age of the last change of a set of passwords, and an indication of their length.

python3-aioesphomeapi

Python API for interacting with ESPHome devices

The aioesphomeapi Python package allows one to interact with devices flashed with ESPHome.

python3-aiosenz

Async Typed Python package for the nVent RAYCHEM SENZ RestAPI

This package provides an async Python wrapper for the nVent Raychem SENZ RestAPI. It offers an `AbstractSENZAuth`, where one can handle the OAuth2 tokens and provide a valid access token in get_access_token(). SENZAuth can be used if one does not will to handle the OAuth2 tokens.