Mar 31, 2026
there’s a strange kind of satisfaction
in installing something you built yourself
I published a small package to PyPI
and then installed it using pip
and for a moment, it just felt… good
it’s a simple thing
a package to handle data
where data passes through chains of methods
it uses lazy evaluation
which means the instructions are not executed immediately
they are carried along
and only run when actually needed
not eager
just… lazy
honestly, I built it as a learning project
to practice python protocols
but it turned out to be something I can actually use
maybe someone else might find it useful too
if you want to check it out: