From 8c8f0144a8f9f40bea8598e23afe555d3bccd25f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 30 Nov 2025 22:59:45 +0000 Subject: [PATCH 1/3] Initial plan From df207a49a4b0e9c9b8c1ed91289242f0f5274a3b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:01:42 +0000 Subject: [PATCH 2/3] Add python-blossom to Libraries section in README Co-authored-by: Jxck-S <20673070+Jxck-S@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 401c5f9..55fb5c9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A collection of tools and apps built using the Blossom spec - [blossom-client-sdk](https://www.npmjs.com/package/blossom-client-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-client-sdk)](https://github.com/hzrd149/blossom-client-sdk) A javascript client for manage blobs on blossom servers - [blossom-server-sdk](https://www.npmjs.com/package/blossom-server-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server-sdk)](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers - [blob-store](https://github.com/kehiy/blobstore) [![GitHub Repo stars](https://img.shields.io/github/stars/kehiy/blobstore)](https://github.com/kehiy/blobstore) A collection of file storage interfaces specifically designed for storing blossom blobs using khatru. + - [python-blossom](https://github.com/Jxck-S/python-blossom) [![GitHub Repo stars](https://img.shields.io/github/stars/Jxck-S/python-blossom)](https://github.com/Jxck-S/python-blossom) A Python client library for managing blobs on servers. ## Available blossom servers From d5ad9d54bd6ccceb3214eaac8d118596886880c3 Mon Sep 17 00:00:00 2001 From: Jack Sweeney Date: Sun, 30 Nov 2025 17:18:02 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55fb5c9..d38e893 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A collection of tools and apps built using the Blossom spec - [blossom-client-sdk](https://www.npmjs.com/package/blossom-client-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-client-sdk)](https://github.com/hzrd149/blossom-client-sdk) A javascript client for manage blobs on blossom servers - [blossom-server-sdk](https://www.npmjs.com/package/blossom-server-sdk) [![GitHub Repo stars](https://img.shields.io/github/stars/hzrd149/blossom-server-sdk)](https://github.com/hzrd149/blossom-server-sdk) A collection of javascript classes to for building blossom servers - [blob-store](https://github.com/kehiy/blobstore) [![GitHub Repo stars](https://img.shields.io/github/stars/kehiy/blobstore)](https://github.com/kehiy/blobstore) A collection of file storage interfaces specifically designed for storing blossom blobs using khatru. - - [python-blossom](https://github.com/Jxck-S/python-blossom) [![GitHub Repo stars](https://img.shields.io/github/stars/Jxck-S/python-blossom)](https://github.com/Jxck-S/python-blossom) A Python client library for managing blobs on servers. + - [python-blossom](https://github.com/Jxck-S/python-blossom) [![GitHub Repo stars](https://img.shields.io/github/stars/Jxck-S/python-blossom)](https://github.com/Jxck-S/python-blossom) A Python client library for managing blobs on blossom servers. ## Available blossom servers