KyPy

@kypython.bsky.social

Lifetime Midwesterner. Python web developer for almost 20 years. @testdouble.bsky.social secret agent and consultant for almost 7 years. To quote Wayne Witzel: “it’s just typing.” Any non-Python content will be over at @kadams54.bsky.social.

Today, we're announcing our first hosted infrastructure product: pyx, a Python-native package registry. We think of pyx as an optimized backend for uv: it’s a package registry, but it also solves problems that go beyond the scope of a traditional "package registry".

Bild

The problem was a large, unruly JSON document, the kind that likely used to be XML. Once you’d gone 4-5 levels deep, it was difficult to hold in your head 1) where you were in the structure, 2) what data was available at the current location, and 3) how to navigate to other pieces of data.

Test Double@testdouble.bsky.social · 11mo ago

Python type safety lightbulb moment: mypy = compile-time safety Pydantic = runtime safety Helped a client shift domain knowledge from heads → codebase with this combo. https://link.testdouble.com/769eb9 No more "wait, what does this field contain?" moments 🎯 #python #pydantic