ssh-reg/private/lib
Darksider3 8d4d2038d3 Typing support and sqlite3.Row!
Typing will be handy in further development, as well will i settle down
to sqlite3.Row. Fetchall() returns now a list(grr) with
dict-imitating/sumating objects, which you can call keys() on and will
return them, what we now already use for Backups, which comes handy.

Also Typing gives the ability to let the code even more documentate
itself. It's planned to use all over the place but i've to read myself
into it yet more to get started on that one.
It's a step in the right direction!
2019-10-25 03:03:47 +02:00
..
uis Breaking up the code smell regarding the CFG.py! 2019-10-19 22:36:00 +02:00
CFG.py Factor out CONF_FILE 2019-10-19 14:27:34 +02:00
cwd.py Modularize CFG.py into CWD, default_cmd and cmd ui 2019-10-19 13:50:30 +02:00
sqlitedb.py Typing support and sqlite3.Row! 2019-10-25 03:03:47 +02:00
System.py System: aio_register, performs all neccessary steps to create user... 2019-10-23 17:50:13 +02:00
UserExceptions.py Breaking up the code smell regarding the CFG.py! 2019-10-19 22:36:00 +02:00
Validator.py Rename SQLitedb to SQLiteDB 2019-10-23 18:13:42 +02:00