IntroductionΒΆ
touketsu is a tiny Python package providing class decorators to make class
instances immutable or unable to dynamically create instance attributes. We will
refer to the latter as being nondynamic.
To get started, read the User Guide, which should cover most common use cases.
For package details, see the API Reference.