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.1.tar.gz
(11.8 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.path-3.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8bd6637c0f0e55c3830f15dffde25254b763f64f93176f7b1beefcec77e5c70 |
|
MD5 | e68b4454613f7719e1c15611bf9e19c8 |
|
BLAKE2b-256 | 5baa02c44e73d977704afadcac3f728470eabc2e473ea0eb53c6f6f046e39588 |