Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Configure testing with codespellHEADmasterArthur de Jong2023-11-121-0/+3
|
* Ensure flake8 is run on all Python filesArthur de Jong2023-06-271-1/+5
| | | | This also fixes code style fixes in the Sphinx configuration file.
* Switch from nose to pytestArthur de Jong2022-09-121-12/+12
| | | | | | | Nose hasn't seen a release since 2015 and sadly doesn't work with Python 3.10. See https://github.com/nose-devs/nose/issues/1099
* Also run flake8 on toplevel scriptsArthur de Jong2022-09-121-1/+1
|
* Ignore flake8 blind except Exception warningArthur de Jong2021-01-131-0/+1
|
* Make the multi-line operator place explicitArthur de Jong2019-02-101-0/+1
| | | | Recent versions of flake8 changed the defaults of the errors to ignore.
* Ship the script as part of the pskc packageArthur de Jong2018-04-021-1/+2
| | | | | This also installs pskc2csv and pskc2pskc console script entry points as part of the package installation.
* Support building a universal wheelArthur de Jong2018-02-211-0/+6
|
* Add and cleanup docstringsArthur de Jong2018-02-151-1/+3
| | | | | | | | This adds docstrings to public methods and cleans up a few other docstrings to pass most flake8 docstring related tests. This also adds noqa statements in a few places so we can remove most entries from the global flake8 ignore list.
* Add a pskc2pskc script for converting PSKC filesArthur de Jong2018-02-101-1/+1
| | | | | | This script reads a PSKC file in any supported format and writes out a RFC 6030 compliant version of the file, optionally with the encryption removed or (re-)encrypting the file with a new key.
* 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