No description
Ethan Dalool
6da730e5a6
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. |
||
---|---|---|
voussoirkit | ||
CONTACT.md | ||
LICENSE.txt | ||
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
Mirrors
https://github.com/voussoir/voussoirkit