exchange Package¶
importer Module¶
A module to hold the importer class
-
class
pwman.exchange.importer.BaseImporter¶ Bases:
objectThe base class which defines the action needed to import data to pwman database
-
class
pwman.exchange.importer.CSVImporter(args, config, db)¶ Bases:
pwman.exchange.importer.BaseImporterA reference implementation which imports a CSV to the pwman database
-
run(callback=<class 'pwman.ui.tools.CLICallback'>)¶
-