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.7.0.tar.gz
(11.0 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.path-3.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12af6d2eebff5970471390281692b35e1d9ef55caf8033f8ed38c297fe704345 |
|
MD5 | 5857eeb7ba5329197e938121cd935b3d |
|
BLAKE2b-256 | 3c7791eee32a2e145965a2b8487690b96a57c4e7917600a0130a3b0b62cca80c |