1
0
Fork 0
mat2 is a metadata removal tool, supporting a wide range of commonly used file formats, written in python3: at its core, it's a library, used by an eponymous command-line interface, and a nautilus extension.
Go to file
jvoisin 6893de6e58 Add a prototype for the nautilus extension 2018-04-15 13:59:44 +02:00
data Add a logo 2018-03-31 22:01:41 +02:00
doc Add a note about why we do clean PDF in a completely overkill way 2018-04-03 21:45:05 +02:00
nautilus Add a prototype for the nautilus extension 2018-04-15 13:59:44 +02:00
src Add lightweight processing for PDF 2018-04-14 21:23:31 +02:00
tests Add lightweight processing for PDF 2018-04-14 21:23:31 +02:00
.gitignore Add a .gitignore 2018-03-31 15:47:46 +02:00
.gitlab-ci.yml Silence the `apt` process of the CI 2018-04-14 16:12:32 +02:00
LICENSE Add LICENSE 2018-03-31 07:00:14 -07:00
README.md Document which versions of Debian are supported 2018-04-14 21:35:45 +02:00
main.py Add lightweight processing for PDF 2018-04-14 21:23:31 +02:00

README.md

 _____ _____ _____ ___ 
|     |  _  |_   _|_  |  Keep you data,
| | | |     | | | |  _|     trash your meta!
|_|_|_|__|__| |_| |___|
                       

pipeline status coverage report

Requirements

  • python3-mutagen for audio support
  • python3-gi-cairo and gir1.2-poppler-0.18 for PDF support
  • gir1.2-gdkpixbuf-2.0 for images support
  • libimage-exiftool-perl for everything else

Please note that MAT2 requires at least Python3.5, meaning that it doesn't run on Debian Jessie,

Run the testsuite

$ python3 -m unittest discover -v

Related softwares