Skip to content

Xaux release 0.3.0

Latest
Compare
Choose a tag to compare
@freddieknets freddieknets released this 24 Jan 03:58
· 1 commit to main since this release
2f40f17

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 the ClassPropertyMeta metaclass
  • Added README documentation with info on most tools

Development Updates

  • Added function_tools which are handy wrappers around inspect
  • Added tests for all tools (except dev_tools), and restructured the ProtectFile tests

Full Changelog: v0.2.2...v0.3.0