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.6.0.tar.gz
(11.0 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.path-3.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7800ba4cde74d5de2d9e735448e7fc88206059b2628103535e9bb79fc4ba3554 |
|
MD5 | 9f5b5f9bb46e9b800e52a3bbfbd89407 |
|
BLAKE2b-256 | 3ef55ce54db0e6b1f72c50fe08b1d695ed01e9269361e7a8528aebc040497510 |