From 4f71c617cccf322dddac272eaf49ccad5e54c94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 12 Jul 2025 18:50:37 +0300 Subject: [PATCH 1/2] Add an AnyIO sprint --- src/content/sprints/anyio.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/content/sprints/anyio.md diff --git a/src/content/sprints/anyio.md b/src/content/sprints/anyio.md new file mode 100644 index 000000000..1df2a0796 --- /dev/null +++ b/src/content/sprints/anyio.md @@ -0,0 +1,17 @@ +--- +title: "AnyIO" +numberOfPeople: "2-8" +pythonLevel: "Intermediate" +contactPerson: + name: "Alex Grönholm" + email: "alex.gronholm@nextday.fi" + github: "agronholm" +links: + - title: "GitHub repo" + url: "https://github.com/agronholm/anyio" + - title: "Gitter chat" + url: "https://matrix.to/#/#python-trio_AnyIO:gitter.im" +--- + +We'll mostly work on improving the documentation, in particular adding guides for migrating existing asyncio or Trio apps and libraries to the AnyIO API. +If you have a pet peeve with AnyIO, or would just like to ask questions or get help with your AnyIO migration, feel free to join! From 86c26356d974d2c8b17419ddb1a424e1d4dfe721 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 15:52:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/anyio.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/sprints/anyio.md b/src/content/sprints/anyio.md index 1df2a0796..774532eb2 100644 --- a/src/content/sprints/anyio.md +++ b/src/content/sprints/anyio.md @@ -13,5 +13,7 @@ links: url: "https://matrix.to/#/#python-trio_AnyIO:gitter.im" --- -We'll mostly work on improving the documentation, in particular adding guides for migrating existing asyncio or Trio apps and libraries to the AnyIO API. -If you have a pet peeve with AnyIO, or would just like to ask questions or get help with your AnyIO migration, feel free to join! +We'll mostly work on improving the documentation, in particular adding guides +for migrating existing asyncio or Trio apps and libraries to the AnyIO API. If +you have a pet peeve with AnyIO, or would just like to ask questions or get help +with your AnyIO migration, feel free to join!