aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/read_remote_config.py
Commit message (Expand)AuthorAgeFilesLines
* Add generic functions to read files and configurations from SFTP remotePatrik Teivonen2023-05-021-22/+255
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-1/+5
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-5/+1
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-1/+5
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-121-1/+1
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-5/+10
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-6/+4
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-2/+2
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-1/+6
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-1/+1
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-22/+6
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Add utility to read remote config file contentsIikka Eklund2020-11-271-0/+94