Python Forum

Full Version: FlexDict - My First Python Module is on PyPI!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Today, I released my first Python module on PyPI! FlexDict is a small subclass of dict which provides automatic and arbitrary levels of nesting along with many additional utility functions.

GitHub: https://github.com/ozturkberkay/FlexDict
Docs: https://flexdict.readthedocs.io/

Looking forward for your comments!

Thanks,
Berkay
Do you have any practical examples of this being used?