No description
Find a file
Ethan Dalool 7840d53212 Move source.correct_case out of conditional.
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.
2020-09-06 09:54:28 -07:00
voussoirkit Move source.correct_case out of conditional. 2020-09-06 09:54:28 -07:00
pypi_upload.bat Update pypi upload script to use twine. 2019-08-05 17:35:53 -07:00
README.md Add the readme content into the pypi description. 2020-01-20 18:10:03 -08:00
setup.py Bump to version 0.0.51. 2020-08-25 18:44:18 -07:00
voussoirkit_logo.svg Add voussoirkit_logo.svg. 2020-01-18 22:40:48 -08:00

voussoirkit

This is a collection of tools that I use often and import into my other projects.

Install

pip install voussoirkit