No description
Find a file
Ethan Dalool 6da730e5a6
Add worms.id_type to improve behavior of int ids.
If the project uses numerical IDs, and processes user input from a web
request URL where everything is a string, it is tedious to convert
between str and int on the application side. If done improperly, it
messes up the cache because the int id and str id will be entered
separately. So we let the database handle the id type and raise errors
if necessary.
2022-03-21 19:41:59 -07:00
voussoirkit Add worms.id_type to improve behavior of int ids. 2022-03-21 19:41:59 -07:00
CONTACT.md Update CONTACT.md with link to voussoir.net. 2021-04-04 17:11:21 -07:00
LICENSE.txt Update license, contact, donate for many projects. 2021-01-14 02:47:38 -08:00
pypi_upload.bat Update pypi upload script to use twine. 2019-08-05 17:35:53 -07:00
README.md Add Mirrors header. 2020-12-23 19:54:45 -08:00
setup.py Bump to version 0.0.72. 2022-01-11 19:40:23 -08: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

Mirrors

https://github.com/voussoir/voussoirkit

https://gitlab.com/voussoir/voussoirkit

https://codeberg.org/voussoir/voussoirkit