Skip to content

discussions Search Results · repo:fabiocaccamo/python-benedict language:Python

Filter by

7 results
 (53 ms)

7 results

infabiocaccamo/python-benedict (press backspace or delete to remove)

Is it possible to disable the keylist feature? Using tuples as keys with the usual syntax does not work: from benedict import benedict x = benedict() x[( a , True)] = test print(x) x = benedict() ...

I was trying to clean my nested dictionaries from any empty string and collections, but somehow, it only considers the root level. Nested keys are not cleaned. Looking into the code, the method is using ...

So, I just accidentally reinvented the wheel, but also less fancy than this wheel. 😅 For a different project I am working on, I would want this package mixed with Python s argparse to allow CLI commands. ...

Recently, several dependencies were extracted into extras , which I think was a great move. I only wish it would go further. We are currently using benedict exclusively for the keypath functionality and ...

As new features are added, the number of dependencies that are installed increases more and more. I m aware that many people don t like when libraries install too many dependencies, for this reason I d ...

Hi, anyone here who uses this library, why do you use it? Isn t it slower than the same dict ?

Hello, First I would like to thank you for sharing your program to handle dictionaries. I installed python-benedict as suggested and am trying to use to manage my complex dictionary which has dictionaries ...