summaryrefslogtreecommitdiff
path: root/lib/archive.py (follow)
AgeCommit message (Expand)Author
2012-02-06Merge the two processing mode into a unique onejvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2011-08-16setup.py now works !jvoisin
2011-08-16Organise lib as modules (tarfile and bencode)jvoisin
2011-08-07Lisibility improvement for tempfile suppression.jvoisin
2011-08-06Cleanup and more pylint conformityjvoisin
2011-08-06Portability improvement for the archive modulejvoisin
2011-08-05Support of openxml office formatjvoisin
2011-08-04Cleanupjvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Simplification of the __init__() methodjvoisin
2011-07-26Bugfixes (especially for pdf), and more pylint conformityjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-07-26Tests are green for opendocument formatjvoisin
2011-07-26Complete the archive.py module : full zip, tar, tar.bz2 and tar.gz support.jvoisin
2011-07-25Correct handling of unknown fileformat into zipfile (and fixe many previous-c...jvoisin
2011-07-25more abstraction, and changed the name of the outputed filejvoisin
2011-07-24Now archive.py use tempfilesjvoisin
2011-07-24more abstraction, and support for "dirty cleaning" for .tar.*jvoisin
2011-07-23Add the possibility to do a "ugly" remove on zip archive contentjvoisin
2011-07-23Add handling of the "comment" field on a zip archivejvoisin
2011-07-21Add is_clean() tor zip archives (add fix a regression for tar.*)jvoisin
2011-07-21Add the possibility to add (or not) unsupported fileformat to outputed archiv...jvoisin
2011-07-21remove_all() for zip fileformat first drawingjvoisin
2011-07-21Creation of a metaclass for archives fileformatjvoisin
2011-07-21Some cleanupjvoisin
2011-07-21Zip fileformat : Able to get metadatasjvoisin
2011-07-17Fix the "remaining folder" bug for archivesjvoisin
2011-06-30Now tests are green for archivesjvoisin
2011-06-30is_clean() now works on archivesjvoisin
2011-06-30Full support of metadata cleaning of archivesjvoisin
2011-06-29Display metajvoisin
2011-06-29Preliminary support of internal metadata for archivesjvoisin
2011-06-29Fix 'Tarfile is closed', implement the --backup modejvoisin
2011-06-27Add is_clean() method to archives, and move the 'secure_remove' function from...jvoisin
2011-06-27Add support for tar.bz2 and tar.gz archivesjvoisin
2011-06-25Full anonymisation of the content of an tar archive.jvoisin
2011-06-24Preliminary support of .tar archivesjvoisin
2011-06-21Add pdfrw, and many files that I have forgetten, sorry !jvoisin