Metadata-Version: 2.1
Name: dirs_and_dict
Version: 1.0.0
Summary: A lightweight solution to creating folder structures from dicts, in Python
Home-page: https://github.com/Whoeza/dirs_and_dict
Author: Whoeza
License: GNU GPLv3
Project-URL: Bug Tracker, https://github.com/Whoeza/dirs_and_dict/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# dirs_and_dict

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

Open source available on [GitHub](https://github.com/Whoeza/dirs_and_dict) and
[PyPI](https://pypi.org/project/dirs_and_dict/).

## 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](https://github.com/Whoeza/dirs_and_dict/blob/main/DEVDIARY.md)

## Community

[Open a new issue](https://github.com/Whoeza/dirs_and_dict/issues) for
support.
