https://github.com/whoeza/dirs_and_dict
A lightweight solution to creating folder structures from dicts, in Python
https://github.com/whoeza/dirs_and_dict
dict directories directory directory-tree python
Last synced: about 1 year ago
JSON representation
A lightweight solution to creating folder structures from dicts, in Python
- Host: GitHub
- URL: https://github.com/whoeza/dirs_and_dict
- Owner: Whoeza
- License: gpl-3.0
- Created: 2022-06-08T22:23:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T22:23:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T12:53:24.031Z (about 1 year ago)
- Topics: dict, directories, directory, directory-tree, python
- Language: Python
- Homepage: https://pypi.org/project/dirs-and-dict/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.