You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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!
5 years ago
..
uis Breaking up the code smell regarding the CFG.py! 5 years ago
CFG.py Factor out CONF_FILE 5 years ago
System.py System: aio_register, performs all neccessary steps to create user... 5 years ago
UserExceptions.py Breaking up the code smell regarding the CFG.py! 5 years ago
Validator.py Rename SQLitedb to SQLiteDB 5 years ago
cwd.py Modularize CFG.py into CWD, default_cmd and cmd ui 5 years ago
sqlitedb.py Typing support and sqlite3.Row! 5 years ago