Xaux release 0.3.0
What's Changed
- Introduced
@singletondecorator to make a class into a singleton - Introduced
@ClassPropertydescriptor to define class properties similar to@property. To be able to use it correctly, the class needs to be defined with theClassPropertyMetametaclass - Added README documentation with info on most tools
Development Updates
- Added
function_toolswhich are handy wrappers aroundinspect - Added tests for all tools (except
dev_tools), and restructured theProtectFiletests
Full Changelog: v0.2.2...v0.3.0