[Python-ideas] A better (simpler) approach to PEP 505

Kyle Lahnakoski klahnakoski at mozilla.com
Mon Jul 23 19:23:31 EDT 2018


I agree a class can provide a very good alternative to PEP505.  I built
one a while ago, and still use it https://github.com/klahnakoski/mo-dots
for most my data transformation code.

The library only boxes dicts and lists, which removes the need for
.unbox() in many of my use cases. My point is, if a class is chosen
instead of PEP505, I doubt the unboxing will be a big issue.


On 2018-07-23 11:12, David Mertz wrote:
> Here is a way of solving the "deep attribute access to messy data"
> problem that is:


More information about the Python-ideas mailing list