Freeze your objects in Python
copied from cf-post-staging / gelidumInspired by the method freeze found in other languages like Javascript, this package tries to make immutable objects to make it easier avoiding accidental modifications in your code.