A lightweight solution to creating folder structures from dicts, in Python
Open source available on GitHub and PyPI.
Install from pip:
py -m pip install dirs_and_dict
Update to the latest version from pip:
py -m pip install --upgrade dirs_and_dict
Uninstall from pip:
py -m pip uninstall dirs_and_dict
Run this command from the package directory on your filesystem:
py -m build
Open a new issue for support.