const
Check code for strings that could be constants
Enforce constants in your code at import or run time
Enforce that your constant class attributes are not re-assigned
A simple constant enforcement utility for Python