Jacob Tomlinson's profile picture Jacob Tomlinson
Home Blog Talks Newsletter About

Livestream notes: Replacing aiohttp with httpx in kr8s

1 minute read #coding, #python, #kr8s, #httpx, #asyncio, #trio, #aiohttp, #kubernetes
This post will be updated with notes from the livestream throughout the day.

Today I will be streaming some open source code refactoring. Come and join in on Twitch!. Don’t forget to say hi in the chat 😊.

Overview

The main goal for the day is to close kr8s-org/kr8s#77 by adding support for trio to kr8s.

To do this we need to swap out aiohttp for httpx. We could use any library that implements anyio but httpx seems like the most popular choice.


Have thoughts?

I love hearing feedback on my posts. You should head over to Twitter and let me know what you think!

Spotted a mistake? Why not suggest an edit!