ssh-reg/private
Darksider3 2afb4c79a2 Implements a backup to csv. Uses StringIO because it has an own writer()
method, which is pretty nice to have when csv.writer() want's that on its
passed variable.

Also respects every flag yet introduced(-c, -f, -a, -u) and reuses the code
already written in ListUsers.py. It could be very nice to bring that code
into lib/ because it is probably needed way more often
2019-10-13 11:01:08 +02:00
..
lib introduces -f/--file, which outputs or takes from a file(conditional to the current program) 2019-10-13 10:46:10 +02:00
scripts Big restructure of all directories: 2019-09-23 23:17:21 +02:00
administrate.py pep8-changes like before mostly 2019-10-11 06:40:32 +02:00
Backup.py Implements a backup to csv. Uses StringIO because it has an own writer() 2019-10-13 11:01:08 +02:00
ListUsers.py Implement -f/--file option. Defaults to stdout 2019-10-13 10:46:25 +02:00