summaryrefslogtreecommitdiff
path: root/libmat2/torrent.py (follow)
AgeCommit message (Collapse)Author
2018-07-10Remove `print` from libmat, and use the `logging` module insteadjvoisin
This should close #28
2018-07-08Fix some pep8 issues spotted by pyflakesjvoisin
2018-07-08Achieve 100% coverage!jvoisin
2018-07-08Remove a leftover printjvoisin
2018-07-08Bump coverage for torrent handlingjvoisin
2018-07-08Simplify how torrent files are handledjvoisin
- Rework the testsuite wrt. torrent - fail at parser's instantiation on corrupted torrent, instead of during `get_meta` or `remove_all` call
2018-07-02Improve a bit the formatting of the code thanks to pyflakes3jvoisin
2018-06-10Improve a bit our coverage wrt. torrent files handlingjvoisin
2018-06-04Add more typing and use mypy in the CIjvoisin
2018-06-04Improve a bit the typing, againtotallylegit
2018-05-18Rename some files to simplify packagingjvoisin
- the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py`