Commit graph

10 commits

Author SHA1 Message Date
tobi-wan-kenobi
320827d577 [core] restructure to allow PIP packaging
OK - so I have to admit I *hate* the fact that PIP seems to require a
subdirectory named like the library.

But since the PIP package is something really nifty to have (thanks to
@tony again!!!), I updated the codebase to hopefully conform with what
PIP expects. Testruns so far look promising...
2020-05-09 21:22:00 +02:00
tobi-wan-kenobi
21049b9b03 [modules] Add contributions to (hopefully!) all modules 2020-05-08 20:58:35 +02:00
tobi-wan-kenobi
7d7324f6ed [modules/docker_ps] upper -> lowercase (personal preference) 2020-05-08 16:10:27 +02:00
Martin
879d00775b Shorter off message for docker_ps 2020-05-07 07:06:27 +02:00
tobi-wan-kenobi
30c1f712a6 [formatting] reformat using "black -t py34"
getting rid of thinking about consistent formatting...
2020-05-03 11:15:52 +02:00
tobi-wan-kenobi
a8e01f0df9 [modules/docker] Exception when daemon is not running
When the docker daemon is not running, only the call to
containers.list() actually throws an exception, so move that into the
exception guard.

fixes #608
2020-04-30 20:13:23 +02:00
tobi-wan-kenobi
f2d411276d [modules/all] Update constructore to include theme 2020-04-26 16:39:24 +02:00
tobi-wan-kenobi
d2a35f7d02 [modules/docker_ps] Update to latest API 2020-04-13 13:38:05 +02:00
tobi-wan-kenobi
e270ec55ef [modules/docker_ps] quotes 2020-04-13 13:31:48 +02:00
tobi-wan-kenobi
15ae56d2ee [modules] Re-enable docker_ps 2020-04-13 13:31:30 +02:00