This repository contains various code snippet that are used in several places.
The Python function natural_sorted
behaves like the built-in function
sorted
, but it returns a naturally sorted list instead.
The python_tests
directory contains unittests for pylint and flake8 which
are used in several projects (for example in distro-info).