From e773dbf4d25e143b13335720a4c6abdaaf0830a3 Mon Sep 17 00:00:00 2001 From: polymood <36277904+polymood@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:04:37 +0200 Subject: [PATCH 1/2] docs(readme): absolute logo URL for PyPI + status badges Serve the logo from jsDelivr (absolute https) so it renders on the PyPI project page, not just on GitHub. Add PyPI version, Python versions, CI, and license badges. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efc0c88..d47d0ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@

- DaskGenie logo + DaskGenie logo

DaskGenie

+

+ PyPI version + Python versions + CI + License +

+ A memory profiler and live dashboard for Dask that ties a worker's memory back to the **line of your code** that caused it. From 316e1fec3abe41d3edd14b6fa8a6e3ccbcb2e9cc Mon Sep 17 00:00:00 2001 From: polymood <36277904+polymood@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:15:30 +0200 Subject: [PATCH 2/2] docs(readme): point logo + license links at develop (file not on main yet) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d47d0ca..b1b4894 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- DaskGenie logo + DaskGenie logo

DaskGenie

@@ -8,7 +8,7 @@ PyPI version Python versions CI - License + License

A memory profiler and live dashboard for Dask that ties a worker's memory back to