this post was submitted on 12 Jun 2023
61 points (100.0% liked)
Python
1946 readers
1 users here now
A community for talking about the Python programming language.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I haven't decided if I'll actually go through with it, but as a learning experience, I've been thinking about making little rewrites of some command line utilities (and maybe some original ones if I get any ideas) that output NestedText, instead of normal unstructured text. NestedText looks like a really cool data format. It's basically exactly what I wished Yaml was, and the reference implementation is in Python so maybe it could be fun. Plus it'd give me a reason to try out the really cool looking Typer library.