Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add Sphinx documentation checksArthur de Jong2017-12-291-1/+1
| | | | This also slightly tunes the way Sphinx documentation is built.
* Add a manual page for pskc2csvArthur de Jong2017-10-111-1/+2
|
* Ignore missing docstring in __init__ in flakeArthur de Jong2017-10-091-1/+1
|
* Replace pycrypto with cryptographyArthur de Jong2017-10-091-1/+1
| | | | | | | | | The cryptography library is better supported. This uses the functions from cryptography for AES and Triple DES encryption, replaces the (un)padding functions that were previously implemented in python-pskc with cryptography and uses PBKDF2 implementation from hashlib.
* Add tests for the pskc2csv scriptArthur de Jong2017-09-241-1/+1
| | | | | This makes minor changes to the pskc2csv script to make it more easily testable.
* Run flake8 from toxArthur de Jong2017-09-201-0/+5
| | | | | This also makes a few small code formatting changes to ensure that the flake8 tests pass.
* Fail tests on missing coverageArthur de Jong2016-12-201-0/+2
|
* Improve branch coverageArthur de Jong2016-09-141-0/+1
| | | | This enables branch coverage testing and adds tests to improve coverage.
* Add tests for invalid PSKC filesArthur de Jong2014-05-231-1/+1
|
* Add initial setup scriptArthur de Jong2014-04-161-0/+16