Hacker News new | ask | show | jobs
by clickety_clack 332 days ago
I use pyrsistent in the domain, and pydantic for tricky validation at the boundary. Pyrsistent is a pretty neat solution if you want immutable data structures, with some nice methods for working with nested records.