On Tuesday 05 August 2014 12:27 AM, Rajeev S wrote:
Hi,
As the Summer of Code period comes to an end, I am one more step closer to completion of the features mentioned in my proposal.
I have built the initial version of the backup and restore tool, that currently supports backup and restore of a sqlite Mailman Instance, by archiving the var_dir to a zip archive.
Further, the CLI is now installable using
python setup.py install
and themmclient
command is added to thebin
. So the commands can now begin asmmclient ...
I have also replaced the
in list
filter present in theshow
commands, with a regular expression matcher for better usability of the command.I have begun code scrubbing and my primary aim will be improving the documentation and more importantly, continue writing unit tests from where I left off.
I expect to complete the tasks by the suggested pencil down date [11/08/2014] and spend the last week on improving the code structure, if possible anywhere.
Sorry, I missed to mention that I have committed and pushed the r69 that carries the above changes.
Here is a link to the r69
http://bazaar.launchpad.net/~rajeevs1992/mailman.client/mailmancli/revision/...