5 projects
bourbaki.introspection
Introspection utilities for Python: types, signatures, objects, docstrings, and more
bourbaki.application
CLIs derived directly from type signatures and docstrings years before typer existed
bourbaki
bourbaki.regex
cacheproperty
A subclass of python's builtin property class that removes boilerplate by implementing the h_hidden_attribute pattern with a single decorator call. Also afacilitates invalidation of the cached hidden attribute with a @cacheproperty.invalidate decorator on any other methods or properties in a class.