summaryrefslogtreecommitdiff
path: root/wraptool.py
Commit message (Expand)AuthorAgeFilesLines
* Print deprecation warning also for wraptool.Jussi Pakkanen2018-01-081-1/+4
* Back to .py suffix in files. Closes #394.Jussi Pakkanen2016-03-021-0/+20
* Moved all wrap related things to their own submodule.Jussi Pakkanen2016-01-161-206/+0
* Moved scripts in the module and started work to run them via the main meson c...Jussi Pakkanen2016-01-151-0/+206
* Organise files into a module structure.Jussi Pakkanen2016-01-151-233/+0
* Use global certificates now that we have letsencrypt set up. Also fall back t...Jussi Pakkanen2015-12-281-50/+15
* Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).Jussi Pakkanen2015-11-191-0/+4
* Print ssl warning on use, not on module import.Jussi Pakkanen2015-11-181-2/+8
* Do not use SSL on OSX because for some reason it does not work.Jussi Pakkanen2015-11-141-1/+8
* Open all wrapdb urls via the same code path.Jussi Pakkanen2015-10-221-5/+8
* Connect to wrapdb over authenticated ssl when possible and print warning when...Jussi Pakkanen2015-07-211-2/+54
* Use server side searches.Jussi Pakkanen2015-07-071-6/+3
* Help and status printer.Jussi Pakkanen2015-07-061-3/+46
* Created tool to access the online wrap database.Jussi Pakkanen2015-07-061-0/+156