1
0
Fork 0
Commit Graph

224 Commits

Author SHA1 Message Date
jvoisin e86e8e3c23 Improve the code to handle problematic filenames 2018-06-08 17:34:53 +02:00
jvoisin 11261c3d87 Document the fact that tests for MR are appreciated 2018-06-07 00:11:50 +02:00
jvoisin 1adb6c0f2e Add a security contact 2018-06-07 00:09:53 +02:00
jvoisin 6a832a4104 Prevent exiftool-based parameter-injection 2018-06-06 23:50:25 +02:00
jvoisin fa6c06ed8a Add some links into the readme 2018-06-04 23:50:55 +02:00
jvoisin 8368de7fa7 Sort the output of `mat2 -l` 2018-06-04 23:32:13 +02:00
jvoisin 6a1b0b31f0 Add more typing and use mypy in the CI 2018-06-04 23:20:30 +02:00
jvoisin 4ebf9754f8 Import the dynamic import system
The dynamic import should now work when MAT2 is
installed system-wide, either via the distribution's
packaging system, or via pip.
2018-06-04 20:53:21 +02:00
jvoisin e71eff4814 Make bandit happier too. 2018-06-04 20:46:22 +02:00
jvoisin d1392de6f5 Make pyflakes happier 2018-06-04 20:43:28 +02:00
totallylegit 183667a7f9 Improve a bit the typing, again 2018-06-04 20:39:27 +02:00
totallylegit 8143b63ee3 Improve a return type annotation 2018-06-04 20:29:41 +02:00
jvoisin 7d5e972493 Fix a typo in setup.py, thanks to Jonas Meurer 2018-05-23 01:29:49 +02:00
jvoisin 941e4b1586 Update the release process now that we have a setup.py file 2018-05-21 22:53:48 +02:00
jvoisin 1843d05a29 Give a first shot at writing a setup.py file 2018-05-21 22:52:42 +02:00
jvoisin d5e00211db Improve a bit the gitignore file 2018-05-21 22:50:36 +02:00
jvoisin 8cf9aeeb67 Rename mat2.py to mat2 2018-05-21 22:49:40 +02:00
jvoisin 38fae60b8b Rename some files to simplify packaging
- the `src` folder is now `libmat2`
- the `main.py` script is now `mat2.py`
2018-05-18 23:52:40 +02:00
jvoisin 57d5cd0428 Bump the changelog 2018-05-16 23:11:18 +02:00
jvoisin fa7d18784c Do a pylint pass 2018-05-16 22:36:59 +02:00
jvoisin 0354c3b7e3 Add a test about unsupported files 2018-05-16 22:10:47 +02:00
jvoisin effe68f08f The CLI shouldn't display unsupported file extensions 2018-05-16 22:00:37 +02:00
jvoisin 7afff93e9c Fix the build 2018-05-16 00:08:45 +02:00
jvoisin be6d32afa8 Some arguments are mutually exclusives 2018-05-16 00:07:04 +02:00
jvoisin 7b0a27ce76 Don't process unsupported filenames with a known mimetype 2018-05-15 23:29:04 +02:00
jvoisin 94afdd970f Don't mess with rdf for now 2018-05-15 23:28:51 +02:00
jvoisin 7dd9e8bcdf Clear a bit the help of the cli 2018-05-15 23:27:58 +02:00
jvoisin 1aac096786 Add an svg version of the logo 2018-05-15 21:48:38 +02:00
jvoisin 6e8f9e578a Improve a bit the readme 2018-05-14 22:59:42 +02:00
jvoisin 289f2b9641 Add a changelog file 2018-05-14 22:49:37 +02:00
jvoisin 2b713deb94 Add a contributing guide 2018-05-14 22:44:54 +02:00
jvoisin c037e265c6 Add a `--version` option 2018-05-14 22:44:31 +02:00
jvoisin ef956e84d6 Remove a leftover pdf metadata 2018-05-14 22:44:17 +02:00
jvoisin b02d72887a Test for faulty files, and document how MAT2 is behaving wrt. them 2018-05-06 21:58:31 +02:00
jvoisin 459e9b82f7 Add linting to the CI 2018-05-01 00:11:16 +02:00
jvoisin c4271715e4 Use full path to call exiftool 2018-04-30 23:57:05 +02:00
jvoisin 09930391c4 Clean up after the testsuite 2018-04-30 23:51:59 +02:00
jvoisin 23bc7e8f5f Rework the way we're outputing files 2018-04-30 23:46:37 +02:00
jvoisin d2b2a54a72 MAT2's cli now uses meaningful return codes
- Simplify the multiprocessing by using a Pool
- Use some functional (♥) constructions to exit
  with a return code
- Add some tests to prove that we're doing things
  that are working correctly
2018-04-29 22:59:23 +02:00
jvoisin a79c9410af Document the lightweight cleaning mode 2018-04-29 21:41:34 +02:00
jvoisin 2b1b075a8f In mimetype's world, there is no such thing as `image/bmp` 2018-04-26 21:50:18 +02:00
jvoisin cfc3a58550 Add a test for odg 2018-04-23 00:28:36 +02:00
jvoisin 0fa184cb6f Test .odf support 2018-04-23 00:25:06 +02:00
jvoisin 73db16031b Add a warning about the beta status of MAT2 2018-04-23 00:11:34 +02:00
jvoisin 42aa32fb35 Simplify a bit the main.py file 2018-04-23 00:11:25 +02:00
jvoisin 9e485c0dad Clean up the torrent implementation 2018-04-22 23:48:01 +02:00
jvoisin 57bf89e035 Add support for torrent files cleaning 2018-04-22 22:02:00 +02:00
jvoisin ecb199b4a6 Add a cli-related test
Since I didn't notice that it was broken
until c5f5134502,
it's a good idea to have some tests for this ;)
2018-04-16 23:20:21 +02:00
jvoisin e34bc19f71 Add support for BMP
To be completely honest, BMP have no metadata,
but we still add it, just in case™
2018-04-16 22:27:29 +02:00
jvoisin 4b92bef219 Don't override the quality of jpg images 2018-04-16 22:24:41 +02:00