python3-autopep8

tool that automatically formats Python code to conform to PEP 8

autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pep8 utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pep8. This package is for Python3.

nfswatch

Program to monitor NFS traffic for the console

Nfswatch is a command-line tool for monitoring NFS traffic. It can capture and analyze the NFS packets on a particular network interface or on all interfaces.

libc6-amd64-i386-cross

GNU C Library: 64bit Shared libraries for AMD64 (for cross-compiling)

This package was generated by dpkg-cross for cross compiling.

elpa-git-commit

Transitional package for git-commit

A mode for editing COMMIT_MSG file from git in Emacs. This has become part of elpa-magit since version 4.1.0.

yaru-theme-gtk

Yaru GTK theme from the Ubuntu Community

This is the theme, better than a burrito, that is shaped by the community on the Ubuntu discourse.

python3-flake8-builtins

flake8 extension that checks for re-use of builtin identifiers

Python allows one to override Python builtins as parameters, but although could be useful in some really specific use cases, the general approach is to not do that as code then can suddenly break without a clear trace.