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 11261c3d87 Document the fact that tests for MR are appreciated 2018-06-07 00:11:50 +02:00
data Add an svg version of the logo 2018-05-15 21:48:38 +02:00
doc Test for faulty files, and document how MAT2 is behaving wrt. them 2018-05-06 21:58:31 +02:00
libmat2 Prevent exiftool-based parameter-injection 2018-06-06 23:50:25 +02:00
nautilus Add a prototype for the nautilus extension 2018-04-15 13:59:44 +02:00
tests Prevent exiftool-based parameter-injection 2018-06-06 23:50:25 +02:00
.gitignore Improve a bit the gitignore file 2018-05-21 22:50:36 +02:00
.gitlab-ci.yml Add more typing and use mypy in the CI 2018-06-04 23:20:30 +02:00
CHANGELOG.md Bump the changelog 2018-05-16 23:11:18 +02:00
CONTRIBUTING.md Document the fact that tests for MR are appreciated 2018-06-07 00:11:50 +02:00
LICENSE Add LICENSE 2018-03-31 07:00:14 -07:00
README.md Add a security contact 2018-06-07 00:09:53 +02:00
mat2 Sort the output of `mat2 -l` 2018-06-04 23:32:13 +02:00
setup.py Fix a typo in setup.py, thanks to Jonas Meurer 2018-05-23 01:29:49 +02:00

README.md

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

pipeline status coverage report

This software is currently in beta, please don't use it for anything critical.

Metadata and privacy

Metadata consist of information that characterizes data.
Metadata are used to provide documentation for data products.
In essence, metadata answer who, what, when, where, why, and how about
every facet of the data that are being documented.

Metadata within a file can tell a lot about you.
Cameras record data about when a picture was taken and what
camera was used. Office documents like PDF or Office automatically adds
author and company information to documents and spreadsheets.
Maybe you don't want to disclose those information on the web.

This is precisely the job of MAT2: getting rid, as much as possible, of metadata.

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,

Running the testsuite

$ python3 -m unittest discover -v

Supported formats

$ python3 ./mat2 -l

Related softwares

Contact

If possible, use the issues system. If you think that a more private contact is needed (eg. for reporting security issues), you can email Julien (jvoisin) Voisin at julien.voisin+mat@dustri.org, using the gpg key 9FCDEE9E1A381F311EA62A7404D041E8171901CC.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright 2018 Julien (jvoisin) Voisin julien.voisin+mat2@dustri.org

Thanks

MAT2 wouldn't existe without:

Many thanks to them!