aboutsummaryrefslogtreecommitdiff
path: root/python/setup.cfg
AgeCommit message (Expand)AuthorFilesLines
2022-06-06python: update for mypy 0.950John Snow1-0/+1
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow1-3/+3
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow1-5/+5
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow1-1/+0
2022-04-21python: remove the old QMP packageJohn Snow1-2/+1
2022-04-21python: temporarily silence pylint duplicate-code warningsJohn Snow1-0/+1
2022-02-23Revert "python: pin setuptools below v60.0.0"John Snow1-1/+0
2022-02-23python: support recording QMP session to a fileDaniel P. Berrangé1-0/+3
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé1-0/+1
2022-02-02python: upgrade mypy to 0.780John Snow1-1/+1
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow1-1/+1
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow1-8/+8
2022-01-21python: pin setuptools below v60.0.0John Snow1-0/+1
2021-09-27python: add optional pygments dependencyG S Niteesh Babu1-0/+5
2021-09-27python: Add entry point for aqmp-tuiG S Niteesh Babu1-0/+1
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu1-1/+12
2021-09-27python: Add dependencies for AQMP TUIG S Niteesh Babu1-0/+8
2021-09-27python/aqmp: Add Coverage.py supportJohn Snow1-0/+10
2021-09-27python: bump avocado to v90.0John Snow1-1/+1
2021-09-27python/pylint: disable no-member checkJohn Snow1-0/+1
2021-09-27python/pylint: disable too-many-function-argsJohn Snow1-0/+1
2021-09-27python/pylint: Add exception for TypeVar names ('T')John Snow1-0/+1
2021-09-27python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow1-0/+1
2021-09-16python: pylint 2.11 supportJohn Snow1-1/+1
2021-09-16python: Update for pylint 2.10John Snow1-0/+1
2021-09-01python: Reduce strictness of pylint's duplicate-code checkJohn Snow1-0/+5
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta1-0/+1
2021-06-30python: only check qemu/ subdir with flake8John Snow1-2/+0
2021-06-30python: Re-lock pipenv at *oldest* supported versionsJohn Snow1-1/+3
2021-06-30python: Remove global pylint suppressionsJohn Snow1-3/+1
2021-06-30python: expose typing information via PEP 561John Snow1-0/+4
2021-06-18python: add qmp-shell entry pointJohn Snow1-0/+1
2021-06-18python/qemu-ga-client: add entry pointJohn Snow1-0/+1
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow1-0/+1
2021-06-18python: add optional FUSE dependenciesJohn Snow1-1/+8
2021-06-18scripts/qom-fuse: add static type hintsJohn Snow1-0/+8
2021-06-18python: Add 'fh' to known-good variable namesJohn Snow1-3/+4
2021-06-18python/qmp: add qom script entry pointsJohn Snow1-0/+8
2021-06-01python: add tox supportJohn Snow1-1/+22
2021-06-01python: add avocado-framework and testsJohn Snow1-0/+1
2021-06-01python: add devel package requirements to setuptoolsJohn Snow1-0/+9
2021-06-01python: move .isort.cfg into setup.cfgJohn Snow1-0/+8
2021-06-01python: add mypy to pipenvJohn Snow1-0/+1
2021-06-01python: move mypy.ini into setup.cfgJohn Snow1-0/+5
2021-06-01python: add excluded dirs to flake8 configJohn Snow1-0/+2
2021-06-01python: move flake8 config to setup.cfgJohn Snow1-0/+3
2021-06-01python: move pylintrc into setup.cfgJohn Snow1-0/+29
2021-06-01python: add VERSION fileJohn Snow1-0/+1
2021-06-01python: add qemu package installerJohn Snow1-0/+22