Conversation
Notices
-
Brandon Hall (bthall@bikeshed.party)'s status on Thursday, 11-Apr-2019 16:55:52 EDT Brandon Hall I'm wondering if I can use #Python to develop tools for using #Pijul (written in #Rust, which I'm not trying to learn right now). I've successfully called the command line commands for Pijul via Python and stored the output in a Python variable, so I might be able to use #regex to parse the output into stuff I can work with. -
Nobody (Linux Walt ALT) (lnxw37d2@nulled.red)'s status on Thursday, 11-Apr-2019 17:36:37 EDT Nobody (Linux Walt ALT) @bthall I‘m sure there’s an API document for #Pijul somewhere. Or that may be an area where it is similar to something else, such as #Darcs. Anyway, if you find said document, you should be able to make a fully functioning client in #Python.
-