mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 07:46:39 +02:00
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8d514a4d1 | |||
| 56357ae0a3 | |||
| f8a31e01f8 | |||
| bfd0544ff8 | |||
| 428692ea3a | |||
| c96ffe52c0 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| d8d514a4d1 |
Fix errors reported by mypy
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 56357ae0a3 |
Add asyncio.ShellCmd
Add class ShellCmd, an easy API to run shell commands as async subprocesses, capture their exit status, and have them log to slog(). Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f8a31e01f8 |
Remove asyncio/__init__.py
__init__.py is an automatically generated file, so don't include it in git. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bfd0544ff8 |
Fix errors reported by mypy
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 428692ea3a |
Streamline Python file headers somewhat
- Add coding statement
- Import all modules in one line where possible
- Order: __future__, typing, plain imports, from imports,
janware modules Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c96ffe52c0 |
Add Process and Signals support
Signed-off-by: Jan Lindemann <jan@janware.com> |