Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 738 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 738 Bytes

dirs_and_dict

A lightweight solution to creating folder structures from dicts, in Python

Open source available on GitHub and PyPI.

Installation

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

Building from sources

Run this command from the package directory on your filesystem:

py -m build

Development diary

DEVDIARY.md

Community

Open a new issue for support.