No description
Find a file
Ethan Dalool 53528741b2 Assert exists before trying to calculate size; explicit elif.
If you have a path that you expect to expect to be a file, it is
confusing to see the traceback where it attempts to listdir because
self.is_file failed and the else was to treat it as a dir.
I prefer this explicit exists check, and explicit dir check.
Yeah, potential for race conditions exists.
2020-08-28 17:31:31 -07:00
voussoirkit Assert exists before trying to calculate size; explicit elif. 2020-08-28 17:31:31 -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