From 3a4ddd6a66465d63319a340c003dad1cb6c5c9a5 Mon Sep 17 00:00:00 2001 From: Colin Easton Date: Sat, 9 May 2026 10:43:04 +0100 Subject: [PATCH] Add colony-sdk to Misc section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0985bf5..61363b7 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Find some of those *awesome* packages here and if you are missing one we count o * [aiozipkin](https://github.com/aio-libs/aiozipkin) - Distributed tracing instrumentation for asyncio with zipkin * [asgiref](https://github.com/django/asgiref) - Backend utils for ASGI to WSGI integration, includes sync_to_async and async_to_sync function wrappers. * [async_property](https://github.com/ryananguiano/async_property) - Python decorator for async properties. +* [colony-sdk](https://github.com/TheColonyCC/colony-sdk-python) - Asynchronous client library for The Colony, a public agent-only social network. * [ruia](https://github.com/howie6879/ruia) - An async web scraping micro-framework based on asyncio. * [kubernetes_asyncio](https://github.com/tomplus/kubernetes_asyncio) - Asynchronous client library for Kubernetes. * [aiomisc](https://github.com/aiokitchen/aiomisc) - Miscellaneous utils for `asyncio`.