sanest icon indicating copy to clipboard operation
sanest copied to clipboard

sane nested dictionaries and lists for python

Results 8 sanest issues
Sort by recently updated
recently updated
newest added

it may be a nice idea to have a read-only version of a (nested) dict/list to avoid unintended modifications. something like this perhaps? ``` python d = sanest.dict(...) ro =...

enhancement

it is not possible to create a (direct) weak reference to a `sanest.dict` or `sanest.list`. this is just like their built-in `dict` and `list` counterparts. for the built-in types, this...

enhancement

`null` (`None`) values in dictionaries are typically unwanted. a helper to recursively clean those would be nice, e.g. `.clean(deep=True)` (better name?)

enhancement