Metadata-Version: 2.1
Name: dictfunc
Version: 1.1.0
Summary: Useful dictionary manipulation functions
Author-email: Yuman Hordijk <yumanhordijk@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# dictfunc

Simple helper functions to make Python standard dictionaries more fun to use. Also ships the DotDict object for allowing dot-notation with dictionaries.
