This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
A comparison between python's dict libraries to read and write naturally as a JSON parsing. | |
Based on: https://gist.github.com/NelsonMinar/28c5928adbe1f4502af8 | |
Installation: | |
pip install pypi-search addict easydict attrdict dotted-dict dotmap munch python-box | |
""" | |
from typing import Any |