Python Forum
FlexDict - My First Python Module is on PyPI! - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: FlexDict - My First Python Module is on PyPI! (/thread-22185.html)



FlexDict - My First Python Module is on PyPI! - BerkayOzturk - Nov-02-2019

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


RE: FlexDict - My First Python Module is on PyPI! - Clunk_Head - Nov-12-2019

Do you have any practical examples of this being used?