miscellaneous path functions
Project description
Directory Builder
When testing (and perhaps in other cases), it’s often necessary to construct a tree of directories/files. This project provides a build function to simply create such a directory from a dictionary definition:
from jaraco.path import build build( { 'foo': 'Content of foo', 'subdir': { 'foo': 'Content of subdir/foo', }, }, )
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaraco.path-3.4.0.tar.gz
(9.6 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.path-3.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d8cd699f887eb5523acd8215674b6cea2b83d01bf5a75ebff1cc29649eae0e7 |
|
MD5 | c33592cd8225798fd969b8ad7f30b052 |
|
BLAKE2b-256 | 52db8ce7ef65a8caa6c9abb69bdbd6a02de8b2432bed140e3bb6940daabfbe76 |