Check code for strings that could be constants
Constants and Values: create enum-like complext constants with the ability to attach arbitrary attributes to them, e.g. values, human-readable names, help texts and so on
A lightweight Python package for creating constant-style values that cannot be reassigned or deleted.
Enforce your const class attributes in python
A tiny library for read-only, non-instantiable namespace constants.