mt_metadata icon indicating copy to clipboard operation
mt_metadata copied to clipboard

Replace ListDict with Box

Open kkappler opened this issue 2 years ago • 0 comments

This does everything ListDict does and more.

For example, if I declare a ListDict using the obj.["attr"] style notation, I cannot automatically access using obj.attr

It also has to/from json methods, and may actually be a candidate for something that we can use in lieu of mt_metadata base in future

https://pypi.org/project/python-box/

kkappler avatar May 20 '23 18:05 kkappler