Top 4 getter open source projects

python-autoclass
A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
magicproperties
A little but powerful package that allows you call getters and setters implicitly in PHP.
typescript-lazy-get-decorator
Lazily evaluates a getter on an object and caches the returned value
1-4 of 4 getter projects