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.5.0.tar.gz
(11.1 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.path-3.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cccc4e042259a7a5f3e3541592c33b627d9c44bf1ae275773b26d2d5aa590c8 |
|
MD5 | 9774db00166d26d122220238f593db3e |
|
BLAKE2b-256 | 640c202cb86ba4abbbb3bb42b6798abddf21ea64da6f531d2854977afd684e3e |