No description
7840d53212
The reasoning was that in the non-new_root case, the destination supplied by the user would either be the exact path of the new file, or the parent of the new file. Either way, the casing of source shouldn't matter since only the file itself is being created with the given casing. But, I realized, since we are doing makedirs in the event that the whole path leading up to destination doesn't exist, we should create it with the correct case according to the source. And that can occur regardless of new_root. |
||
---|---|---|
voussoirkit | ||
pypi_upload.bat | ||
README.md | ||
setup.py | ||
voussoirkit_logo.svg |
voussoirkit
This is a collection of tools that I use often and import into my other projects.
Install
pip install voussoirkit