What's Changed
- Introduced
@singleton
decorator to make a class into a singleton - Introduced
@ClassProperty
descriptor to define class properties similar to@property
. To be able to use it correctly, the class needs to be defined with theClassPropertyMeta
metaclass - Added README documentation with info on most tools
Development Updates
- Added
function_tools
which are handy wrappers aroundinspect
- Added tests for all tools (except
dev_tools
), and restructured theProtectFile
tests
Full Changelog: v0.2.2...v0.3.0